Move network_topic into nova.network.rpcapi
The network_topic opt is only used in nova.network.rpcapi and it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: Icd779f34df47ac6dd048b3e41995e872d8859872
This commit is contained in:
		@@ -41,7 +41,7 @@ from nova import service
 | 
			
		||||
from nova import utils
 | 
			
		||||
 | 
			
		||||
CONF = cfg.CONF
 | 
			
		||||
CONF.import_opt('network_topic', 'nova.config')
 | 
			
		||||
CONF.import_opt('network_topic', 'nova.network.rpcapi')
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    config.parse_args(sys.argv)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user