56fc74f231
Role vars have a higher precedence than role defaults. This allows to import default vars from another role via vars_files without overriding project_name (see related bug for details). Change-Id: I3d919736e53d6f3e1a70d1267cf42c8d2c0ad221 Related-Bug: #1951785
7 lines
181 B
YAML
7 lines
181 B
YAML
---
|
|
project_name: "nova"
|
|
|
|
# NOTE(yoctozepto): we need this for the nova-cell role because this role's
|
|
# vars prefix does not match "{{ project_name }}"
|
|
kolla_role_name: "nova_cell"
|