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/nova-vncproxy.yaml | |
parent | 6a1f17154f4c64f7a0b61439781a7c868906d956 (diff) | |
parent | e3cb92a5db51eb80d0806a9bf42b689756a4ac9f (diff) |
Merge "Mv Nova, Neutron, Horizon out of controller.yaml"
Diffstat (limited to 'puppet/services/nova-vncproxy.yaml')
-rw-r--r-- | puppet/services/nova-vncproxy.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/nova-vncproxy.yaml b/puppet/services/nova-vncproxy.yaml index 0a1785d8..7444d7d8 100644 --- a/puppet/services/nova-vncproxy.yaml +++ b/puppet/services/nova-vncproxy.yaml @@ -46,5 +46,11 @@ outputs: '[': '' ']': '' nova::vncproxy::common::vncproxy_port: {get_param: [EndpointMap, NovaVNCProxyPublic, port]} + # 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 + nova::vncproxy::host: {get_param: [ServiceNetMap, NovaApiNetwork]} step_config: | include tripleo::profile::base::nova::vncproxy |