Fix unexpected removing of deprecating flag for MapR 5.1
Change-Id: I1623b6c3fbc847cf66fbfdacf2c8efa584e56063
This commit is contained in:
@@ -39,7 +39,8 @@ class MapRPlugin(p.ProvisioningPluginBase):
|
|||||||
'plugin_labels': {'enabled': {'status': True}},
|
'plugin_labels': {'enabled': {'status': True}},
|
||||||
'version_labels': {
|
'version_labels': {
|
||||||
'5.2.0.mrv2': {'enabled': {'status': True}},
|
'5.2.0.mrv2': {'enabled': {'status': True}},
|
||||||
'5.1.0.mrv2': {'enabled': {'status': False}},
|
'5.1.0.mrv2': {'enabled': {'status': False},
|
||||||
|
'deprecated': {'status': True}},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user