Comment 5 for bug 1333494

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

Reviewed: https://review.openstack.org/102092
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8bc56d8bf203970894924b4268f4ed16fc7f2ef4
Submitter: Jenkins
Branch: master

commit 8bc56d8bf203970894924b4268f4ed16fc7f2ef4
Author: He Jie Xu <email address hidden>
Date: Tue Jun 24 10:31:59 2014 +0800

    Fix update agent return agent_id with string for os-agents v3

    Currently the agent update return agent_id with integer, that is
    inconsistent with the response of agent create and index. It because
    agent update use the agent_id that passed from url as the response.
    This problem is fixed by converting the agent id as integer.

    And the API sample tests provide agent_id with string type in the fake
    data. This patch fix this problem for API sample files and tests.

    And for back-compatibility, we should add translator for v2.1 API later.
    Then this fix will be exposed after v3 API feature exposed by microversion
    in the future.

    DocImpact: The agent_is is changed to integer type for agents'update action.

    Change-Id: Ia9c1034a325b77a2057934cc80b6eab679ff1d2b
    Partial-Bug: #1333494