Merge glance sections for nova.conf.j2

Change-Id: I1727a6706520130793d31f8b514d955993d2c2a5
This commit is contained in:
likui 2021-05-18 17:44:07 +08:00
parent bf1968689b
commit 6b61cbe6f4

View File

@ -98,6 +98,7 @@ endpoint_override = {{ ironic_internal_endpoint }}/v1
lock_path = /var/lib/nova/tmp lock_path = /var/lib/nova/tmp
[glance] [glance]
debug = {{ nova_logging_debug }}
api_servers = {{ glance_internal_endpoint }} api_servers = {{ glance_internal_endpoint }}
cafile = {{ openstack_cacert }} cafile = {{ openstack_cacert }}
num_retries = 3 num_retries = 3
@ -197,10 +198,6 @@ policy_file = {{ nova_policy_file }}
[privsep_entrypoint] [privsep_entrypoint]
helper_command=sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf helper_command=sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
[glance]
debug = {{ nova_logging_debug }}
cafile = {{ openstack_cacert }}
[guestfs] [guestfs]
debug = {{ nova_logging_debug }} debug = {{ nova_logging_debug }}