diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-06-17 22:11:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-06-17 22:11:27 +0000 |
commit | 19c9618cade3aaf66c8f8f75e09077d2bf3a8b97 (patch) | |
tree | a41528dee4c4d955c1d56280aa5fa0e7c5b941ed /overcloud-resource-registry.yaml | |
parent | 6475dbdf4ef7b8dc5faf7d50e1d29222efb0bcf1 (diff) | |
parent | d4518312486d9e5ad1399f59c04d972abfed4d82 (diff) |
Merge "Remove Redis VirtualIP from params and build it from Neutron::Port"
Diffstat (limited to 'overcloud-resource-registry.yaml')
-rw-r--r-- | overcloud-resource-registry.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overcloud-resource-registry.yaml b/overcloud-resource-registry.yaml index 7be199da..78607b51 100644 --- a/overcloud-resource-registry.yaml +++ b/overcloud-resource-registry.yaml @@ -61,3 +61,6 @@ resource_registry: OS::TripleO::BlockStorage::Ports::InternalApiPort: network/ports/noop.yaml OS::TripleO::BlockStorage::Ports::StoragePort: network/ports/noop.yaml OS::TripleO::BlockStorage::Ports::StorageMgmtPort: network/ports/noop.yaml + + # Port assignments for service virtual IPs for the controller role + OS::TripleO::Controller::Ports::RedisVipPort: network/ports/noop.yaml |