CCI-MOC / flocx-market

2 stars 9 forks source link

oslo configuration groups for api, netconf, and DEFAULT can be read WIP #18

Closed ljmcgann closed 5 years ago

ljmcgann commented 5 years ago

I have set up oslo so that the configurations defined in conf.api conf.netconf, and conf.flask are added to the configuration file that is generated, and if the configuration file at /etc/flocx-market/flocx-market.conf is modified, these new values can be accessed in code with CONF.value. Accessing values atuomatically generated by oslo but not in the conf folder (such as keystone_authtoken) does not work currently and I am stuck trying to make this work. I am trying to test this through test_auth, as opposed to through cmd/api.py at the momet