Merge "Add metadata_settings to Octavia and Glance APIs"
This commit is contained in:
commit
c6a3b8805c
@ -242,3 +242,5 @@ outputs:
|
||||
- octavia_api_httpd_enabled|bool
|
||||
- httpd_running|bool
|
||||
service: name=httpd state=stopped
|
||||
metadata_settings:
|
||||
get_attr: [OctaviaApiPuppetBase, role_data, metadata_settings]
|
||||
|
@ -413,3 +413,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]
|
||||
|
@ -175,3 +175,5 @@ outputs:
|
||||
octavia::db::mysql::allowed_hosts:
|
||||
- '%'
|
||||
- "%{hiera('mysql_bind_host')}"
|
||||
metadata_settings:
|
||||
get_attr: [TLSProxyBase, role_data, metadata_settings]
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user