python-novaclient/novaclient
Matt Riedemann 1fd68964ea 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
2016-05-18 14:10:42 -04:00
..
tests Deprecate --tenant option from flavor-access-list 2016-05-18 14:10:42 -04:00
v2 Deprecate --tenant option from flavor-access-list 2016-05-18 14:10:42 -04:00
__init__.py [microversion] Bump to 2.25 2016-03-02 17:24:17 +08:00
api_versions.py Fix typos in docstrings and comments 2016-04-06 09:36:28 +07:00
auth_plugin.py [Trivial] change some functions in novaclient/utils.py to public 2016-04-27 20:13:45 +08:00
base.py Remove deprecated volume(snapshot) commands/bindings 2016-04-03 14:05:05 -04:00
client.py Restrict positional arguments for Client 2016-04-19 12:39:12 +03:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Fix typos in docstrings and comments 2016-04-06 09:36:28 +07:00
utils.py [Trivial] change some functions in novaclient/utils.py to public 2016-04-27 20:13:45 +08:00