Skip to content
Snippets Groups Projects
Commit 2c13a5f2 authored by yufei's avatar yufei
Browse files

s/openstack_version/openstack_release/g

replace openstack_version with openstack_release

Change-Id: Ib7cb3ae220971bbfdaf5e1e382333f6c62fd130a
parent b42b1361
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,13 @@ choosing.
If the alpha identifier is not used, Kolla will deploy or upgrade using the
version number information contained in the release. To customize the
version number uncomment openstack_version in globals.yml and specify
version number uncomment openstack_release in globals.yml and specify
the version number desired.
For example, to deploy a custom built Liberty version built with the
``kolla-build --tag 1.0.0.0`` operation, change globals.yml::
openstack_version: 1.0.0.0
openstack_release: 1.0.0.0
Then run the command to deploy::
......@@ -43,7 +43,7 @@ Then run the command to deploy::
If using Liberty and a custom alpha number of 0, and upgrading to 1, change
globals.yml::
openstack_version: 1.0.0.1
openstack_release: 1.0.0.1
Then run the command to upgrade::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment