Merge "Don't specify --os-cloud undercloud (ephemeral heat)"

This commit is contained in:
Zuul 2021-03-17 00:12:28 +00:00 committed by Gerrit Code Review
commit a313a11e53
2 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@
- tripleo_cloud_name is defined
block:
- name: Run blacklist IP check
command: >-
openstack --os-cloud undercloud stack output show {{ tripleo_cloud_name }} BlacklistedIpAddresses -f yaml
shell: >-
openstack stack output show {{ tripleo_cloud_name }} BlacklistedIpAddresses -f yaml
register: blacklist_cmd
changed_when: false
async: 1000

View File

@ -32,8 +32,8 @@
- horizon_url_output_file
tasks:
- name: Fetch stack data
command: >-
openstack --os-cloud undercloud stack output show {{ stack_name }} EndpointMap -f yaml
shell: >-
openstack stack output show {{ stack_name }} EndpointMap -f yaml
register: stack_data_cmd
changed_when: false