More tidy
This commit is contained in:
		@@ -5,7 +5,6 @@ from collections import OrderedDict
 | 
				
			|||||||
from charmhelpers.core.hookenv import (
 | 
					from charmhelpers.core.hookenv import (
 | 
				
			||||||
    charm_dir,
 | 
					    charm_dir,
 | 
				
			||||||
    log,
 | 
					    log,
 | 
				
			||||||
    service_name
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
from charmhelpers.core.host import (
 | 
					from charmhelpers.core.host import (
 | 
				
			||||||
    file_hash
 | 
					    file_hash
 | 
				
			||||||
@@ -51,8 +50,6 @@ CONFIG_FILES = [
 | 
				
			|||||||
    '/etc/neutron/plugins/ml2/ml2_conf.ini',
 | 
					    '/etc/neutron/plugins/ml2/ml2_conf.ini',
 | 
				
			||||||
    '/etc/nova/nova.conf']
 | 
					    '/etc/nova/nova.conf']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SERVICES = ['libvirtd', 'compute', 'neutron']
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
class POWERProxy():
 | 
					class POWERProxy():
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user