Safeguard kolla_source_version
so that we never have to touch it again (DRY in its fullest). Change-Id: I83d5a36d1c7c8300cd5879486692bae74ee2289c
This commit is contained in:
parent
c3bda3f6cf
commit
e3c37c65ca
@ -50,7 +50,7 @@ kolla_dev_repos_directory: "/opt/stack/"
|
||||
kolla_dev_repos_git: "https://opendev.org/openstack"
|
||||
kolla_dev_repos_pull: "no"
|
||||
kolla_dev_mode: "no"
|
||||
kolla_source_version: "{{ openstack_release }}"
|
||||
kolla_source_version: "{% if openstack_release == 'master' %}master{% else %}stable/{{ openstack_release }}{% endif %}"
|
||||
|
||||
# Proxy settings for containers such as magnum that need internet access
|
||||
container_http_proxy: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user