Comment 10 for bug 1521244

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

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

commit 1c379a797ebfefaabba22a983f6fbd8c853879f5
Author: Diane Fleming <email address hidden>
Date: Fri Dec 11 20:08:30 2015 -0600

    Update Orchestration API v1 to spellcheck and make other changes

    - Remove passive voice from api-site
    - Renamed api-ref/src/wadls/orchestration/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: Icbd0e6651615165f3185e048edf02e210ca0759e
    Partial-Bug: #1521244