Merge "Fix doc comment for `baymodel_id` attr"

This commit is contained in:
Jenkins 2016-01-13 18:36:27 +00:00 committed by Gerrit Code Review
commit e1f9381e02
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Bay(base.APIBase):
baymodel_id = wsme.wsproperty(wtypes.text, _get_baymodel_id,
_set_baymodel_id, mandatory=True)
"""The bay model UUID or id"""
"""The baymodel UUID"""
node_count = wsme.wsattr(wtypes.IntegerType(minimum=1), default=1)
"""The node count for this bay. Default to 1 if not set"""