Comment 6 for bug 1555990

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

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

commit 0aa2304f38da0696576827fc4d71f2cf7cc13ad6
Author: Tang Chen <email address hidden>
Date: Fri Jun 17 15:06:40 2016 +0800

    Transfer "ip floating CRUD" to "floating ip CRUD"

    This patch does the following things to transfer
    "ip floating xxx" to "floating ip xxx":
    * Add new command "floating ip create/delete/list/show", and doc.
    * Deprecate "ip floating create/delete/list/show" command.

    Change-Id: Ib071acaac81988431244e858bddafa7f93403df5
    Implements: blueprint rework-ip-commands
    Closes-bug: 1555990
    Co-Authored-By: Dean Troyer <email address hidden>