Fixed the bugs in the container apis
Co-Authored-By: Digambar Patil <digambarpat@gmail.com> Co-Authored-By: Steven Dake <sdake@redhat.com> Change-Id: I3be81a33c687cf5b0eaf9d10e7dc1163c8087412
This commit is contained in:
parent
c879329604
commit
24ebc320e1
@ -20,6 +20,7 @@ from pecan import rest, response
|
||||
import six
|
||||
|
||||
|
||||
state_kind = ["ok", "containers", "insufficient data"]
|
||||
state_kind_enum = wtypes.Enum(str, *state_kind)
|
||||
operation_kind = ('lt', 'le', 'eq', 'ne', 'ge', 'gt')
|
||||
operation_kind_enum = wtypes.Enum(str, *operation_kind)
|
||||
|
Loading…
Reference in New Issue
Block a user