aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-21 19:24:28 +0000
committerGerrit Code Review <review@openstack.org>2015-09-21 19:24:28 +0000
commitbb03764bca90278e4e0b1cb0b07da6d0a458990d (patch)
tree5f716374bf309a1b0b3aeb81e9e55e4d0dce4d89 /cinder-storage.yaml
parent210ade81937dacd3eda9478d2806057ef7b1fead (diff)
parentbccb6989845893299a5e487c4f15b0c8066fddb0 (diff)
Merge "Configure ctlplane network with a static IP"
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r--cinder-storage.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml
index f65d9289..7a686970 100644
--- a/cinder-storage.yaml
+++ b/cinder-storage.yaml
@@ -165,6 +165,7 @@ resources:
NetworkConfig:
type: OS::TripleO::BlockStorage::Net::SoftwareConfig
properties:
+ ControlPlaneIp: {get_attr: [BlockStorage, networks, ctlplane, 0]}
InternalApiIpSubnet: {get_attr: [InternalApiPort, ip_subnet]}
StorageIpSubnet: {get_attr: [StoragePort, ip_subnet]}
StorageMgmtIpSubnet: {get_attr: [StorageMgmtPort, ip_subnet]}