diff options
author | Robert Collins <robertc@robertcollins.net> | 2013-01-11 10:20:43 +1300 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2013-01-11 10:35:44 +1300 |
commit | bda08f6a0713951db60adf62e44739bdea093b17 (patch) | |
tree | 028601478f2462170950d892ae296136ac9b3b0f /nova/exception.py | |
parent | b35f86651120c52e611e671caad331e4f871c2cc (diff) | |
download | nova-bda08f6a0713951db60adf62e44739bdea093b17.tar.gz nova-bda08f6a0713951db60adf62e44739bdea093b17.tar.xz nova-bda08f6a0713951db60adf62e44739bdea093b17.zip |
Change ComputerDriver.legacy_nwinfo to raise by default.
This makes non-updated hypervisors visible by grepping for 'def
legacy_nwinfo' rather than only the updated ones being visible, and
when new hypervisors are added, it will be clear whether they use the
legacy format or not.
Out of tree hypervisors will be broken by this, but the fix is
trivial::
def legacy_nwinfo(self):
# XXX TODO Update to use the non-legacy format.
return True
Change-Id: If5b461bc5d8e8dc21de3ca9cf521e7b341724900
Diffstat (limited to 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions