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
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