Merge "Remove mesos API validation"
This commit is contained in:
commit
4b4ab60bb2
@ -256,8 +256,6 @@ class Validator(object):
|
|||||||
return K8sValidator()
|
return K8sValidator()
|
||||||
elif coe == 'swarm' or coe == 'swarm-mode':
|
elif coe == 'swarm' or coe == 'swarm-mode':
|
||||||
return SwarmValidator()
|
return SwarmValidator()
|
||||||
elif coe == 'mesos':
|
|
||||||
return MesosValidator()
|
|
||||||
else:
|
else:
|
||||||
raise exception.InvalidParameterValue(
|
raise exception.InvalidParameterValue(
|
||||||
_('Requested COE type %s is not supported.') % coe)
|
_('Requested COE type %s is not supported.') % coe)
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Remove mesos from the API. This means new clusters of coe type 'mesos'
|
||||||
|
cannot be created.
|
||||||
|
The mesos driver will be removed in the next release.
|
Loading…
Reference in New Issue
Block a user