Fix kolla_source_version value

Stein only.
In dev mode (aka kolla_dev_mode: "yes"), it will clone projects' source
code and checkout kolla_source_version which the branch/tag is using.
For a stable branch it should start with 'stable/'.

Change-Id: I69805c0f9147462514e597e0d978e7f9c15fb745
This commit is contained in:
Xinliang Liu 2020-04-15 02:06:21 +00:00
parent f174ec0636
commit 4f4c005fa5
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,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: "stein"
kolla_source_version: "stable/stein"
# Proxy settings for containers such as magnum that need internet access
container_http_proxy: ""