diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-30 17:35:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-30 17:35:18 +0000 |
commit | 5dccc05da37f3f13cf72a941edb0be28447bca1c (patch) | |
tree | 170bb8d5c84c37d756c6e4d5b3df6ce1d5940e41 /puppet/services/neutron-api.yaml | |
parent | 6a1f17154f4c64f7a0b61439781a7c868906d956 (diff) | |
parent | e3cb92a5db51eb80d0806a9bf42b689756a4ac9f (diff) |
Merge "Mv Nova, Neutron, Horizon out of controller.yaml"
Diffstat (limited to 'puppet/services/neutron-api.yaml')
-rw-r--r-- | puppet/services/neutron-api.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/neutron-api.yaml b/puppet/services/neutron-api.yaml index 35ac32db..cd8a20a1 100644 --- a/puppet/services/neutron-api.yaml +++ b/puppet/services/neutron-api.yaml @@ -111,5 +111,11 @@ outputs: '106 vrrp': proto: vrrp neutron::server::router_distributed: {get_param: NeutronEnableDVR} + # NOTE: bind IP is found in Heat replacing the network name with the local node IP + # for the given network; replacement examples (eg. for internal_api): + # internal_api -> IP + # internal_api_uri -> [IP] + # internal_api_subnet - > IP/CIDR + neutron::bind_host: {get_param: [ServiceNetMap, NeutronApiNetwork]} step_config: | include tripleo::profile::base::neutron::server |