diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:30:44 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 12:30:44 -0500 |
| commit | 0002eb7affbc0983ee9fc317aa79c1b62dd3d5c3 (patch) | |
| tree | d43f5621c9c75e51dc0694824be0277d4d398f22 | |
| parent | 59453fe8d56c678495b1caf0cb7faeba6aa87d0f (diff) | |
added network injected to stub
| -rw-r--r-- | nova/tests/db/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/db/fakes.py b/nova/tests/db/fakes.py index 8883322fc..525f720a5 100644 --- a/nova/tests/db/fakes.py +++ b/nova/tests/db/fakes.py @@ -68,6 +68,7 @@ def stub_out_db_network_api(stubs): 'dns': '192.168.0.1', 'vlan': None, 'host': None, + 'injected': False, 'vpn_public_address': '192.168.0.2'} fixed_ip_fields = {'id': 0, |
