Merge "Fix typor 'identifiers' in storage_pool"

This commit is contained in:
Zuul 2018-11-12 23:03:03 +00:00 committed by Gerrit Code Review
commit d7d1eab1ab

View File

@ -74,7 +74,7 @@ class StoragePool(base.ResourceBase):
capacity_sources = CapacitySourcesField('CapacitySources')
"""The storage pool capacity source info"""
identifiers = IdentifiersField('Identifiers')
identifiers = IdentifiersField('Identifier')
"""These identifiers list of this volume"""
_allocated_volumes = None # ref to allocated volumes collection