Comment 6 for bug 1480312

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

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

commit 5679efbc34d5a0da44dd3637d40c2b7dd439240c
Author: Keiichiro Tokunaga <email address hidden>
Date: Thu Aug 6 15:45:22 2015 +0900

    Add "network" and "networks" objects to Network v2.0 extensions

    "Request codes" and "response codes" tables of these
    sections are missing "network(s)" (xsd:dict).

      - Networks provider extended attributes
      - Networks multiple provider extension
      - VLAN transparency extension

    This patch adds it to all the tables. These sections
    refer to the same ENTITYs, so fixing the ENTITYs
    fixes all the sections. Having said that, I don't think
    it's a good idea that all list, create, show, and update
    operations use the same ENTITY, which is "networkListParameters"
    since that makes it harder to maintain the file. I split
    the ENTITY for each method individually, introducing a
    common ENTITY that other ENTITYs can refer to.

      - networkCommonResponseParams
      - networkListResponseParams
      - networkCreateReponseParams
      - networkShowResponseParams
      - networkUpdateResponseParams

    Change-Id: Ib969102eb509bf1096bb48f865885ed9542b84c8
    Closes-Bug: #1480312