diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-12 23:29:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-12 23:29:42 +0000 |
commit | e6a88afa04cde189cd0e7d119a51b5667c3e69da (patch) | |
tree | 652281dbc03636836424e694af996be4e9d9d5b1 /environments/tls-endpoints-public-ip.yaml | |
parent | be6a66042e14abfc3a1b649ed144bb755c750424 (diff) | |
parent | f6662286786f2e1c6d81e2ac275d43bf4a6f6910 (diff) |
Merge "adding Congress Support"
Diffstat (limited to 'environments/tls-endpoints-public-ip.yaml')
-rw-r--r-- | environments/tls-endpoints-public-ip.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-endpoints-public-ip.yaml b/environments/tls-endpoints-public-ip.yaml index 3b8774e8..7311a1f9 100644 --- a/environments/tls-endpoints-public-ip.yaml +++ b/environments/tls-endpoints-public-ip.yaml @@ -17,6 +17,9 @@ parameter_defaults: CinderAdmin: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'} CinderInternal: {protocol: 'http', port: '8776', host: 'IP_ADDRESS'} CinderPublic: {protocol: 'https', port: '13776', host: 'IP_ADDRESS'} + CongressAdmin: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'} + CongressInternal: {protocol: 'http', port: '1789', host: 'IP_ADDRESS'} + CongressPublic: {protocol: 'https', port: '13789', host: 'IP_ADDRESS'} ContrailAnalyticsApiAdmin: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'} ContrailAnalyticsApiInternal: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'} ContrailAnalyticsApiPublic: {protocol: 'http', port: '8081', host: 'IP_ADDRESS'} |