From b1dfbcd4eff49e5c05a087263140d76a59d7a731 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 26 Oct 2017 10:11:17 +0800 Subject: 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 --- deploy/conf/cluster.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy') 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$" -- cgit 1.2.3-korg