Add missing masakari_venv_download_url default
There are references to the masakari_venv_download_url var, but it's not set anywhere. Change-Id: I28ba50fc0b675dcb9241f97f3930e4fb33ac4c2e Co-Authored-By: Dmitriy R <dmitriy.r@sitevalley.com>
This commit is contained in:
parent
8585cb3d3a
commit
e517634e1e
@ -50,9 +50,10 @@ masakari_galera_ssl_ca_cert: "{{ galera_ssl_ca_cert | default('/etc/ssl/certs/ga
|
||||
# venv_download, even when true, will use the fallback method of building the
|
||||
# venv from scratch if the venv download fails.
|
||||
masakari_venv_download: "{{ not masakari_developer_mode | bool }}"
|
||||
masakari_venv_tag: untagged
|
||||
masakari_venv_download_url: http://127.0.0.1/venvs/untagged/ubuntu/masakari.tgz
|
||||
|
||||
# Name of the virtual env to deploy into
|
||||
masakari_venv_tag: untagged
|
||||
masakari_bin: "/openstack/venvs/masakari-{{ masakari_venv_tag }}/bin"
|
||||
|
||||
# Common pip packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user