Comment 11 for bug 1521244

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

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

commit 2999c9829205ae26e8a9b8b37d58d375b5d247d6
Author: Diane Fleming <email address hidden>
Date: Fri Dec 11 20:11:05 2015 -0600

    Update Object API v1 to spellcheck and make other changes

    - Remove passive voice from api-site
    - Renamed api-ref/src/wadls/object-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.

    Change-Id: Id2dbc9f35014954bf5b297bd4ebed4d37d0d14f1
    Partial-Bug: #1521244