summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Short <zulcss@ubuntu.com>2011-03-29 15:48:02 -0400
committerChuck Short <zulcss@ubuntu.com>2011-03-29 15:48:02 -0400
commit05a654211ab902cbb5b1b345dd3285efb1c6bf71 (patch)
treefde9dbf7935cd26f7c72bc603da632cc9b447ad4
parent8f4176f289142e48d4a2c584ad1ce270dfa53d82 (diff)
Style fixes
-rw-r--r--nova/tests/test_virt.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py
index e6beb8e2e..958c8e3e2 100644
--- a/nova/tests/test_virt.py
+++ b/nova/tests/test_virt.py
@@ -237,13 +237,13 @@ class LibvirtConnTestCase(test.TestCase):
network_ref = db.project_get_network(context.get_admin_context(),
self.project.id)
- fixed_ip = {'address': self.test_ip,
- 'network_id': network_ref['id']}
+ fixed_ip = {'address': self.test_ip,
+ 'network_id': network_ref['id']}
ctxt = context.get_admin_context()
fixed_ip_ref = db.fixed_ip_create(ctxt, fixed_ip)
db.fixed_ip_update(ctxt, self.test_ip,
- {'allocated': True,
+ {'allocated': True,
'instance_id': instance_ref['id']})
self.flags(libvirt_type='lxc')