Merge "Fix trove failed to discover swift endpoint"
This commit is contained in:
commit
3ed60961bb
@ -1,10 +1,21 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
log_file = trove-guestagent.log
|
||||||
|
log_dir = /var/log/trove/
|
||||||
transport_url = {{ rpc_transport_url }}
|
transport_url = {{ rpc_transport_url }}
|
||||||
control_exchange = trove
|
control_exchange = trove
|
||||||
root_grant = ALL
|
root_grant = ALL
|
||||||
root_grant_option = True
|
root_grant_option = True
|
||||||
debug = {{ trove_logging_debug }}
|
debug = {{ trove_logging_debug }}
|
||||||
|
|
||||||
|
[service_credentials]
|
||||||
|
auth_url = {{ keystone_internal_url }}
|
||||||
|
region_name = {{ openstack_region_name }}
|
||||||
|
project_name = service
|
||||||
|
password = {{ trove_keystone_password }}
|
||||||
|
project_domain_name = {{ default_project_domain_name }}
|
||||||
|
user_domain_name = {{ default_user_domain_name }}
|
||||||
|
username = {{ trove_keystone_user }}
|
||||||
|
|
||||||
[oslo_messaging_rabbit]
|
[oslo_messaging_rabbit]
|
||||||
heartbeat_in_pthread = false
|
heartbeat_in_pthread = false
|
||||||
{% if om_enable_rabbitmq_high_availability | bool %}
|
{% if om_enable_rabbitmq_high_availability | bool %}
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fix trove failed to discover swift endpoint due to the missing of
|
||||||
|
`service_credentials` in guest-agent.conf.
|
||||||
|
see `bug 2048829 <https://bugs.launchpad.net/kolla-ansible/+bug/2048829>`__
|
Loading…
Reference in New Issue
Block a user