Re: [openstack-dev] [openstack][neutron]adding and parsing new configuration option in neutron.conf

2016-07-14 Thread Ihar Hrachyshka
Megan Liu wrote: Hi I am new to Openstack neutron. I have problem of parsing new added option in neutron.conf. Do I have to register the new added option in code to be able to read the option value from neutron.conf or not. Yes, you should register it with

[openstack-dev] [openstack][neutron]adding and parsing new configuration option in neutron.conf

2016-07-14 Thread Megan Liu
Hi I am new to Openstack neutron. I have problem of parsing new added option in neutron.conf. Do I have to register the new added option in code to be able to read the option value from neutron.conf or not. After adding new option in neutron.conf, in the code , I try to use neutron.conf