Skip to content

Commit 1ffec35

Browse files
author
Scott Davidson
committed
Pass additional fields through to network info query
1 parent 7a5869a commit 1ffec35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/os_networks/tasks/router_workaround.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
- name: Fetch external network information
1111
openstack.cloud.networks_info:
1212
name: "{{ item.network }}"
13+
auth_type: "{{ os_networks_auth_type }}"
14+
auth: "{{ os_networks_auth }}"
15+
cacert: "{{ os_networks_cacert | default(omit) }}"
16+
cloud: "{{ os_networks_cloud | default(omit) }}"
17+
interface: "{{ os_networks_interface | default(omit, true) }}"
1318
register: _networks_query
1419

1520
- name: Ensure router is registered with neutron

0 commit comments

Comments
 (0)