diff options
Diffstat (limited to 'controller.yaml')
-rw-r--r-- | controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index 79f5ece5..d6438d13 100644 --- a/controller.yaml +++ b/controller.yaml @@ -585,6 +585,7 @@ resources: NetworkConfig: type: OS::TripleO::Controller::Net::SoftwareConfig properties: + ControlPlaneIp: {get_attr: [Controller, networks, ctlplane, 0]} ExternalIpSubnet: {get_attr: [ExternalPort, ip_subnet]} InternalApiIpSubnet: {get_attr: [InternalApiPort, ip_subnet]} StorageIpSubnet: {get_attr: [StoragePort, ip_subnet]} |