diff options
Diffstat (limited to 'compute.yaml')
-rw-r--r-- | compute.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml index 9a2c6f17..dd968e72 100644 --- a/compute.yaml +++ b/compute.yaml @@ -315,6 +315,7 @@ resources: NetworkConfig: type: OS::TripleO::Compute::Net::SoftwareConfig properties: + ControlPlaneIp: {get_attr: [NovaCompute, networks, ctlplane, 0]} InternalApiIpSubnet: {get_attr: [InternalApiPort, ip_subnet]} StorageIpSubnet: {get_attr: [StoragePort, ip_subnet]} TenantIpSubnet: {get_attr: [TenantPort, ip_subnet]} |