Comment 2 for bug 1582284

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

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

commit 1fd68964ea33c9327ccd1bb566ea3ea8bffa725d
Author: Matt Riedemann <email address hidden>
Date: Mon May 16 12:08:48 2016 -0400

    Deprecate --tenant option from flavor-access-list

    The --tenant option in the flavor-access-list command was
    never implemented and filtering by tenant is not supported
    in the REST API for os-flavor-access, so to avoid confusion
    this change deprecates the command line option.

    It also removes the cruft that was in the python API code
    so that only 'flavor' is allowed. This it not a backward
    incompatible change since list() still takes kwargs and still
    raises a NotImplementedError for anything in kwargs but
    'flavor'.

    Change-Id: I2c36376674f3a7caf5967a16ac0152f17d9fc906
    Closes-Bug: #1582284