diff options
Diffstat (limited to 'neutron-dist.conf')
-rw-r--r-- | neutron-dist.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/neutron-dist.conf b/neutron-dist.conf new file mode 100644 index 0000000..0637f10 --- /dev/null +++ b/neutron-dist.conf @@ -0,0 +1,10 @@ +[DEFAULT] +verbose = True +lock_path = $state_path/lock +allow_overlapping_ips = True +use_stderr = False +api_paste_config = /usr/share/neutron/api-paste.ini + +[agent] +root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf +root_helper_daemon = sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf |