Comment 30 for bug 1521244

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

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

commit 3f7ecfafd1abddf2a884b75dc9c4729660691923
Author: Diane Fleming <email address hidden>
Date: Mon Dec 21 10:28:34 2015 -0600

    Update Identity service API v2 and v3

    - Spellcheck and make other changes
    - Remove passive voice from api-site
    - Renamed api-ref/src/wadls/identity-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.
    - Remove XML code samples
    - Change csapi:uuid -> csapi:UUID

    Change-Id: Ia99102d4f5ea681cafce63547324ae3f413baacd
    Closes-Bug: #1521244