Merge "Update blazar.conf template"
This commit is contained in:
commit
ea25df305d
@ -1,10 +1,7 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debug = {{ blazar_logging_debug }}
|
debug = {{ blazar_logging_debug }}
|
||||||
|
|
||||||
log_dir = /var/log/kolla/blazar
|
log_dir = /var/log/kolla/blazar
|
||||||
|
|
||||||
transport_url = {{ rpc_transport_url }}
|
transport_url = {{ rpc_transport_url }}
|
||||||
|
|
||||||
host = {{ api_interface_address }}
|
host = {{ api_interface_address }}
|
||||||
port = {{ blazar_api_port }}
|
port = {{ blazar_api_port }}
|
||||||
os_auth_host = {{ kolla_internal_fqdn }}
|
os_auth_host = {{ kolla_internal_fqdn }}
|
||||||
@ -44,13 +41,8 @@ connection_recycle_time = {{ database_connection_recycle_time }}
|
|||||||
max_pool_size = {{ database_max_pool_size }}
|
max_pool_size = {{ database_max_pool_size }}
|
||||||
max_retries = -1
|
max_retries = -1
|
||||||
|
|
||||||
[physical:host]
|
[nova]
|
||||||
on_start = on_start
|
|
||||||
on_end = on_end
|
|
||||||
aggregate_freepool_name = {{ blazar_aggregate_pool_name }}
|
aggregate_freepool_name = {{ blazar_aggregate_pool_name }}
|
||||||
blazar_username = {{ blazar_keystone_user }}
|
|
||||||
blazar_password = {{ blazar_keystone_password }}
|
|
||||||
blazar_project_name = service
|
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
{% if blazar_enabled_notification_topics %}
|
{% if blazar_enabled_notification_topics %}
|
||||||
|
Loading…
Reference in New Issue
Block a user