Comment 14 for bug 1521244

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

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

commit 85c2de49691c412f367e4e8949fa7150f0b6d27a
Author: Diane Fleming <email address hidden>
Date: Sat Dec 12 22:12:30 2015 -0600

    Update Image service API v1 and v2 to spellcheck and make other changes

    - Remove passive voice from api-site
    - Renamed api-ref/src/wadls/image-api/src/v1/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.
    - csapi:uuid -> csapi:UUID

    Change-Id: I78189bbab4f50b46c4c146abe5e95bede379dda7
    Partial-Bug: #1521244