From fa12f27840d2b4aa7dd631588f760dc8139d152d Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 13 Jun 2016 15:07:11 +0800 Subject: [PATCH] Fix the openstack_release variable in all.yml In the master branch, we should use 3.0.0 release version Change-Id: I3b10307c2072c28ea00e26fbbdf6723ebc318f30 --- ansible/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 32aae6c831..007919e9b3 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -160,7 +160,7 @@ admin_protocol: "http" #################### # OpenStack options #################### -openstack_release: "2.0.0" +openstack_release: "3.0.0" openstack_logging_debug: "False" openstack_region_name: "RegionOne"