diff options
author | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-01-26 16:58:24 -0500 |
---|---|---|
committer | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-01-26 16:58:24 -0500 |
commit | d139d81d3facb440f5f9b040d05e5b380ebf2c68 (patch) | |
tree | 78ffcc77df9bf3bc90c44be68569d851dd095ed7 /nova/test.py | |
parent | 2413d949e1d1ac2bed97a9ed5f54d2f9d386cbd1 (diff) | |
download | nova-d139d81d3facb440f5f9b040d05e5b380ebf2c68.tar.gz nova-d139d81d3facb440f5f9b040d05e5b380ebf2c68.tar.xz nova-d139d81d3facb440f5f9b040d05e5b380ebf2c68.zip |
Changed method signature of create_network
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py index 881baccd5..a12cf9d32 100644 --- a/nova/test.py +++ b/nova/test.py @@ -69,9 +69,10 @@ class TestCase(unittest.TestCase): network_manager.VlanManager().create_networks(ctxt, FLAGS.fixed_range, 5, 16, + FLAGS.fixed_range_v6, FLAGS.vlan_start, FLAGS.vpn_start, - FLAGS.fixed_range_v6) + ) # emulate some of the mox stuff, we can't use the metaclass # because it screws with our generators |