Skip to content
Snippets Groups Projects
Commit 34b3bcf8 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Set empty openstack_release option

globals.yml have the highest var precedence in Ansible vars
as is added in kolla-ansible as -e @globals.yml
Setting openstack_release: "auto" causes error while
deploying/pulling as this var override the fact set in site.yml.

Value in globals.yml should be a real kolla version
(3.0.0, 4.0.0, etc)
Value in group_vars/all works fine with auto.

Change-Id: If99f7b4b1507909c6c2628b6d6fc6ce2519c9a24
Closes-Bug: #1671143
parent d860cefd
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#kolla_install_type: "binary" #kolla_install_type: "binary"
# Valid option is Docker repository tag # Valid option is Docker repository tag
#openstack_release: "auto" #openstack_release: ""
# Location of configuration overrides # Location of configuration overrides
#node_custom_config: "/etc/kolla/config" #node_custom_config: "/etc/kolla/config"
......
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