.coveragerc
.mailmap
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
babel.cfg
bindep.txt
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/Makefile
doc/source/conf.py
doc/source/index.rst
doc/source/cli/index.rst
doc/source/cli/nova.rst
doc/source/contributor/index.rst
doc/source/contributor/testing.rst
doc/source/reference/deprecation-policy.rst
doc/source/reference/index.rst
doc/source/reference/api/index.rst
doc/source/user/index.rst
doc/source/user/shell.rst
novaclient/__init__.py
novaclient/api_versions.py
novaclient/base.py
novaclient/client.py
novaclient/crypto.py
novaclient/exceptions.py
novaclient/extension.py
novaclient/i18n.py
novaclient/shell.py
novaclient/utils.py
novaclient/tests/__init__.py
novaclient/tests/functional/README.rst
novaclient/tests/functional/__init__.py
novaclient/tests/functional/base.py
novaclient/tests/functional/clouds.yaml.sample
novaclient/tests/functional/test_auth.py
novaclient/tests/functional/api/__init__.py
novaclient/tests/functional/api/test_servers.py
novaclient/tests/functional/hooks/post_test_hook.sh
novaclient/tests/functional/v2/__init__.py
novaclient/tests/functional/v2/fake_crypto.py
novaclient/tests/functional/v2/test_aggregates.py
novaclient/tests/functional/v2/test_consoles.py
novaclient/tests/functional/v2/test_device_tagging.py
novaclient/tests/functional/v2/test_extended_attributes.py
novaclient/tests/functional/v2/test_flavor_access.py
novaclient/tests/functional/v2/test_hypervisors.py
novaclient/tests/functional/v2/test_image_meta.py
novaclient/tests/functional/v2/test_instance_action.py
novaclient/tests/functional/v2/test_instances.py
novaclient/tests/functional/v2/test_keypairs.py
novaclient/tests/functional/v2/test_networks.py
novaclient/tests/functional/v2/test_os_services.py
novaclient/tests/functional/v2/test_quota_classes.py
novaclient/tests/functional/v2/test_quotas.py
novaclient/tests/functional/v2/test_resize.py
novaclient/tests/functional/v2/test_server_groups.py
novaclient/tests/functional/v2/test_servers.py
novaclient/tests/functional/v2/test_trigger_crash_dump.py
novaclient/tests/functional/v2/test_usage.py
novaclient/tests/functional/v2/legacy/__init__.py
novaclient/tests/functional/v2/legacy/test_consoles.py
novaclient/tests/functional/v2/legacy/test_extended_attributes.py
novaclient/tests/functional/v2/legacy/test_flavor_access.py
novaclient/tests/functional/v2/legacy/test_hypervisors.py
novaclient/tests/functional/v2/legacy/test_instances.py
novaclient/tests/functional/v2/legacy/test_keypairs.py
novaclient/tests/functional/v2/legacy/test_os_services.py
novaclient/tests/functional/v2/legacy/test_quotas.py
novaclient/tests/functional/v2/legacy/test_readonly_nova.py
novaclient/tests/functional/v2/legacy/test_server_groups.py
novaclient/tests/functional/v2/legacy/test_servers.py
novaclient/tests/functional/v2/legacy/test_usage.py
novaclient/tests/unit/__init__.py
novaclient/tests/unit/fake_actions_module.py
novaclient/tests/unit/fakes.py
novaclient/tests/unit/idfake.pem
novaclient/tests/unit/test_api_versions.py
novaclient/tests/unit/test_base.py
novaclient/tests/unit/test_client.py
novaclient/tests/unit/test_discover.py
novaclient/tests/unit/test_exceptions.py
novaclient/tests/unit/test_shell.py
novaclient/tests/unit/test_utils.py
novaclient/tests/unit/utils.py
novaclient/tests/unit/fixture_data/__init__.py
novaclient/tests/unit/fixture_data/agents.py
novaclient/tests/unit/fixture_data/aggregates.py
novaclient/tests/unit/fixture_data/availability_zones.py
novaclient/tests/unit/fixture_data/base.py
novaclient/tests/unit/fixture_data/certs.py
novaclient/tests/unit/fixture_data/client.py
novaclient/tests/unit/fixture_data/cloudpipe.py
novaclient/tests/unit/fixture_data/floatingips.py
novaclient/tests/unit/fixture_data/hosts.py
novaclient/tests/unit/fixture_data/hypervisors.py
novaclient/tests/unit/fixture_data/images.py
novaclient/tests/unit/fixture_data/keypairs.py
novaclient/tests/unit/fixture_data/limits.py
novaclient/tests/unit/fixture_data/quotas.py
novaclient/tests/unit/fixture_data/server_groups.py
novaclient/tests/unit/fixture_data/server_migrations.py
novaclient/tests/unit/fixture_data/servers.py
novaclient/tests/unit/v2/__init__.py
novaclient/tests/unit/v2/fakes.py
novaclient/tests/unit/v2/test_agents.py
novaclient/tests/unit/v2/test_aggregates.py
novaclient/tests/unit/v2/test_assisted_volume_snapshots.py
novaclient/tests/unit/v2/test_availability_zone.py
novaclient/tests/unit/v2/test_cells.py
novaclient/tests/unit/v2/test_certs.py
novaclient/tests/unit/v2/test_client.py
novaclient/tests/unit/v2/test_cloudpipe.py
novaclient/tests/unit/v2/test_flavor_access.py
novaclient/tests/unit/v2/test_flavors.py
novaclient/tests/unit/v2/test_hosts.py
novaclient/tests/unit/v2/test_hypervisors.py
novaclient/tests/unit/v2/test_images.py
novaclient/tests/unit/v2/test_instance_actions.py
novaclient/tests/unit/v2/test_keypairs.py
novaclient/tests/unit/v2/test_limits.py
novaclient/tests/unit/v2/test_list_extensions.py
novaclient/tests/unit/v2/test_migrations.py
novaclient/tests/unit/v2/test_quota_classes.py
novaclient/tests/unit/v2/test_quotas.py
novaclient/tests/unit/v2/test_server_external_events.py
novaclient/tests/unit/v2/test_server_groups.py
novaclient/tests/unit/v2/test_server_migrations.py
novaclient/tests/unit/v2/test_servers.py
novaclient/tests/unit/v2/test_services.py
novaclient/tests/unit/v2/test_shell.py
novaclient/tests/unit/v2/test_usage.py
novaclient/tests/unit/v2/test_versions.py
novaclient/tests/unit/v2/test_volumes.py
novaclient/tests/unit/v2/testfile.txt
novaclient/v2/__init__.py
novaclient/v2/agents.py
novaclient/v2/aggregates.py
novaclient/v2/assisted_volume_snapshots.py
novaclient/v2/availability_zones.py
novaclient/v2/cells.py
novaclient/v2/certs.py
novaclient/v2/client.py
novaclient/v2/cloudpipe.py
novaclient/v2/flavor_access.py
novaclient/v2/flavors.py
novaclient/v2/hosts.py
novaclient/v2/hypervisors.py
novaclient/v2/images.py
novaclient/v2/instance_action.py
novaclient/v2/keypairs.py
novaclient/v2/limits.py
novaclient/v2/list_extensions.py
novaclient/v2/migrations.py
novaclient/v2/networks.py
novaclient/v2/quota_classes.py
novaclient/v2/quotas.py
novaclient/v2/server_external_events.py
novaclient/v2/server_groups.py
novaclient/v2/server_migrations.py
novaclient/v2/servers.py
novaclient/v2/services.py
novaclient/v2/shell.py
novaclient/v2/usage.py
novaclient/v2/versions.py
novaclient/v2/virtual_interfaces.py
novaclient/v2/volumes.py
novaclient/v2/contrib/__init__.py
novaclient/v2/contrib/assisted_volume_snapshots.py
novaclient/v2/contrib/cells.py
novaclient/v2/contrib/deferred_delete.py
novaclient/v2/contrib/host_evacuate.py
novaclient/v2/contrib/host_evacuate_live.py
novaclient/v2/contrib/host_servers_migrate.py
novaclient/v2/contrib/instance_action.py
novaclient/v2/contrib/list_extensions.py
novaclient/v2/contrib/metadata_extensions.py
novaclient/v2/contrib/migrations.py
novaclient/v2/contrib/server_external_events.py
python_novaclient.egg-info/PKG-INFO
python_novaclient.egg-info/SOURCES.txt
python_novaclient.egg-info/dependency_links.txt
python_novaclient.egg-info/entry_points.txt
python_novaclient.egg-info/not-zip-safe
python_novaclient.egg-info/pbr.json
python_novaclient.egg-info/requires.txt
python_novaclient.egg-info/top_level.txt
releasenotes/notes/.placeholder
releasenotes/notes/add-osprofiler-support-cc9dd228242e9919.yaml
releasenotes/notes/add-user-agent-string-db77210dfd3ec671.yaml
releasenotes/notes/bp-deprecate-image-meta-proxy-api-1483b75cf73b021e.yaml
releasenotes/notes/clarify-project-id-variable-5832698315000438.yaml
releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
releasenotes/notes/deprecate-certs-1558d8e3b7888938.yaml
releasenotes/notes/deprecate-cloudpipe-670202797fdf97b6.yaml
releasenotes/notes/deprecate-connection-pool-arg-cef35346d5ebf40c.yaml
releasenotes/notes/deprecate-network-cli-f0a539528be594d3.yaml
releasenotes/notes/deprecate-no-cache-arg-7814806b4f79c1b9.yaml
releasenotes/notes/deprecate-proxy-args-a3f4e224f7664ff8.yaml
releasenotes/notes/deprecate-service-binary-arg-2d5c446f5a2409a7.yaml
releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml
releasenotes/notes/deprecate_cell_name_arg-eb34cb7c43cfcb89.yaml
releasenotes/notes/deprecate_contrib_extensions-0ec70c070b09eedb.yaml
releasenotes/notes/drop-deprecated-aggregate-update-args-17bd019f4be34b18.yaml
releasenotes/notes/fix-booting-with-multiple-nics-c6e5885b948d35ba.yaml
releasenotes/notes/fix-tag-attribute-disappearing-25483a80f548ef35.yaml
releasenotes/notes/fix-token-auth-6c48c63a759f51d5.yaml
releasenotes/notes/fixed-ListExtResource-given-in-place-of-ListExtManager-a759a27079d16a44.yaml
releasenotes/notes/global_request_id-26f4e4301f84d403.yaml
releasenotes/notes/image-api-deprecation-41944dc6fc024918.yaml
releasenotes/notes/instance-uuid-flag-in-migration-list-5d2fed7657d3def5.yaml
releasenotes/notes/keystoneauth-8ec1e6be14cdbae3.yaml
releasenotes/notes/log-request-id-ce106497e0520fad.yaml
releasenotes/notes/make-console-public-0c776bfda240cd9d.yaml
releasenotes/notes/microversion-2.37-d03da96406a45e67.yaml
releasenotes/notes/microversion-v2_28-abf653ae5cf5c4a9.yaml
releasenotes/notes/microversion-v2_31-3e1a16eb5eb53f59.yaml
releasenotes/notes/microversion-v2_33-10d12ea3b25839e8.yaml
releasenotes/notes/microversion-v2_34-a9c5601811152964.yaml
releasenotes/notes/microversion-v2_35-537619a43278fbb5.yaml
releasenotes/notes/microversion-v2_38-0618fe2b3c7f96f9.yaml
releasenotes/notes/microversion-v2_40-484adba0806b08bf.yaml
releasenotes/notes/microversion-v2_41-6df7a5a66a9ded35.yaml
releasenotes/notes/microversion-v2_43-76db2ac463b431e4.yaml
releasenotes/notes/microversion-v2_44-d60c8834e436ad3d.yaml
releasenotes/notes/microversion-v2_45-1bfcae3914280534.yaml
releasenotes/notes/microversion-v2_47-4aa54fbbd519e421.yaml
releasenotes/notes/microversion-v2_49-56bde596ee13366d.yaml
releasenotes/notes/microversion-v2_50-4f484658d66d01aa.yaml
releasenotes/notes/microversion-v2_52-2fe81b3bf2e4b4ea.yaml
releasenotes/notes/microversion-v2_53-3463b546a38c5f84.yaml
releasenotes/notes/no-glance-proxy-5c13001a4b13e8ce.yaml
releasenotes/notes/no-neutron-proxy-18fd54febe939a6b.yaml
releasenotes/notes/pike-rm-deprecated-img-d58e9ae2d774cbfc.yaml
releasenotes/notes/pike-rm-deprecated-net-272aeb62b329a5bc.yaml
releasenotes/notes/remove-auth-system-b2cd247b8a312b72.yaml
releasenotes/notes/remove-deprecated-option-in-3.3.0-82a413157838570d.yaml
releasenotes/notes/remove-deprecated-option-in-9.0.0-bc76629d28f1d4c4.yaml
releasenotes/notes/remove-py26-support-f31379e86f40d975.yaml
releasenotes/notes/remove_api_v_1_1-88b3f18ce1423b46.yaml
releasenotes/notes/rename-apikey-to-password-735588d841efa49e.yaml
releasenotes/notes/rename-bypass-url-42cd96956a6bc6dc.yaml
releasenotes/notes/restrict-args-for-novaclient-ep-491098c3634365be.yaml
releasenotes/notes/restrict-direct-use-of-v2client-c8e1ee2afefec5a1.yaml
releasenotes/notes/restrict-interface-parameter-e5fe166f39ba0935.yaml
releasenotes/notes/return-request-id-to-caller-52c5423794b33f8b.yaml
releasenotes/notes/rm-baremetal-cli-api-fbc8c242d48cd2fb.yaml
releasenotes/notes/rm-deprecated-commands-options-ocata-00f249810e5bdf97.yaml
releasenotes/notes/switch-to-sessionclient-aa49d16599fea570.yaml
releasenotes/notes/volume-cli-removal-ffcb94421a356042.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/liberty.rst
releasenotes/source/mitaka.rst
releasenotes/source/newton.rst
releasenotes/source/ocata.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
tools/nova.bash_completion
tools/nova.zsh_completion
tools/pretty_tox.sh
tools/tox_install.sh
tools/with_venv.sh