Merge "Add metadata_settings to Octavia and Glance APIs" into stable/queens

This commit is contained in:
Zuul 2018-12-11 23:56:34 +00:00 committed by Gerrit Code Review
commit ef36b443b7
4 changed files with 12 additions and 0 deletions

View File

@ -258,3 +258,5 @@ outputs:
- octavia_api_httpd_enabled|bool
- httpd_running|bool
service: name=httpd state=stopped
metadata_settings:
get_attr: [OctaviaApiPuppetBase, role_data, metadata_settings]

View File

@ -400,3 +400,5 @@ outputs:
- step|int == 1
- glance_registry_enabled.rc == 0
service: name=openstack-glance-registry state=stopped enabled=no
metadata_settings:
get_attr: [TLSProxyBase, role_data, metadata_settings]

View File

@ -170,3 +170,5 @@ outputs:
octavia::db::mysql::allowed_hosts:
- '%'
- "%{hiera('mysql_bind_host')}"
metadata_settings:
get_attr: [TLSProxyBase, role_data, metadata_settings]

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixed an issue where if Octavia API or Glance API were deployed away from
the controller node with internal TLS, the service principals wouldn't be
created.