Changed cluster_ip type to Str
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fb70083bfd
commit
d8d20f0a78
@ -11,7 +11,7 @@ class ControlConfigurationSchema(Schema):
|
||||
|
||||
|
||||
class ControlStatusConfigurationSchema(Schema):
|
||||
cluster_ip = fields.IP()
|
||||
cluster_ip = fields.Str() # This could be IP but that requires to use Python's ipaddr type
|
||||
phase = fields.Str()
|
||||
|
||||
class Meta:
|
||||
|
Loading…
Reference in New Issue
Block a user