Style fixes
This commit is contained in:
		| @@ -237,13 +237,13 @@ class LibvirtConnTestCase(test.TestCase): | |||||||
|         network_ref = db.project_get_network(context.get_admin_context(), |         network_ref = db.project_get_network(context.get_admin_context(), | ||||||
|                                              self.project.id) |                                              self.project.id) | ||||||
|  |  | ||||||
|         fixed_ip = {'address':  self.test_ip, |         fixed_ip = {'address': self.test_ip, | ||||||
|                     'network_id':   network_ref['id']} |                     'network_id': network_ref['id']} | ||||||
|  |  | ||||||
|         ctxt = context.get_admin_context() |         ctxt = context.get_admin_context() | ||||||
|         fixed_ip_ref = db.fixed_ip_create(ctxt, fixed_ip) |         fixed_ip_ref = db.fixed_ip_create(ctxt, fixed_ip) | ||||||
|         db.fixed_ip_update(ctxt, self.test_ip, |         db.fixed_ip_update(ctxt, self.test_ip, | ||||||
|                                  {'allocated':   True, |                                  {'allocated': True, | ||||||
|                                   'instance_id': instance_ref['id']}) |                                   'instance_id': instance_ref['id']}) | ||||||
|  |  | ||||||
|         self.flags(libvirt_type='lxc') |         self.flags(libvirt_type='lxc') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Chuck Short
					Chuck Short