packethost: fix default network setting

It's actually "default_interface", not just "default".  I must have
tested with it correct, then copied it in wrong to system-config :/

Change-Id: I38a76c2d162a9ef35ebaa87080d6986af1a3daa2
This commit is contained in:
Ian Wienand 2018-06-19 11:41:03 +10:00
parent 8f01d94de1
commit 47c7ee6086
3 changed files with 4 additions and 4 deletions

View File

@ -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 %>

View File

@ -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'] %>

View File

@ -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'] %>