Merge "Update replication property in capabilities"
This commit is contained in:
commit
ffb5eef8c8
@ -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'},
|
||||
|
@ -625,7 +625,7 @@ class BaseVD(object):
|
||||
|
||||
self._set_property(
|
||||
properties,
|
||||
"replication",
|
||||
"replication_enabled",
|
||||
"Replication",
|
||||
_("Enables replication."),
|
||||
"boolean")
|
||||
|
Loading…
Reference in New Issue
Block a user