diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-24 06:45:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-24 06:45:11 +0000 |
commit | 9c28b0f819171fe67792917db39fed4db11460d9 (patch) | |
tree | 9b2f094a314c264bf7973d0120c4d61cf14db5f9 /environments/tls-endpoints-public-dns.yaml | |
parent | 6800667195dd4892f0841d124259b04a0ffe8a56 (diff) | |
parent | a2e0aa4d1c22737511b485b5112d25c84d29d6df (diff) |
Merge "Add panko api support to service templates"
Diffstat (limited to 'environments/tls-endpoints-public-dns.yaml')
-rw-r--r-- | environments/tls-endpoints-public-dns.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/tls-endpoints-public-dns.yaml b/environments/tls-endpoints-public-dns.yaml index 79c7599f..70a0d31f 100644 --- a/environments/tls-endpoints-public-dns.yaml +++ b/environments/tls-endpoints-public-dns.yaml @@ -53,6 +53,9 @@ parameter_defaults: NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'} NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'} NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'} + PankoAdmin: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'} + PankoInternal: {protocol: 'http', port: '8779', host: 'IP_ADDRESS'} + PankoPublic: {protocol: 'https', port: '13779', host: 'CLOUDNAME'} SaharaAdmin: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'} SaharaInternal: {protocol: 'http', port: '8386', host: 'IP_ADDRESS'} SaharaPublic: {protocol: 'https', port: '13386', host: 'CLOUDNAME'} |