Merge "Update replication property in capabilities"
This commit is contained in:
commit
ffb5eef8c8
@ -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'},
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user