summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-11-08 16:51:28 +0000
committerGerrit Code Review <review@openstack.org>2011-11-08 16:51:28 +0000
commit00d4a56c0407459b7edea5e293c7e29cc296a6ae (patch)
tree45eacafd94fb8150176700edff296c3c1ad5788a /nova/tests
parent53ea6a8e09c20e520f8cabc9c686b2363efe45cc (diff)
parent91c39baedcbcacc90ab87fad602adb7c20de2de0 (diff)
Merge "Fixing create_vbd call per VolumeHelper refactoring"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_network.py b/nova/tests/test_network.py
index afcebc223..c66c38c85 100644
--- a/nova/tests/test_network.py
+++ b/nova/tests/test_network.py
@@ -206,7 +206,7 @@ class FlatNetworkTestCase(test.TestCase):
is_admin=True)
nets = self.network.create_networks(context_admin, 'fake',
'192.168.0.0/24', False, 1,
- 256, None, None, None, None )
+ 256, None, None, None, None)
self.assertEqual(1, len(nets))
network = nets[0]
self.assertEqual(3, db.network_count_reserved_ips(context_admin,