Merge "Update replication property in capabilities"

This commit is contained in:
Jenkins
2016-12-26 11:24:04 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -4526,7 +4526,7 @@ class VolumeTestCase(base.BaseVolumeTestCase):
'title': 'QoS', 'title': 'QoS',
'description': 'Enables QoS.', 'description': 'Enables QoS.',
'type': 'boolean'}, 'type': 'boolean'},
'replication': { 'replication_enabled': {
'title': 'Replication', 'title': 'Replication',
'description': 'Enables replication.', 'description': 'Enables replication.',
'type': 'boolean'}, 'type': 'boolean'},

View File

@@ -625,7 +625,7 @@ class BaseVD(object):
self._set_property( self._set_property(
properties, properties,
"replication", "replication_enabled",
"Replication", "Replication",
_("Enables replication."), _("Enables replication."),
"boolean") "boolean")