diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-11 09:00:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-11 09:00:55 +0000 |
commit | 9211e2b61d6fcccbcdefb87667fd72a165ef882f (patch) | |
tree | 56d7be35f6e0741036e74918efc404de39c7f14c | |
parent | 9b4a981f955ea4a187c92e24c980f45c42f9a02a (diff) | |
parent | b5cb4e42116ce5d2c96cd9da44384552192490d0 (diff) |
Merge "Add missing Barbican endpoint from tls-everywhere environment"
-rw-r--r-- | environments/tls-everywhere-endpoints-dns.yaml | 3 |
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'} |