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 /network/config/single-nic-linux-bridge-vlans/networker.yaml | |
parent | 123d73b94a3368e84164c8bd375a595c50b6945e (diff) | |
parent | e148ac870b4058d70822ac3df4d1fe512cd44303 (diff) |
Merge "Render IP map and host maps according to network_data.yaml"
Diffstat (limited to 'network/config/single-nic-linux-bridge-vlans/networker.yaml')
-rw-r--r-- | network/config/single-nic-linux-bridge-vlans/networker.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/config/single-nic-linux-bridge-vlans/networker.yaml b/network/config/single-nic-linux-bridge-vlans/networker.yaml index b1733dec..7dd48944 100644 --- a/network/config/single-nic-linux-bridge-vlans/networker.yaml +++ b/network/config/single-nic-linux-bridge-vlans/networker.yaml @@ -12,7 +12,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: '' @@ -20,7 +20,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: '' |