python-novaclient/novaclient/v2
Takashi NATSUME 3ac90a5273 Deprecate cells v1 and extension commands and APIs
The API extension has been deprecated since 12.0.0 Liberty release (*1)
and the cells v1 has been deprecated since 16.0.0 Pike release (*2)
in the nova side.
The API extension has already been removed (merged into main
controllers and schema) since 19.0.0 Stein release (*3) and
the cells v1 APIs has already been removed since
Iddb519008515f591cf1d884872a5887afbe766f2.

In the python-novaclient side,
deprecate commands and API bindings related to
the API extension and the cells v1 at first.
Then the CLIs and API bindings will be removed in the first major
release after Nova 20.0.0 Train is released.

*1: I084444b11dceda7cf8f88c157aa67d36490fce49
*2: I1a173f7ce0715e684850e030c358e8175fa8724c
*3: https://review.opendev.org/#/q/topic:bp/api-extensions-merge-stein

Change-Id: I8dc4df95ac7f6974c5280e4107e449d04cd1402e
Closes-Bug: #1835699
2019-07-10 08:54:36 +09:00
..
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
agents.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
assisted_volume_snapshots.py Use jsonutils of oslo.serialization 2018-07-31 13:19:01 +09:00
availability_zones.py Remove 1.1 extension comment 2017-04-27 15:40:29 +08:00
cells.py Deprecate cells v1 and extension commands and APIs 2019-07-10 08:54:36 +09:00
client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
flavor_access.py Deprecate --tenant option from flavor-access-list 2016-05-18 14:10:42 -04:00
flavors.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
hypervisors.py Allow searching for hypervisors and getting back details 2019-05-18 14:47:11 -04:00
images.py Remove deprecated image commands/API bindings 2017-02-22 15:56:28 -05:00
instance_action.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
instance_usage_audit_log.py Handle unicode multi-byte characters 2019-02-22 05:32:49 +00:00
keypairs.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
limits.py Use utils.prepare_query_string instead of duplicated code 2017-11-22 13:35:27 +00:00
list_extensions.py Deprecate cells v1 and extension commands and APIs 2019-07-10 08:54:36 +09:00
migrations.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
networks.py Remove deprecated network APIs 2017-04-03 13:17:25 -04:00
quota_classes.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
quotas.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
server_external_events.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
server_groups.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
server_migrations.py Support for abort an ongoing live migration 2016-03-01 13:43:33 +00:00
servers.py Merge "Allow passing negative values for the locked search_opt in cs.servers.list" 2019-05-23 03:13:33 +00:00
services.py Change Service repr to use self.id always 2017-07-26 12:14:54 -04:00
shell.py Deprecate cells v1 and extension commands and APIs 2019-07-10 08:54:36 +09:00
usage.py Optimize limit option docs string description for novaclient 2019-05-17 11:01:30 +08:00
versions.py Fix cropping the endpoint url 2017-07-07 20:33:23 +00:00
volumes.py Fix the inappropriate parameter name 2017-07-16 23:34:57 +08:00