diff options
Diffstat (limited to 'deploy/conf/cluster.conf')
-rw-r--r-- | deploy/conf/cluster.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index 5d41d53c..03566eb9 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -18,6 +18,8 @@ export ADAPTER_TARGET_SYSTEM_PATTERN="^openstack$" if [ $OPENSTACK_VERSION = 'mitaka_xenial' ]; then export REPO_NAME="xenial-mitaka-ppa" +elif [ $OPENSTACK_VERSION = 'newton_xenial' ]; then + export REPO_NAME="xenial-newton-ppa" else export REPO_NAME="$OS_VERSION-$OPENSTACK_VERSION-ppa" fi |