Comment 18 for bug 1521244

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

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

commit 7624fc7bd95ce1e7e2ee0399a53f57fa15c98933
Author: Diane Fleming <email address hidden>
Date: Wed Dec 9 21:28:10 2015 -0600

    Update share API with multiple changes

    - Spell-check and remove passive voice
    - Added wadl directory, which contains wadl files
    - 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 csapi:uuid -> csapi:UUID
    - Add information for time stamps

    Change-Id: I437d4707e454501ecd5f00df96e4914a811c4c33
    Partial-Bug: #1521244