Comment 2 for bug 1404091

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

Reviewed: https://review.openstack.org/142960
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=c8ac6883c396606db21d1226882b8301b4c7b2fe
Submitter: Jenkins
Branch: master

commit c8ac6883c396606db21d1226882b8301b4c7b2fe
Author: Haiwei Xu <email address hidden>
Date: Fri Dec 19 11:49:33 2014 +0900

    Add 'Id' column to floating-ip-list

    Currently nova floating-ip-list doesn't show the ip's id,
    though the id is return from the server.
    This patch adds the 'Id' column.

    Change-Id: I8680fb6344bf8f6862a476cdb95c936a5fbab965
    Closes-bug: #1404091