aboutsummaryrefslogtreecommitdiffstats
path: root/network/ports/storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-04 13:37:05 +0000
committerGerrit Code Review <review@openstack.org>2015-06-04 13:37:05 +0000
commit9a2a5794500636dcaa99bea5dfa6ad62f514fae3 (patch)
tree81e15370f71e98f6fdcac5c9b6f5d8afbae069df /network/ports/storage.yaml
parent11c00004416cc6c4e7a49d1542ee180fde03fd2c (diff)
parenta3a88cd3c0c9491877c4278753ac9988a121abbb (diff)
Merge "Add PortName to ports stacks"
Diffstat (limited to 'network/ports/storage.yaml')
-rw-r--r--network/ports/storage.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/ports/storage.yaml b/network/ports/storage.yaml
index 27f60a0d..ecb20b8f 100644
--- a/network/ports/storage.yaml
+++ b/network/ports/storage.yaml
@@ -8,6 +8,10 @@ parameters:
description: Name of the storage neutron network
default: storage
type: string
+ PortName:
+ description: Name of the port
+ default: ''
+ type: string
ControlPlaneIP: # Here for compatability with noop.yaml
description: IP address on the control plane
type: string
@@ -18,6 +22,7 @@ resources:
type: OS::Neutron::Port
properties:
network: {get_param: StorageNetName}
+ name: {get_param: PortName}
replacement_policy: AUTO
outputs: