diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index c057464039..597e94da3d 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -104,7 +104,7 @@ clouds: values: networks: - name: openstackzuul-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @packethost_username %> diff --git a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb index 058883c6f4..4dedd36920 100644 --- a/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/all-clouds.yaml.erb @@ -181,7 +181,7 @@ clouds: values: networks: - name: openstackci-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %> @@ -196,7 +196,7 @@ clouds: values: networks: - name: openstackzuul-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackzuul_packethost_username'] %> diff --git a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb index 33a7c44242..a705910ddd 100644 --- a/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb +++ b/modules/openstack_project/templates/puppetmaster/ansible-clouds.yaml.erb @@ -104,7 +104,7 @@ clouds: values: networks: - name: openstackci-net - default: True + default_interface: True auth: auth_url: https://packet.platform9.net/keystone username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>