python-novaclient/novaclient
Matt Riedemann fdc5aa5d5c Remove deprecated commands
There are several commands and options which have been
deprecated, it's now time to clean those up.

flavor-access-list and aggregate-update had options
deprecated in newton, but that's still too new to
remove those yet.

Here is the table of affected commands and the deprecation
commit and initial release with the deprecation.

Command                 Commit          Release
-------                 ------          -------
rename                  1d1e43957       3.3.0
root-password           3bf6f8fe9       2.27.0
add-floating-ip         4f92f7ba0       2.16.0
remove-floating-ip      4f92f7ba0       2.16.0
absolute-limits         bf6fbdb8d       2.25.0
rate-limits             bf6fbdb8d       2.25.0
aggregate-details       bf68a0cf1       3.4.0
endpoints               1f11840dd       3.1.0
credentials             1f11840dd       3.1.0

Note that network resource quota deprecations are not
part of this change as those are impacted by the 2.36
microversion and will be cleaned up later separately.

Change-Id: Id649d16ec2cdeb04bbaf2239a5e813abcca9c65d
2016-10-12 19:12:46 -04:00
..
tests Remove deprecated commands 2016-10-12 19:12:46 -04:00
v2 Remove deprecated commands 2016-10-12 19:12:46 -04:00
__init__.py Add support for v2.37 and auto-allocated networking 2016-08-19 21:32:52 -04:00
api_versions.py Cap image API deprecated methods at 2.35 2016-08-19 16:25:07 -04:00
auth_plugin.py [Trivial] change some functions in novaclient/utils.py to public 2016-04-27 20:13:45 +08:00
base.py Look up image names directly in glance 2016-08-12 16:00:56 -04:00
client.py Replace functions 'Dict.get' and 'del' with 'Dict.pop' 2016-08-24 11:56:56 +05:30
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 'UnicodeEncodeError' for unicode values 2016-08-30 15:30:16 +05:30
utils.py Fix 'UnicodeEncodeError' for unicode values 2016-08-30 15:30:16 +05:30