summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/tests/db/fakes.py1
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,