Remove unused VIFModel._get_legacy method
This was introduced in d777301135c4ed410cd43868e9d23790b99e68ff and was dead code from the start. Change-Id: I9ca1cbfac903a2f116eb66bea7f3b51f7459fd6f
This commit is contained in:
parent
f4eb7a0e23
commit
685e41f71f
@ -552,9 +552,6 @@ class VIFModel(BaseNovaEnum):
|
||||
|
||||
ALL = network_model.VIF_MODEL_ALL
|
||||
|
||||
def _get_legacy(self, value):
|
||||
return value
|
||||
|
||||
def coerce(self, obj, attr, value):
|
||||
# Some compat for strings we'd see in the legacy
|
||||
# hw_vif_model image property
|
||||
|
Loading…
x
Reference in New Issue
Block a user