Merge "Fix typor 'identifiers' in storage_pool"
This commit is contained in:
commit
d7d1eab1ab
@ -74,7 +74,7 @@ class StoragePool(base.ResourceBase):
|
|||||||
capacity_sources = CapacitySourcesField('CapacitySources')
|
capacity_sources = CapacitySourcesField('CapacitySources')
|
||||||
"""The storage pool capacity source info"""
|
"""The storage pool capacity source info"""
|
||||||
|
|
||||||
identifiers = IdentifiersField('Identifiers')
|
identifiers = IdentifiersField('Identifier')
|
||||||
"""These identifiers list of this volume"""
|
"""These identifiers list of this volume"""
|
||||||
|
|
||||||
_allocated_volumes = None # ref to allocated volumes collection
|
_allocated_volumes = None # ref to allocated volumes collection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user