Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
fix network config key
Browse files Browse the repository at this point in the history
  • Loading branch information
metral committed Apr 21, 2016
1 parent d440bcb commit 51b421a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions corekube-cloudservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
flavor: { get_param: flavor }
name: "kubernetes_master"
networks:
- uuid: "00000000-0000-0000-0000-000000000000"
- uuid: "11111111-1111-1111-1111-111111111111"
- uuid: { get_resource: priv_network }
- network: "00000000-0000-0000-0000-000000000000"
- network: "11111111-1111-1111-1111-111111111111"
- network: { get_resource: priv_network }
user_data_format: RAW
config_drive: "true"
user_data:
Expand Down Expand Up @@ -339,9 +339,9 @@
flavor: { get_param: flavor }
name: kubernetes_minion_%index%
networks:
- uuid: "00000000-0000-0000-0000-000000000000"
- uuid: "11111111-1111-1111-1111-111111111111"
- uuid: { get_resource: priv_network }
- network: "00000000-0000-0000-0000-000000000000"
- network: "11111111-1111-1111-1111-111111111111"
- network: { get_resource: priv_network }
user_data_format: RAW
config_drive: "true"
user_data:
Expand Down

0 comments on commit 51b421a

Please sign in to comment.