Comment 18 for bug 1519502

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

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

commit 860dbc132d512c6df16d29875bb6388d10d9fab8
Author: Tang Chen <email address hidden>
Date: Thu Mar 3 17:17:40 2016 +0800

    [Floating IP] Neutron support for "ip floating create" command

    This patch adds --subnet, --port, --floating-ip-address
    and --fixed-ip-address options only. Project related options
    will be added in another patch because it relates to identity
    v2 and v3, which will make the unit tests too complicated in
    one single patch.

    Change-Id: I3cce4404a114ff128b74e4596f0e847be2846b17
    Partial-Bug: 1519502
    Related-to: blueprint neutron-client