Make a cleaner log message and use [] instead of . to get database fields.
This commit is contained in:
		| @@ -884,10 +884,7 @@ class IptablesFirewallTestCase(test.TestCase): | ||||
|  | ||||
|     def test_provider_firewall_rules(self): | ||||
|         # setup basic instance data | ||||
|         instance_ref = db.instance_create(self.context, | ||||
|                                           {'user_id': 'fake', | ||||
|                                           'project_id': 'fake', | ||||
|                                           'mac_address': '56:12:12:12:12:12'}) | ||||
|         instance_ref = self._create_instance_ref() | ||||
|         ip = '10.11.12.13' | ||||
|         network_ref = db.project_get_network(self.context, 'fake') | ||||
|         admin_ctxt = context.get_admin_context() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Willey
					Todd Willey