Comment 3 for bug 1745795

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

Reviewed: https://review.openstack.org/538541
Committed: https://git.openstack.org/cgit/openstack-dev/grenade/commit/?id=fce6befbb50fdc774f16fa963dd51e2bb8eedd63
Submitter: Zuul
Branch: master

commit fce6befbb50fdc774f16fa963dd51e2bb8eedd63
Author: Matt Riedemann <email address hidden>
Date: Sat Jan 27 21:18:16 2018 -0500

    Stop using openstack server remove floating ip

    The openstack server remove floating ip CLI no longer works
    with python-novaclient 10.0.0 directly because novaclient
    removed it's deprecated API bindings for updating a floating
    IP to unset it's associated port.

    We need to fix python-openstackclient, deprecate that CLI and
    eventually remove it, but at the same time, we can get ahead of
    that deprecation and change to the 'floating ip unset --port' CLI.

    Change-Id: I63d69bc2b96df04777f00f32930e92564e33e8c2
    Closes-Bug: #1745795