Merge "Add 'deactivated' status to image schema." into stable/kilo

This commit is contained in:
Jenkins 2015-12-11 08:22:15 +00:00 committed by Gerrit Code Review
commit 42b551176a
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ def get_base_properties():
'type': 'string',
'description': _('Status of the image (READ-ONLY)'),
'enum': ['queued', 'saving', 'active', 'killed',
'deleted', 'pending_delete'],
'deleted', 'pending_delete', 'deactivated'],
},
'visibility': {
'type': 'string',