diff options
| author | Rick Harris <rconradharris@gmail.com> | 2011-11-07 23:10:12 +0000 |
|---|---|---|
| committer | Rick Harris <rconradharris@gmail.com> | 2011-11-08 16:41:07 +0000 |
| commit | 91c39baedcbcacc90ab87fad602adb7c20de2de0 (patch) | |
| tree | 449d9d7301690e41c34d7ab92c474d530f74f8e1 /nova/tests | |
| parent | d90aaaafbc11c8e951ccde27cac11f70ae65c9b2 (diff) | |
Fixing create_vbd call per VolumeHelper refactoring
Change-Id: I6a34984104b5c62e9b494beef521e447104ec408
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_network.py | 2 |
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, |
