Merge "Fix the port for Panko API"

This commit is contained in:
Jenkins 2017-06-16 12:05:25 +00:00 committed by Gerrit Code Review
commit ba875e3edd
2 changed files with 3 additions and 3 deletions

View File

@ -976,5 +976,5 @@ tripleo::firewall::firewall_rules:
- 443
'143 panko-api':
dport:
- 8779
- 8977
- 13779

View File

@ -864,8 +864,8 @@ def _generate_endpoints(instack_env):
{'host': internal_host, 'port': 8041}),
('panko',
'%s://%s:%d',
{'host': public_host, 'port': 8779, 'ssl_port': 13779},
{'host': internal_host, 'port': 8779}),
{'host': public_host, 'port': 8977, 'ssl_port': 13779},
{'host': internal_host, 'port': 8977}),
('mistral',
'%s://%s:%d/v2',
{'host': public_host, 'port': 8989, 'ssl_port': 13989},