Merge "Deprecate MapR 5.1.0.mvr2"

This commit is contained in:
Jenkins 2016-10-31 17:44:20 +00:00 committed by Gerrit Code Review
commit 8b3a03fdc8
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
deprecations:
- MapR 5.1.0.mrv2 is now deprecated and will be removed in Ocata release.
It is recommended to use MapR 5.2.0.mrv2 instead.

View File

@ -39,7 +39,8 @@ class MapRPlugin(p.ProvisioningPluginBase):
'plugin_labels': {'enabled': {'status': True}},
'version_labels': {
'5.2.0.mrv2': {'enabled': {'status': True}},
'5.1.0.mrv2': {'enabled': {'status': True}},
'5.1.0.mrv2': {'enabled': {'status': True},
'deprecated': {'status': True}},
'5.0.0.mrv2': {'enabled': {'status': False},
'deprecated': {'status': True}}
}