Comment 24 for bug 1521244

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

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

commit ad94e2e6a3050b258cb715e660b3ed0e7140d701
Author: Diane Fleming <email address hidden>
Date: Fri Dec 11 20:29:41 2015 -0600

    Update Networking API v2 to spellcheck and make other changes

    - Remove passive voice from api-site
    - Renamed api-ref/src/wadls/netconn-api/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.
    - Removed xml code samples
    - Change csapi:uuid -> csapi:UUID

    Change-Id: I4d628870017f12ec1a5341e41886259acc0481a8
    Partial-Bug: #1521244
    Closes-Bug: #1525353