Define defaults for kolla upper constraints file
This commit is contained in:
parent
6ad2a698c4
commit
227ebcae41
@ -19,6 +19,10 @@ kolla_ansible_venv: "{{ ansible_env['PWD'] }}/kolla-venv"
|
||||
# remotely on the target nodes. If None, no virtualenv will be used.
|
||||
kolla_ansible_target_venv:
|
||||
|
||||
# Upper constraints file which is passed to pip when installing packages
|
||||
# into the kolla-ansible venv.
|
||||
kolla_upper_constraints_file:
|
||||
|
||||
# Password to use to encrypt the passwords.yml file.
|
||||
kolla_ansible_vault_password:
|
||||
|
||||
|
@ -15,6 +15,10 @@ kolla_source_version:
|
||||
# Virtualenv directory where Kolla will be installed.
|
||||
kolla_venv: "{{ ansible_env['PWD'] }}/kolla-venv"
|
||||
|
||||
# Upper constraints file which is passed to pip when installing packages
|
||||
# into the kolla venv.
|
||||
kolla_upper_constraints_file:
|
||||
|
||||
# Directory where Kolla config files will be installed.
|
||||
kolla_build_config_path:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user