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',
'description': 'Enables QoS.',
'type': 'boolean'},
'replication': {
'replication_enabled': {
'title': 'Replication',
'description': 'Enables replication.',
'type': 'boolean'},

View File

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