Fix the openstack_release variable in all.yml

In the master branch, we should use 3.0.0 release version

Change-Id: I3b10307c2072c28ea00e26fbbdf6723ebc318f30
This commit is contained in:
Jeffrey Zhang 2016-06-13 15:07:11 +08:00
parent 319fd3e794
commit fa12f27840

View File

@ -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"