Update baremetal-ports-extra-node-all
This was missed when the changes for routed-networks were made, and it means the template doesn't work properly. Change-Id: I7357883133c7a37687b8b13f274ff54c34abddf1
This commit is contained in:
parent
a77c4c2fb2
commit
7e863598d2
@ -5,13 +5,8 @@ parameters:
|
||||
baremetal_prefix:
|
||||
type: string
|
||||
|
||||
provision_net:
|
||||
type: string
|
||||
|
||||
public_net:
|
||||
type: string
|
||||
description: Name of external network
|
||||
default: public
|
||||
networks:
|
||||
type: json
|
||||
|
||||
private_net:
|
||||
type: string
|
||||
@ -41,7 +36,7 @@ resources:
|
||||
- ''
|
||||
- - {get_param: baremetal_prefix}
|
||||
- {get_param: suffix}
|
||||
network: {get_param: provision_net}
|
||||
network: {get_param: [networks, provision]}
|
||||
port_security_enabled: False
|
||||
|
||||
public_port:
|
||||
@ -53,7 +48,7 @@ resources:
|
||||
- - public_
|
||||
- {get_param: baremetal_prefix}
|
||||
- {get_param: suffix}
|
||||
network: {get_param: public_net}
|
||||
network: {get_param: [networks, public]}
|
||||
port_security_enabled: False
|
||||
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user