[Openstack] root_helper deprecated?

2013-04-09 Thread Liu Wenmao
Hi all: In quantum dhcp grizzly log, I find the following warnings: 2013-04-09 15:12:48 WARNING [quantum.agent.common.config] Deprecated: DEFAULT.root_helper is deprecated! I do set root_helper in the ini file: root_helper = sudo /usr/local/bin/quantum-rootwrap /etc/quantum/rootwrap.conf

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Rahul Upadhyaya
Hi Liu, I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for Quantum too. https://wiki.openstack.org/wiki/Nova/Rootwrap Refer to the section : Nova configuration You must provide the location of the rootwrap

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Thierry Carrez
Rahul Upadhyaya wrote: I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for Quantum too. No, Quantum still uses root_helper and has not transitioned to using rootwrap_config yet. Looking at the code,

Re: [Openstack] root_helper deprecated?

2013-04-09 Thread Liu Wenmao
Thanks Thierry, it seems to make sense. On Tue, Apr 9, 2013 at 4:53 PM, Thierry Carrez thie...@openstack.orgwrote: Rahul Upadhyaya wrote: I think you should use : rootwrap_config=/etc/quantum/rootwrap.conf Found this at below mentioned wiki page. I think this should hold true for