Include oslo.cache options in neutron.conf
Neutorn uses oslo.cache library for caching. This change ensures that options of the library are included in neutron.conf generated by oslo-config-generator. This change also removes cache_utils module from neutron.opts because the module is not used in that file. Closes-Bug: #1940790 Change-Id: I9ccd145d5ea1a1e0033eb43b609cc6428ea95f23
This commit is contained in:
parent
84d9bb1e0e
commit
d6b1dd4a93
@ -10,6 +10,7 @@ namespace = nova.auth
|
||||
namespace = ironic.auth
|
||||
namespace = placement.auth
|
||||
namespace = oslo.log
|
||||
namespace = oslo.cache
|
||||
namespace = oslo.db
|
||||
namespace = oslo.policy
|
||||
namespace = oslo.privsep
|
||||
|
@ -19,7 +19,6 @@ from oslo_config import cfg
|
||||
|
||||
import neutron.agent.agent_extensions_manager
|
||||
import neutron.agent.securitygroups_rpc
|
||||
import neutron.common.cache_utils
|
||||
import neutron.conf.agent.agent_extensions_manager
|
||||
import neutron.conf.agent.common
|
||||
import neutron.conf.agent.database.agents_db
|
||||
|
Loading…
Reference in New Issue
Block a user