Merge "Set the privsep_osbrick.helper_command in nova and cinder"

This commit is contained in:
Jenkins 2016-07-18 08:46:18 +00:00 committed by Gerrit Code Review
commit 7a82901ada
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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