diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-10-26 10:11:17 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2017-10-26 10:11:17 +0800 |
commit | b1dfbcd4eff49e5c05a087263140d76a59d7a731 (patch) | |
tree | e4614d26f913eace8e92cf036e3d8820837de7da /deploy | |
parent | de2ba2c73205c2580f87a73fe7974ae8a8368093 (diff) |
Set default openstack version to Ocata
Default value of openstack version variable is
still newton which cause error when using this
default value in k8s scenario
Change-Id: I8e89e60f03a0dbf0263b0fef85f80ccb4a32efae
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/cluster.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index ddcbb6c3..c9e565ad 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -8,8 +8,8 @@ else export ADAPTER_OS_PATTERN=${ADAPTER_OS_PATTERN:-'(?i)CentOS-7.*16.*'} fi -# newton -export OPENSTACK_VERSION=${OPENSTACK_VERSION:-"newton"} +# ocata +export OPENSTACK_VERSION=${OPENSTACK_VERSION:-"ocata"} # don't touch this export ADAPTER_TARGET_SYSTEM_PATTERN="^openstack$" |