Comment 15 for bug 1521244

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/254958
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=aedcdf5f24aa270e1058b731e0152ec92fe4990a
Submitter: Jenkins
Branch: master

commit aedcdf5f24aa270e1058b731e0152ec92fe4990a
Author: Diane Fleming <email address hidden>
Date: Tue Dec 8 15:10:11 2015 -0600

    Update volume API v1 and v2 to make these changes

    - Spell-check and remove passive voice from api-site
    - Renamed api-ref/src/wadls/volume-api/src/v1/api_samples
      and api-ref/src/wadls/volume-api/src/v2/api_samples
      to .../samples
    - Renamed code samples using this naming convention:
      <resource>-<action>-request.json or <resource>-<action>-response.json.
      For example, volume-create-request.json and volume-create-response.json.
    - Removed unused code samples
    - Made method names consistent throughout - use list<resource> for list
      operations, show<resource> for show operations, and so on.
    - Changed csapi:uuid -> csapi:UUID

    Change-Id: I61f33e093c2ec882680d85e9cb3f7c450107496e
    Partial-Bug: #1521244