yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68753
[Bug 1726254] [NEW] api-ref: Incorrect examples in parameter description in "Delete Assisted Volume Snapshot"
Public bug reported:
https://developer.openstack.org/api-ref/compute/#delete-assisted-volume-
snapshot
In the parameter description of "delete_info", there is an example for
DELETE method.
DELETE /os-assisted-volume-snapshots?delete_info='{"volume_id":
"521752a6-acf6-4b2d-bc7a-119f9148cd8c"}'
But it should be as follows(The snapshot ID is required in the path):
DELETE /os-assisted-volume-snapshots/421752a6-acf6-4b2d-bc7a-
119f9148cd8c?delete_info=’{“volume_id”: “521752a6-acf6-4b2d-bc7a-
119f9148cd8c”}’
** Affects: nova
Importance: Undecided
Assignee: Takashi NATSUME (natsume-takashi)
Status: New
** Tags: api-ref doc docs
--
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/1726254
Title:
api-ref: Incorrect examples in parameter description in "Delete
Assisted Volume Snapshot"
Status in OpenStack Compute (nova):
New
Bug description:
https://developer.openstack.org/api-ref/compute/#delete-assisted-
volume-snapshot
In the parameter description of "delete_info", there is an example for
DELETE method.
DELETE /os-assisted-volume-snapshots?delete_info='{"volume_id":
"521752a6-acf6-4b2d-bc7a-119f9148cd8c"}'
But it should be as follows(The snapshot ID is required in the path):
DELETE /os-assisted-volume-snapshots/421752a6-acf6-4b2d-bc7a-
119f9148cd8c?delete_info=’{“volume_id”: “521752a6-acf6-4b2d-bc7a-
119f9148cd8c”}’
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1726254/+subscriptions
Follow ups