fixed conditional because jk0 is very picky :)
This commit is contained in:
parent
450a9ff6d7
commit
9a52a79f45
@ -1125,7 +1125,7 @@ class InstanceTypeCommands(object):
|
||||
def delete(self, name, purge):
|
||||
"""Marks instance types / flavors as deleted"""
|
||||
try:
|
||||
if purge == True:
|
||||
if purge:
|
||||
instance_types.purge(name)
|
||||
verb = "purged"
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user