Merge "Make openstack_release more obvious"

This commit is contained in:
Zuul 2020-05-25 07:42:58 +00:00 committed by Gerrit Code Review
commit 98fea5dc02
2 changed files with 3 additions and 3 deletions

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: "master"
kolla_source_version: "{{ openstack_release }}"
# Proxy settings for containers such as magnum that need internet access
container_http_proxy: ""

View File

@ -17,8 +17,8 @@
# Valid options are [ binary, source ]
#kolla_install_type: "binary"
# Valid option is Docker repository tag
#openstack_release: ""
# Do not override this unless you know what you are doing.
#openstack_release: "master"
# Docker image tag used by default.
#openstack_tag: "{{ openstack_release ~ openstack_tag_suffix }}"