Comment 11 for bug 1519502

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

Reviewed: https://review.openstack.org/280534
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=da3d65299bc168ca86bfb4055d08556715149e0f
Submitter: Jenkins
Branch: master

commit da3d65299bc168ca86bfb4055d08556715149e0f
Author: Tang Chen <email address hidden>
Date: Tue Feb 16 15:11:19 2016 +0800

    Define FakeFloatingIP class in tests/compute for nova network commands

    "ip floating list" command is not available for Neutron now because
    the implementation is incorrect.

    The FloatingIP objects returned from Nova and Neutron network are
    quite different. So they need different FakeFloatingIP class to
    do the tests.

    This patch copies class FakeFloatingIP in tests/network to tests/compute
    for Nova network tests.

    Will fix the problem in "ip floating list" command and change FakeFloatingIP
    in tests/network to fit Neutron network tests.

    Change-Id: Ia29d257868e0f1dc6cd7cfe3819875e5913f76ec
    Partial-Bug: 1519502
    Partially implements: blueprint neutron-client