diff options
author | Justin chi <chigang@huawei.com> | 2016-10-13 13:11:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-13 13:11:54 +0000 |
commit | c85cae06ce80e7090b707974a50ab32de4aec28b (patch) | |
tree | b1a594abe85e8a1dd7962fdd852d5f8ec86bff95 /deploy/conf | |
parent | f3cea5848506d4b7822b47079c3f73415f295a14 (diff) | |
parent | a8c4ed17ef020cf89085550541cd7d52b832e5f9 (diff) |
Merge "Add the roles for OpenStack Newton"
Diffstat (limited to 'deploy/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 |