Skip to content

Commit 4b4ab60

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove mesos API validation"
2 parents 7790669 + ab1ebed commit 4b4ab60

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

magnum/api/validation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ def get_coe_validator(cls, coe):
256256
return K8sValidator()
257257
elif coe == 'swarm' or coe == 'swarm-mode':
258258
return SwarmValidator()
259-
elif coe == 'mesos':
260-
return MesosValidator()
261259
else:
262260
raise exception.InvalidParameterValue(
263261
_('Requested COE type %s is not supported.') % coe)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
deprecations:
3+
- |
4+
Remove mesos from the API. This means new clusters of coe type 'mesos'
5+
cannot be created.
6+
The mesos driver will be removed in the next release.

0 commit comments

Comments
 (0)