diff options
author | Dan Prince <dprince@redhat.com> | 2015-06-10 19:51:04 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-06-10 19:51:04 -0400 |
commit | 84f370088f5616ccaba5e92e00609a5d4f61071f (patch) | |
tree | a047fd0676f6766bfeef12151c694c7473c57b83 /puppet/compute-puppet.yaml | |
parent | 5033fd06894c3ac9ff99a82cb74020868da42306 (diff) |
Rename ServiceNetMap: NeutronLocalIp
This patch renames the NeutronLocalIp option to be called
NeutronTenantNetwork. This is more consistent with
all of the other ServiceNetMap settings which end in
'Network' and initial end user feedback found the
old name a bit cryptic as well.
This is the network for neutron tenant traffic so lets
just name it that.
Change-Id: Id49afe75c372887453413c092190a5775aa3e1ee
Diffstat (limited to 'puppet/compute-puppet.yaml')
-rw-r--r-- | puppet/compute-puppet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/compute-puppet.yaml b/puppet/compute-puppet.yaml index 12e701dd..1833321d 100644 --- a/puppet/compute-puppet.yaml +++ b/puppet/compute-puppet.yaml @@ -427,7 +427,7 @@ resources: - {get_param: GlancePort} neutron_flat_networks: {get_param: NeutronFlatNetworks} neutron_host: {get_param: NeutronHost} - neutron_local_ip: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, NeutronLocalIp]}]} + neutron_local_ip: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, NeutronTenantNetwork]}]} neutron_tenant_network_type: {get_param: NeutronNetworkType} neutron_tunnel_types: {get_param: NeutronTunnelTypes} neutron_network_vlan_ranges: |