Skip to content

Commit 48ac74a

Browse files
Fix openstack.cloud.port requires network parameter for state=present
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b809c67 commit 48ac74a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

collection/stages/roles/day2ops/tasks/procedures/configure_ipv6_secondary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
cloud: "{{ user_cloud }}"
181181
state: present
182182
name: "{{ item.id }}"
183+
network: "{{ item.network_id }}"
183184
port_security_enabled: false
184185
no_security_groups: true
185186
loop: "{{ ipv6_worker_ports }}"

0 commit comments

Comments
 (0)