Fix doc comment for `baymodel_id` attr

Doc comment for `baymodel_id` attr is confusing. This should probably
just be UUID. Fix this to eliminate the confusion from API consumer.

Change-Id: Ic2b4131e4b929bdee7bed23d49add1e79afc9fc0
Closes-Bug: #1533146
This commit is contained in:
houming-wang 2016-01-13 11:00:55 +08:00
parent c85199072f
commit c84bb55c59
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. Set to 1 for no node_count"""