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:
Jesse Pretorius 2018-07-27 14:55:15 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 8585cb3d3a
commit e517634e1e
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