File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
ansible/roles/blazar/templates Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
[DEFAULT]
2
2
debug = {{ blazar_logging_debug }}
3
-
4
3
log_dir = /var/log/kolla/blazar
5
-
6
4
transport_url = {{ rpc_transport_url }}
7
-
8
5
host = {{ api_interface_address }}
9
6
port = {{ blazar_api_port }}
10
7
os_auth_host = {{ kolla_internal_fqdn }}
@@ -44,13 +41,8 @@ connection_recycle_time = {{ database_connection_recycle_time }}
44
41
max_pool_size = {{ database_max_pool_size }}
45
42
max_retries = -1
46
43
47
- [physical:host]
48
- on_start = on_start
49
- on_end = on_end
44
+ [nova]
50
45
aggregate_freepool_name = {{ blazar_aggregate_pool_name }}
51
- blazar_username = {{ blazar_keystone_user }}
52
- blazar_password = {{ blazar_keystone_password }}
53
- blazar_project_name = service
54
46
55
47
[oslo_messaging_notifications]
56
48
{% if blazar_enabled_notification_topics %}
You can’t perform that action at this time.
0 commit comments