← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1726254] Re: api-ref: Incorrect examples in parameter description in "Delete Assisted Volume Snapshot"

 

Reviewed:  https://review.openstack.org/514128
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4f6005f787c95f4963437e1370f42fa55a4d9425
Submitter: Zuul
Branch:    master

commit 4f6005f787c95f4963437e1370f42fa55a4d9425
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Mon Oct 23 15:00:20 2017 +0900

    api-ref: Fix an example in "Delete Assisted Volume Snapshot"
    
    In "Delete Assisted Volume Snapshot",
    there is an incorrect example in the description for
    the 'delete_info' parameter.
    So fix it.
    
    Change-Id: I0b984bee06b0890d7705b9e47a5f975266b6a670
    Closes-Bug: #1726254


** 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/1726254

Title:
  api-ref: Incorrect examples in parameter description in "Delete
  Assisted Volume Snapshot"

Status in OpenStack Compute (nova):
  Fix Released

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


References