diff options
| author | Jason Kölker <jason@koelker.net> | 2011-05-24 15:17:38 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-05-24 15:17:38 -0500 |
| commit | b7a6fe7b49d692ee825fd92629c5ffdeac345531 (patch) | |
| tree | e6169bf04c00a0ed83c757897b2debb1b8bb45fa | |
| parent | 909000277de6a77de37a4d60c7d5c6c6b0de607b (diff) | |
no use mac
| -rw-r--r-- | nova/tests/test_console.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_console.py b/nova/tests/test_console.py index 1a9a867ee..faeb8f40d 100644 --- a/nova/tests/test_console.py +++ b/nova/tests/test_console.py @@ -63,7 +63,6 @@ class ConsoleTestCase(test.TestCase): inst['user_id'] = self.user.id inst['project_id'] = self.project.id inst['instance_type_id'] = 1 - inst['mac_address'] = utils.generate_mac() inst['ami_launch_index'] = 0 return db.instance_create(self.context, inst)['id'] |
