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:
Radosław Piliszek 2020-05-25 11:44:44 +02:00
parent c3bda3f6cf
commit e3c37c65ca

View File

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