Comment 2 for bug 1463252

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

Reviewed: https://review.openstack.org/189550
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=57584ed6f385614702af5f436117945fbb43a8d4
Submitter: Jenkins
Branch: master

commit 57584ed6f385614702af5f436117945fbb43a8d4
Author: Madhuri Kumari <email address hidden>
Date: Tue Jun 9 13:50:56 2015 +0900

    Return proper response object in Kubernetes APIs

    Below list of Kubernetes APIs doesn't return proper response object:

    1. createPod
    2. replacePod
    3. deletePod
    4. createReplicationController
    5. replaceReplicationController
    6. deleteReplicationController
    7. createService
    8. replaceService
    9. deleteService

    This patch fix this problem and also change the
    impact on magnum code.

    Change-Id: Ib8fd9c4ea8766e7a1e7d1a56cc8325ecd518557d
    Closes-bug: #1463252