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:
parent
8f01d94de1
commit
47c7ee6086
@ -104,7 +104,7 @@ clouds:
|
|||||||
values:
|
values:
|
||||||
networks:
|
networks:
|
||||||
- name: openstackzuul-net
|
- name: openstackzuul-net
|
||||||
default: True
|
default_interface: True
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://packet.platform9.net/keystone
|
auth_url: https://packet.platform9.net/keystone
|
||||||
username: <%= @packethost_username %>
|
username: <%= @packethost_username %>
|
||||||
|
@ -181,7 +181,7 @@ clouds:
|
|||||||
values:
|
values:
|
||||||
networks:
|
networks:
|
||||||
- name: openstackci-net
|
- name: openstackci-net
|
||||||
default: True
|
default_interface: True
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://packet.platform9.net/keystone
|
auth_url: https://packet.platform9.net/keystone
|
||||||
username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>
|
username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>
|
||||||
@ -196,7 +196,7 @@ clouds:
|
|||||||
values:
|
values:
|
||||||
networks:
|
networks:
|
||||||
- name: openstackzuul-net
|
- name: openstackzuul-net
|
||||||
default: True
|
default_interface: True
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://packet.platform9.net/keystone
|
auth_url: https://packet.platform9.net/keystone
|
||||||
username: <%= @puppetmaster_clouds['openstackzuul_packethost_username'] %>
|
username: <%= @puppetmaster_clouds['openstackzuul_packethost_username'] %>
|
||||||
|
@ -104,7 +104,7 @@ clouds:
|
|||||||
values:
|
values:
|
||||||
networks:
|
networks:
|
||||||
- name: openstackci-net
|
- name: openstackci-net
|
||||||
default: True
|
default_interface: True
|
||||||
auth:
|
auth:
|
||||||
auth_url: https://packet.platform9.net/keystone
|
auth_url: https://packet.platform9.net/keystone
|
||||||
username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>
|
username: <%= @puppetmaster_clouds['openstackci_packethost_username'] %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user