Merge "Add missing masakari_venv_download_url default"

This commit is contained in:
Zuul 2018-08-01 20:06:50 +00:00 committed by Gerrit Code Review
commit 1e96e2122a
1 changed files with 2 additions and 1 deletions

View File

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