Merge "Set the privsep_osbrick.helper_command in nova and cinder"
This commit is contained in:
commit
7a82901ada
@ -97,3 +97,6 @@ rbd_user = cinder
|
||||
rbd_secret_uuid = {{ rbd_secret_uuid }}
|
||||
report_discard_supported = True
|
||||
{% endif %}
|
||||
|
||||
[privsep_entrypoint]
|
||||
helper_command=sudo cinder-rootwrap /etc/cinder/rootwrap.conf privsep-helper --config-file /etc/cinder/cinder.conf
|
||||
|
@ -174,3 +174,6 @@ topics = notifications
|
||||
{% else %}
|
||||
driver = noop
|
||||
{% endif %}
|
||||
|
||||
[privsep_entrypoint]
|
||||
helper_command=sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
|
||||
|
Loading…
Reference in New Issue
Block a user