summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-27 04:09:22 +0000
committerGerrit Code Review <review@openstack.org>2012-08-27 04:09:22 +0000
commitb16acca2f903deeba0f41cbc47b3566cef15d2bc (patch)
tree1448229611734e119bbf845b5559ffd0c9da4ec6 /nova/tests
parentb2e407d1e33dd8a2bc6a88048a46ed884667fa7c (diff)
parent61839b33db42e1865e8df019655f25b70ec97669 (diff)
Merge "Remove unused permitted_instance_types"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_libvirt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py
index cd7688c80..da2a7e306 100644
--- a/nova/tests/test_libvirt.py
+++ b/nova/tests/test_libvirt.py
@@ -2279,7 +2279,6 @@ class LibvirtConnTestCase(test.TestCase):
want = {"vendor": "AMD",
"features": ["extapic", "3dnow"],
- "permitted_instance_types": ["x86_64", "i686"],
"model": "Opteron_G4",
"arch": "x86_64",
"topology": {"cores": 2, "threads": 1, "sockets": 4}}