Move console_topic into nova.console.rpcapi
Even though the console_topic opt is used outside nova.console.rpcapi, it makes sense for the RPC module to "own" the topic option. blueprint: scope-config-opts Change-Id: I0f00927ca1c0bba7b21315240165e83e7075ebb7
This commit is contained in:
		@@ -50,9 +50,6 @@ global_opts = [
 | 
			
		||||
    cfg.StrOpt('compute_topic',
 | 
			
		||||
               default='compute',
 | 
			
		||||
               help='the topic compute nodes listen on'),
 | 
			
		||||
    cfg.StrOpt('console_topic',
 | 
			
		||||
               default='console',
 | 
			
		||||
               help='the topic console proxy nodes listen on'),
 | 
			
		||||
    cfg.StrOpt('scheduler_topic',
 | 
			
		||||
               default='scheduler',
 | 
			
		||||
               help='the topic scheduler nodes listen on'),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user