I wasn't certain whether to put this question on stackoverflow or serverfault, but I think it is more coding related than IT infrastructure related.
I'm adding a new Neutron L3 plugin and have attempted to mimic the functionality of a few good examples thus far. My problem is here: while my config file is following the same naming conventions/locations, I keep having empty strings returned from Oslo Config.
Edit: my plugin myapp
is in /opt/stack/neutron/neutron/plugins/ml2/drivers/myapp
and my configuration file ml2_conf_myapp.ini
is in /opt/stack/neutron/etc/neutron/plugins/ml2/
.
How do you specify to Oslo config where to find new plugin configuration files and what their names are?
Thank you!