Comment 23 for bug 1521244

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

Reviewed: https://review.openstack.org/259181
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=36957db14ab5fa687b4f6d102f4ef9403fbf2eab
Submitter: Jenkins
Branch: master

commit 36957db14ab5fa687b4f6d102f4ef9403fbf2eab
Author: Diane Fleming <email address hidden>
Date: Thu Dec 17 14:59:03 2015 -0600

    Update Databases API to spellcheck and make other changes

    - 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: I3e2cbc3454beffd1ed67a377f85cf62bed118c94
    Partial-Bug: #1521244