We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6387e43 commit 9d91982Copy full SHA for 9d91982
ansible/roles/nova-cell/templates/nova.conf.j2
@@ -98,6 +98,7 @@ endpoint_override = {{ ironic_internal_endpoint }}/v1
98
lock_path = /var/lib/nova/tmp
99
100
[glance]
101
+debug = {{ nova_logging_debug }}
102
api_servers = {{ glance_internal_endpoint }}
103
cafile = {{ openstack_cacert }}
104
num_retries = 3
@@ -197,10 +198,6 @@ policy_file = {{ nova_policy_file }}
197
198
[privsep_entrypoint]
199
helper_command=sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
200
-[glance]
201
-debug = {{ nova_logging_debug }}
202
-cafile = {{ openstack_cacert }}
203
-
204
[guestfs]
205
debug = {{ nova_logging_debug }}
206
0 commit comments