commit | 6c022e351f94fe3c7d3dffc53d12d8a180e4b9f5 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Feb 05 13:20:09 2025 -0500 |
committer | Dong Ma <dong.ma@vexxhost.com> | Fri Feb 28 14:55:37 2025 +0000 |
tree | 2944760ca3d3f4fda5ca058dbf23e06a4a520297 | |
parent | 33ec9a2f0da1faedefd5e1f4158691b691d12abb [diff] [blame] |
Bump openstacksdk to >1 This patch also vendors the openstack.cloud.subnet module due to a problem with `disable_gateway_ip` not being set for newly created subnets[1]. [1]: https://review.opendev.org/c/openstack/ansible-collections-openstack/+/940927 Change-Id: Ia021a1d7b82823c2e7498fdd66da3e2d5c6a8a79 (cherry picked from commit 8ccabb61cb8aa6a86c653cc47e43a648e8e07268)
diff --git a/roles/ironic/tasks/network/create.yml b/roles/ironic/tasks/network/create.yml index 8032983..a459b74 100644 --- a/roles/ironic/tasks/network/create.yml +++ b/roles/ironic/tasks/network/create.yml
@@ -25,7 +25,7 @@ - name: Create bare metal network subnet run_once: true - openstack.cloud.subnet: + vexxhost.atmosphere.subnet: cloud: atmosphere # Subnet settings network_name: "{{ ironic_bare_metal_subnet_name }}"