Comment 20 for bug 1521244

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

Reviewed: https://review.openstack.org/257653
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=331c5947d8986325623c9061c004276e7cc7a99f
Submitter: Jenkins
Branch: master

commit 331c5947d8986325623c9061c004276e7cc7a99f
Author: Diane Fleming <email address hidden>
Date: Mon Dec 14 20:36:11 2015 -0600

    Update Data Processing 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.
    - Remove XML code samples
    - Change csapi:uuid -> csapi:UUID

    Change-Id: I1cc7043ec8e64b4c4a21d9f462bd2f2ae544d57a
    Partial-Bug: #1521244