summaryrefslogtreecommitdiffstats
path: root/deploy/conf/cluster.conf
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-10-13 13:11:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-13 13:11:54 +0000
commitc85cae06ce80e7090b707974a50ab32de4aec28b (patch)
treeb1a594abe85e8a1dd7962fdd852d5f8ec86bff95 /deploy/conf/cluster.conf
parentf3cea5848506d4b7822b47079c3f73415f295a14 (diff)
parenta8c4ed17ef020cf89085550541cd7d52b832e5f9 (diff)
Merge "Add the roles for OpenStack Newton"
Diffstat (limited to 'deploy/conf/cluster.conf')
-rw-r--r--deploy/conf/cluster.conf2
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