diff options
| author | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-07-19 17:38:51 -0700 |
|---|---|---|
| committer | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-07-19 17:38:51 -0700 |
| commit | c8de39d52d48fc14b851cdd5de8b0d356f3291dc (patch) | |
| tree | abeedac25f9af2dbf586fb4a143aaaa798117a99 | |
| parent | 6b47f87c9e22fa09cedc3e48b7c8dcf52b5d016a (diff) | |
| download | nova-c8de39d52d48fc14b851cdd5de8b0d356f3291dc.tar.gz nova-c8de39d52d48fc14b851cdd5de8b0d356f3291dc.tar.xz nova-c8de39d52d48fc14b851cdd5de8b0d356f3291dc.zip | |
Reverted to original code, after network binding to project code is in integration code for testing new extension will be added
| -rw-r--r-- | nova/tests/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/tests/__init__.py b/nova/tests/__init__.py index 44ce2e635..e4ed75d37 100644 --- a/nova/tests/__init__.py +++ b/nova/tests/__init__.py @@ -66,8 +66,7 @@ def setup(): bridge=FLAGS.flat_network_bridge, bridge_interface=bridge_interface, vpn_start=FLAGS.vpn_start, - vlan_start=FLAGS.vlan_start, - project_id="openstack") + vlan_start=FLAGS.vlan_start) for net in db.network_get_all(ctxt): network.set_network_host(ctxt, net['id']) |
