.coveragerc
.mailmap
.pre-commit-config.yaml
.stestr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
bindep.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/_extra/.htaccess
doc/source/cli/index.rst
doc/source/cli/nova.rst
doc/source/contributor/contributing.rst
doc/source/contributor/deprecation-policy.rst
doc/source/contributor/index.rst
doc/source/contributor/microversions.rst
doc/source/contributor/testing.rst
doc/source/reference/index.rst
doc/source/user/index.rst
doc/source/user/python-api.rst
doc/source/user/shell.rst
doc/test/redirect-tests.txt
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/check_resources.py
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.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_instance_usage_audit_log.py
novaclient/tests/functional/v2/test_instances.py
novaclient/tests/functional/v2/test_keypairs.py
novaclient/tests/functional/v2/test_migrations.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_crypto.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/client.py
novaclient/tests/unit/fixture_data/floatingips.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_client.py
novaclient/tests/unit/v2/test_flavor_access.py
novaclient/tests/unit/v2/test_flavors.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_instance_usage_audit_log.py
novaclient/tests/unit/v2/test_keypairs.py
novaclient/tests/unit/v2/test_limits.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/client.py
novaclient/v2/flavor_access.py
novaclient/v2/flavors.py
novaclient/v2/hypervisors.py
novaclient/v2/images.py
novaclient/v2/instance_action.py
novaclient/v2/instance_usage_audit_log.py
novaclient/v2/keypairs.py
novaclient/v2/limits.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/volumes.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-filter-to-nova-list-831dcbb34420fb29.yaml
releasenotes/notes/add-osprofiler-support-cc9dd228242e9919.yaml
releasenotes/notes/add-support-for-volume-backed-rebuild-6a32d9d88fed6b4a.yaml
releasenotes/notes/add-user-agent-string-db77210dfd3ec671.yaml
releasenotes/notes/bp-add-locked-reason-3f136db97b820c73.yaml
releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml
releasenotes/notes/bp-deprecate-image-meta-proxy-api-1483b75cf73b021e.yaml
releasenotes/notes/bp-handling-down-cell-728cdb1efd1ea75b.yaml
releasenotes/notes/bp-keypair-generation-removal-1b5d84a8906d3918.yaml
releasenotes/notes/bp-more-migration-list-filters-6c801896c7ee5cdc.yaml
releasenotes/notes/bp-unshelve-to-host-b220131a00dff8a2.yaml
releasenotes/notes/bug-1669140-c21d045491201352.yaml
releasenotes/notes/bug-1744118-0b064d7062117317.yaml
releasenotes/notes/bug-1764420-flavor-delete-output-7b80f73deee5a869.yaml
releasenotes/notes/bug-1767287-cc28d60d9e59f9bd.yaml
releasenotes/notes/bug-1778536-a1b5d65a0d4ad622.yaml
releasenotes/notes/bug-1825061-2beb95db4d6df0cb.yaml
releasenotes/notes/bug-1845322-463ee407b60131c9.yaml
releasenotes/notes/clarify-project-id-variable-5832698315000438.yaml
releasenotes/notes/deprecate-agent-d0f58718ad1782f6.yaml
releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
releasenotes/notes/deprecate-cellsv1-extension-16482759993d112f.yaml
releasenotes/notes/deprecate-certs-1558d8e3b7888938.yaml
releasenotes/notes/deprecate-cli-75074850847a8452.yaml
releasenotes/notes/deprecate-cloudpipe-670202797fdf97b6.yaml
releasenotes/notes/deprecate-connection-pool-arg-cef35346d5ebf40c.yaml
releasenotes/notes/deprecate-force-option-7116d792bba17f09.yaml
releasenotes/notes/deprecate-instance-name-option-bc76629d28f1d456.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/drop-python2-support-d3a1bedc75445edc.yaml
releasenotes/notes/fix-booting-with-multiple-nics-c6e5885b948d35ba.yaml
releasenotes/notes/fix-raw-python-error-debd3edb17c2f675.yaml
releasenotes/notes/fix-rebuild-userdata-9315e5784feb8ba9.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/get-rid-off-redundant-methods-47e679c13e88f28a.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/interface-attach-output-02d633d9b2a60da1.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/microversion-v2_54-6c7ccb61eff6cb6d.yaml
releasenotes/notes/microversion-v2_55-flavor-description-a93718b31f1f0f39.yaml
releasenotes/notes/microversion-v2_57-acae2ee11ddae4fb.yaml
releasenotes/notes/microversion-v2_58-327c1031ebfe4a3a.yaml
releasenotes/notes/microversion-v2_59-4160c852d7d8812d.yaml
releasenotes/notes/microversion-v2_61-9a8faa02fddf9ed6.yaml
releasenotes/notes/microversion-v2_62-479a23f0d4307500.yaml
releasenotes/notes/microversion-v2_63-cd058a9145550cae.yaml
releasenotes/notes/microversion-v2_64-66366829ec65bea4.yaml.yaml
releasenotes/notes/microversion-v2_65-3c89c5932f4391cb.yaml
releasenotes/notes/microversion-v2_66-cda5d6dc31b56b46.yaml
releasenotes/notes/microversion-v2_67-da6d9b12730b8562.yaml
releasenotes/notes/microversion-v2_71-a87b4bb4205c46e2.yaml
releasenotes/notes/microversion-v2_72-d910ce07ec3948d6.yaml
releasenotes/notes/microversion-v2_74-43b128fe6b84b630.yaml
releasenotes/notes/microversion-v2_75-ea7fa3ba1396edea.yaml
releasenotes/notes/microversion-v2_77-ffee30c180aa4dbe.yaml
releasenotes/notes/microversion-v2_78-77a12630e668c2ae.yaml
releasenotes/notes/microversion-v2_79-f13bc0414743dc16.yaml
releasenotes/notes/microversion-v2_80-c2394316f9212865.yaml
releasenotes/notes/microversion-v2_81-3ddd8e2fc7e45030.yaml
releasenotes/notes/microversion-v2_85-230931f88c4f1d52.yaml
releasenotes/notes/microversion-v2_88-d91136020e3a3621.yaml
releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml
releasenotes/notes/microversion-v2_94-5368d5dd7c5f6484.yaml
releasenotes/notes/microversion-v2_95-3c6ad46be2656684.yaml
releasenotes/notes/microversion-v2_96-a50af976133de0ab.yaml
releasenotes/notes/microversion_v2_70-09cbe0933b3a9335.yaml
releasenotes/notes/microversion_v2_89-af6223273b2bdfb0.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-certs-4333342189200d91.yaml
releasenotes/notes/remove-cloudpipe-6c790c57dc3796eb.yaml
releasenotes/notes/remove-contrib-8b5e35ac8dddbab3.yaml
releasenotes/notes/remove-deprecated-cellsv1-extentions-commands-4b26c826ad5194ca.yaml
releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
releasenotes/notes/remove-deprecated-option-14.0.0-c6d7189938f5f063.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-hosts-d08855550c40b9c6.yaml
releasenotes/notes/remove-py26-support-f31379e86f40d975.yaml
releasenotes/notes/remove-run_tests.sh-3bdcaee4d388177a.yaml
releasenotes/notes/remove-service-binary-arg-ec2838214c8c7abc.yaml
releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.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/search-hypervisor-detailed-352f3ac70d42fe6e.yaml
releasenotes/notes/server-networks-sorted-1d3a7f1c1f88e846.yaml
releasenotes/notes/show-instance-usage-audit-logs-7826b411fac1283b.yaml
releasenotes/notes/strict_hostname_match-f37243f0520a09a2.yaml
releasenotes/notes/switch-to-sessionclient-aa49d16599fea570.yaml
releasenotes/notes/volume-cli-removal-ffcb94421a356042.yaml
releasenotes/source/2023.1.rst
releasenotes/source/2023.2.rst
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/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst
releasenotes/source/victoria.rst
releasenotes/source/wallaby.rst
releasenotes/source/xena.rst
releasenotes/source/yoga.rst
releasenotes/source/zed.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po
tools/nova.bash_completion
tools/nova.zsh_completion