yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60186
[Bug 1652897] Re: api-ref: wrong parameters in os-server-groups.inc
Reviewed: https://review.openstack.org/415377
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1278b1fe44ab43cd5c766dd669e324404034a67a
Submitter: Jenkins
Branch: master
commit 1278b1fe44ab43cd5c766dd669e324404034a67a
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date: Wed Dec 28 16:06:58 2016 +0900
api-ref: Fix parameters in os-server-groups.inc
Fix the following parameters.
- 'id'(server group id) defined as a path parameter in body
- 'server_group' object defined as 'server_groups' list
- missing 'server_group' object
- 'user_id' defined as a query parameter in body
Change-Id: I3dcf6aa317b428d6984b0dcb61496594a68bba6f
Closes-Bug: #1652897
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1652897
Title:
api-ref: wrong parameters in os-server-groups.inc
Status in OpenStack Compute (nova):
Fix Released
Bug description:
There are some wrong parameters in os-server-groups.inc
- 'id'(server group id)
It should be a body parameter instead of a path parameter.
- 'server_groups' list
There are some 'server_groups' list that should be defined as 'server_group' object.
- missing 'server_group' object
- 'user_id'
It should be a body parameter instead of a query parameter.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1652897/+subscriptions
References