Comment 11 for bug 1708316

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

Reviewed: https://review.openstack.org/558125
Committed: https://git.openstack.org/cgit/openstack/nova-specs/commit/?id=75099b24d24e2212486ccdd427a98a007aea74e7
Submitter: Zuul
Branch: master

commit 75099b24d24e2212486ccdd427a98a007aea74e7
Author: Maciej Kucia <email address hidden>
Date: Mon Apr 2 08:36:55 2018 +0200

    Fix Non-unique network names in Servers IPs API response

    Original spec change mixed two distinct API paths.
    This change fixes the spec to address each path.
    As a result, responses shall be fixed for server API paths:

     - GET /servers/detail
     - GET /servers/{server_id}
     - GET /servers/{server_id}/ips
     - PUT /servers/{server_id}
     - POST /servers/{server_id}/action (rebuild)

    APIImpact

    Spec for blueprint servers-ips-non-unique-network-names

    Partial-Bug: #1708316
    Change-Id: I6a0ca905996a50a6953e3932cf2636804d53a407
    Signed-off-by: Maciej Kucia <email address hidden>