Comment 29 for bug 1521244

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

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

commit 0aa099669cfd60dcc5b8bf09c1b6f516d54033de
Author: Diane Fleming <email address hidden>
Date: Fri Dec 18 10:59:58 2015 -0600

    Update Compute API to spellcheck

    - Remove passive voice from api-site
    - 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

    Change-Id: I88a07329b6d2610c8e3b8dd4a639040832b7582c
    Partial-Bug: #1521244