diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-27 04:09:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-27 04:09:22 +0000 |
| commit | b16acca2f903deeba0f41cbc47b3566cef15d2bc (patch) | |
| tree | 1448229611734e119bbf845b5559ffd0c9da4ec6 /nova/virt | |
| parent | b2e407d1e33dd8a2bc6a88048a46ed884667fa7c (diff) | |
| parent | 61839b33db42e1865e8df019655f25b70ec97669 (diff) | |
Merge "Remove unused permitted_instance_types"
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/libvirt/driver.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index 178756dac..418ae778b 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -2125,11 +2125,6 @@ class LibvirtDriver(driver.ComputeDriver): features.append(f.name) cpu_info['features'] = features - guest_arches = list() - for g in caps.guests: - guest_arches.append(g.arch) - cpu_info['permitted_instance_types'] = guest_arches - # TODO(berrange): why do we bother converting the # libvirt capabilities XML into a special JSON format ? # The data format is different across all the drivers |
