Comment 3 for bug 1555990

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

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

commit 50bd56db258a16199463afcdeb2f0579384cc711
Author: Tang Chen <email address hidden>
Date: Fri Jun 17 14:39:13 2016 +0800

    Transfer "ip floating pool list" to "floating ip pool list"

    This patch does the following things to transfer
    "ip floating pool list" to "floating ip pool list":

    * Add a new command "floating ip pool list" to deprecate
      "ip floating pool list". The source code is in network/v2
      dir.
    * Add doc for "floating ip pool list".
    * Add floating ip pool unit tests.

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