Remove duplicate deleted status definition
STATUS_DISPLAY_CHOICES in the project instance table has deleted status defined twice. Removing one. Change-Id: I24bd452e792a91d592f20589794dfbec0547c737 Closes-bug: #1505347
This commit is contained in:
parent
cf70aebeed
commit
8d08abdc9f
@ -998,7 +998,6 @@ STATUS_DISPLAY_CHOICES = (
|
||||
u"Migrating")),
|
||||
("build", pgettext_lazy("Current status of an Instance", u"Build")),
|
||||
("rescue", pgettext_lazy("Current status of an Instance", u"Rescue")),
|
||||
("deleted", pgettext_lazy("Current status of an Instance", u"Deleted")),
|
||||
("soft_deleted", pgettext_lazy("Current status of an Instance",
|
||||
u"Soft Deleted")),
|
||||
("shelved", pgettext_lazy("Current status of an Instance", u"Shelved")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user