Clean up openstack-common.conf
oslo-incubator will introduce new integrity check in [1]. That will help developer find inconsistent issue while copying from oslo-incubator. The check just outputs warnings. These are changes according to warning: * sort the modules in openstack-common.conf * Fix wrong module names [1] https://review.openstack.org/#/c/76901/ Change-Id: Ie939d46a72732357acc9dab03c0682b0e271a7ed Related-Bug: #1295582
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
[DEFAULT]
 | 
			
		||||
 | 
			
		||||
# The list of modules to copy from oslo-incubator.git
 | 
			
		||||
# The list of modules to copy from oslo-incubator
 | 
			
		||||
module=cliutils
 | 
			
		||||
module=config
 | 
			
		||||
module=context
 | 
			
		||||
@@ -20,8 +20,7 @@ module=lockutils
 | 
			
		||||
module=log
 | 
			
		||||
module=loopingcall
 | 
			
		||||
module=memorycache
 | 
			
		||||
module=middleware/base
 | 
			
		||||
module=middleware/request_id
 | 
			
		||||
module=middleware
 | 
			
		||||
module=network_utils
 | 
			
		||||
module=periodic_task
 | 
			
		||||
module=policy
 | 
			
		||||
@@ -30,9 +29,9 @@ module=report
 | 
			
		||||
module=report.generators
 | 
			
		||||
module=report.models
 | 
			
		||||
module=report.views
 | 
			
		||||
module=report.views.xml
 | 
			
		||||
module=report.views.json
 | 
			
		||||
module=report.views.text
 | 
			
		||||
module=report.views.xml
 | 
			
		||||
module=service
 | 
			
		||||
module=sslutils
 | 
			
		||||
module=strutils
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user