Skip to content

Commit a75a489

Browse files
committed
Update blazar.conf template
Our blazar.conf template was using some deprecated or removed options. Change-Id: I611af46794894fe76da5e74a491db3500810341a (cherry picked from commit 2d82920)
1 parent 6387e43 commit a75a489

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ansible/roles/blazar/templates/blazar.conf.j2

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[DEFAULT]
22
debug = {{ blazar_logging_debug }}
3-
43
log_dir = /var/log/kolla/blazar
5-
64
transport_url = {{ rpc_transport_url }}
7-
85
host = {{ api_interface_address }}
96
port = {{ blazar_api_port }}
107
os_auth_host = {{ kolla_internal_fqdn }}
@@ -44,13 +41,8 @@ connection_recycle_time = {{ database_connection_recycle_time }}
4441
max_pool_size = {{ database_max_pool_size }}
4542
max_retries = -1
4643

47-
[physical:host]
48-
on_start = on_start
49-
on_end = on_end
44+
[nova]
5045
aggregate_freepool_name = {{ blazar_aggregate_pool_name }}
51-
blazar_username = {{ blazar_keystone_user }}
52-
blazar_password = {{ blazar_keystone_password }}
53-
blazar_project_name = service
5446

5547
[oslo_messaging_notifications]
5648
{% if blazar_enabled_notification_topics %}

0 commit comments

Comments
 (0)