Comment 5 for bug 1262124

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

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

commit 02328d33373479b33f4fee8112d47c1ae29e8bd4
Author: liu-sheng <email address hidden>
Date: Fri Mar 28 11:32:39 2014 +0800

    Allow admin user to get all tenant's floating IPs

    When getting floatingips with Nova API, the results will be filtered
    with the 'tenant_id'.
    So, we can only get the floatingips belonging to the tenant of the current
    context.
    When ceilometer invokes novaclient to list floatingips, it will get an
    empty list because the tenant is 'service'.
    we should allow an admin user to index all tenants's floatingip by adding a
    parameter 'all_tenants'.
    This patch provides CLI support

    Change-Id: I35a2155401247d49017bf3c03341b082cb87750d
    Closes-bug: #1262124