python-novaclient/novaclient/v3
Ken'ichi Ohmichi 661231817d Add extension-list command for v3 API
Nova returns available extension list through its REST API.
The command of v2 API has been implemented, and this patch adds the
one of v3 API.

Note:
The command name of v2 is "nova list-extensions" but the one of v3,
which this patch adds, is "nova extension-list" because the name fits
to the other command names.

Change-Id: Ibee712b0aa5898a94e362f20be71e8863500b195
2014-05-08 09:26:14 +09:00
..
__init__.py Enable v3 api code 2013-08-09 10:47:51 -05:00
agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
aggregates.py Adds aggregates support for Nova V3 API 2013-12-19 23:38:56 +10:30
availability_zones.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
certs.py Adds certificates support for Nova V3 API 2013-12-19 23:39:28 +10:30
client.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
flavor_access.py Adds flavor access support for Nova V3 API 2013-12-15 22:44:09 +10:30
flavors.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
hosts.py Add v3 HostManager 2013-09-17 14:35:43 -05:00
hypervisors.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
images.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
keypairs.py Adds keypairs support for the Nova V3 API 2013-12-19 23:40:00 +10:30
list_extensions.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
quotas.py Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
servers.py Fix the unlimited length of console-log 2014-04-16 11:25:44 +09:00
services.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
shell.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
usage.py Adds simple tenant usage support for the Nova V3 API 2013-12-19 23:40:40 +10:30
volumes.py Adds volume support for the V3 API 2014-01-11 13:53:10 +08:00