diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-17 15:51:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-17 15:51:00 +0000 |
commit | 1bd5492a41bba96261b3da74c56cc4cca69eee09 (patch) | |
tree | 9a8911c3c812f21be4ca2fcc77e35102e9ebfb5b /ci | |
parent | 123d73b94a3368e84164c8bd375a595c50b6945e (diff) | |
parent | e148ac870b4058d70822ac3df4d1fe512cd44303 (diff) |
Merge "Render IP map and host maps according to network_data.yaml"
Diffstat (limited to 'ci')
-rw-r--r-- | ci/common/net-config-multinode-os-net-config.yaml | 4 | ||||
-rw-r--r-- | ci/common/net-config-multinode.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ci/common/net-config-multinode-os-net-config.yaml b/ci/common/net-config-multinode-os-net-config.yaml index 6f4542bd..9d45a9ff 100644 --- a/ci/common/net-config-multinode-os-net-config.yaml +++ b/ci/common/net-config-multinode-os-net-config.yaml @@ -15,7 +15,7 @@ parameters: type: string InternalApiIpSubnet: default: '' - description: IP address/subnet on the internal API network + description: IP address/subnet on the internal_api network type: string StorageIpSubnet: default: '' @@ -23,7 +23,7 @@ parameters: type: string StorageMgmtIpSubnet: default: '' - description: IP address/subnet on the storage mgmt network + description: IP address/subnet on the storage_mgmt network type: string TenantIpSubnet: default: '' diff --git a/ci/common/net-config-multinode.yaml b/ci/common/net-config-multinode.yaml index f7e250e2..6beb62f0 100644 --- a/ci/common/net-config-multinode.yaml +++ b/ci/common/net-config-multinode.yaml @@ -15,7 +15,7 @@ parameters: type: string InternalApiIpSubnet: default: '' - description: IP address/subnet on the internal API network + description: IP address/subnet on the internal_api network type: string StorageIpSubnet: default: '' @@ -23,7 +23,7 @@ parameters: type: string StorageMgmtIpSubnet: default: '' - description: IP address/subnet on the storage mgmt network + description: IP address/subnet on the storage_mgmt network type: string TenantIpSubnet: default: '' |