aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-11 09:00:55 +0000
committerGerrit Code Review <review@openstack.org>2016-11-11 09:00:55 +0000
commit9211e2b61d6fcccbcdefb87667fd72a165ef882f (patch)
tree56d7be35f6e0741036e74918efc404de39c7f14c /environments
parent9b4a981f955ea4a187c92e24c980f45c42f9a02a (diff)
parentb5cb4e42116ce5d2c96cd9da44384552192490d0 (diff)
Merge "Add missing Barbican endpoint from tls-everywhere environment"
Diffstat (limited to 'environments')
-rw-r--r--environments/tls-everywhere-endpoints-dns.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-everywhere-endpoints-dns.yaml b/environments/tls-everywhere-endpoints-dns.yaml
index c3fbaf49..cc1915fe 100644
--- a/environments/tls-everywhere-endpoints-dns.yaml
+++ b/environments/tls-everywhere-endpoints-dns.yaml
@@ -5,6 +5,9 @@ parameter_defaults:
AodhAdmin: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
AodhInternal: {protocol: 'https', port: '8042', host: 'CLOUDNAME'}
AodhPublic: {protocol: 'https', port: '13042', host: 'CLOUDNAME'}
+ BarbicanAdmin: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
+ BarbicanInternal: {protocol: 'https', port: '9311', host: 'CLOUDNAME'}
+ BarbicanPublic: {protocol: 'https', port: '13311', host: 'CLOUDNAME'}
CeilometerAdmin: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
CeilometerInternal: {protocol: 'https', port: '8777', host: 'CLOUDNAME'}
CeilometerPublic: {protocol: 'https', port: '13777', host: 'CLOUDNAME'}