Merge "Set canonical hostname in octavia config inventory"

This commit is contained in:
Zuul 2019-07-26 01:42:59 +00:00 committed by Gerrit Code Review
commit 0951f7e5fb
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ outputs:
{{ hostvars.raw_get(host)['ansible_hostname'] }}:
ansible_user: {{ hostvars.raw_get(host)['ansible_ssh_user'] | default('heat-admin') }}
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
canonical_hostname: {{ hostvars.raw_get(host)['canonical_hostname'] | default(host) }}
ansible_become: true
{% endfor %}