.coveragerc
.mailmap
.stestr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
bindep.txt
functional_creds.conf.sample
pylintrc
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
cinderclient/__init__.py
cinderclient/_i18n.py
cinderclient/api_versions.py
cinderclient/base.py
cinderclient/client.py
cinderclient/exceptions.py
cinderclient/extension.py
cinderclient/shell.py
cinderclient/shell_utils.py
cinderclient/utils.py
cinderclient/version.py
cinderclient/apiclient/__init__.py
cinderclient/apiclient/base.py
cinderclient/apiclient/exceptions.py
cinderclient/contrib/__init__.py
cinderclient/contrib/noauth.py
cinderclient/tests/__init__.py
cinderclient/tests/functional/__init__.py
cinderclient/tests/functional/base.py
cinderclient/tests/functional/test_cli.py
cinderclient/tests/functional/test_readonly_cli.py
cinderclient/tests/functional/test_snapshot_create_cli.py
cinderclient/tests/functional/test_volume_create_cli.py
cinderclient/tests/functional/test_volume_extend_cli.py
cinderclient/tests/unit/__init__.py
cinderclient/tests/unit/fake_actions_module.py
cinderclient/tests/unit/fakes.py
cinderclient/tests/unit/test_api_versions.py
cinderclient/tests/unit/test_auth_plugins.py
cinderclient/tests/unit/test_base.py
cinderclient/tests/unit/test_client.py
cinderclient/tests/unit/test_exceptions.py
cinderclient/tests/unit/test_http.py
cinderclient/tests/unit/test_shell.py
cinderclient/tests/unit/test_utils.py
cinderclient/tests/unit/utils.py
cinderclient/tests/unit/fixture_data/__init__.py
cinderclient/tests/unit/fixture_data/availability_zones.py
cinderclient/tests/unit/fixture_data/base.py
cinderclient/tests/unit/fixture_data/client.py
cinderclient/tests/unit/fixture_data/keystone_client.py
cinderclient/tests/unit/fixture_data/snapshots.py
cinderclient/tests/unit/v3/__init__.py
cinderclient/tests/unit/v3/fakes.py
cinderclient/tests/unit/v3/fakes_base.py
cinderclient/tests/unit/v3/test_attachments.py
cinderclient/tests/unit/v3/test_auth.py
cinderclient/tests/unit/v3/test_availability_zone.py
cinderclient/tests/unit/v3/test_capabilities.py
cinderclient/tests/unit/v3/test_cgsnapshots.py
cinderclient/tests/unit/v3/test_clusters.py
cinderclient/tests/unit/v3/test_consistencygroups.py
cinderclient/tests/unit/v3/test_default_types.py
cinderclient/tests/unit/v3/test_group_snapshots.py
cinderclient/tests/unit/v3/test_group_types.py
cinderclient/tests/unit/v3/test_groups.py
cinderclient/tests/unit/v3/test_limits.py
cinderclient/tests/unit/v3/test_messages.py
cinderclient/tests/unit/v3/test_pools.py
cinderclient/tests/unit/v3/test_qos.py
cinderclient/tests/unit/v3/test_quota_classes.py
cinderclient/tests/unit/v3/test_quotas.py
cinderclient/tests/unit/v3/test_resource_filters.py
cinderclient/tests/unit/v3/test_services.py
cinderclient/tests/unit/v3/test_services_base.py
cinderclient/tests/unit/v3/test_shell.py
cinderclient/tests/unit/v3/test_snapshot_actions.py
cinderclient/tests/unit/v3/test_type_access.py
cinderclient/tests/unit/v3/test_types.py
cinderclient/tests/unit/v3/test_volume_backups.py
cinderclient/tests/unit/v3/test_volume_backups_30.py
cinderclient/tests/unit/v3/test_volume_encryption_types.py
cinderclient/tests/unit/v3/test_volume_transfers.py
cinderclient/tests/unit/v3/test_volumes.py
cinderclient/tests/unit/v3/test_volumes_base.py
cinderclient/tests/unit/v3/contrib/__init__.py
cinderclient/tests/unit/v3/contrib/test_list_extensions.py
cinderclient/v3/__init__.py
cinderclient/v3/attachments.py
cinderclient/v3/availability_zones.py
cinderclient/v3/capabilities.py
cinderclient/v3/cgsnapshots.py
cinderclient/v3/client.py
cinderclient/v3/clusters.py
cinderclient/v3/consistencygroups.py
cinderclient/v3/default_types.py
cinderclient/v3/group_snapshots.py
cinderclient/v3/group_types.py
cinderclient/v3/groups.py
cinderclient/v3/limits.py
cinderclient/v3/messages.py
cinderclient/v3/pools.py
cinderclient/v3/qos_specs.py
cinderclient/v3/quota_classes.py
cinderclient/v3/quotas.py
cinderclient/v3/resource_filters.py
cinderclient/v3/services.py
cinderclient/v3/shell.py
cinderclient/v3/shell_base.py
cinderclient/v3/volume_backups.py
cinderclient/v3/volume_backups_restore.py
cinderclient/v3/volume_encryption_types.py
cinderclient/v3/volume_snapshots.py
cinderclient/v3/volume_transfers.py
cinderclient/v3/volume_type_access.py
cinderclient/v3/volume_types.py
cinderclient/v3/volumes.py
cinderclient/v3/volumes_base.py
cinderclient/v3/workers.py
cinderclient/v3/contrib/__init__.py
cinderclient/v3/contrib/list_extensions.py
doc/.gitignore
doc/Makefile
doc/requirements.txt
doc/ext/__init__.py
doc/ext/cli.py
doc/source/conf.py
doc/source/index.rst
doc/source/cli/details.rst
doc/source/cli/index.rst
doc/source/contributor/contributing.rst
doc/source/contributor/functional_tests.rst
doc/source/contributor/unit_tests.rst
doc/source/user/no_auth.rst
doc/source/user/shell.rst
python_cinderclient.egg-info/PKG-INFO
python_cinderclient.egg-info/SOURCES.txt
python_cinderclient.egg-info/dependency_links.txt
python_cinderclient.egg-info/entry_points.txt
python_cinderclient.egg-info/not-zip-safe
python_cinderclient.egg-info/pbr.json
python_cinderclient.egg-info/requires.txt
python_cinderclient.egg-info/top_level.txt
releasenotes/notes/add-generic-reset-state-command-d83v1f3accbf5807.yaml
releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml
releasenotes/notes/attachment-create-optional-server-id-9299d9da2b62b263.yaml
releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml
releasenotes/notes/backup-user-id-059ccea871893a0b.yaml
releasenotes/notes/bug-1608166-ad91a7a9f50e658a.yaml
releasenotes/notes/bug-1675973-ad91a7a9f50e658a.yaml
releasenotes/notes/bug-1675974-34edd5g9870e65b2.yaml
releasenotes/notes/bug-1675975-ad91a7a34e0esywc.yaml
releasenotes/notes/bug-1705093-9bc782d44018c27d.yaml
releasenotes/notes/bug-1713082-fb9276eed70f7e3b.yaml
releasenotes/notes/bug-1826286-c9b68709a0d63d06.yaml
releasenotes/notes/bug-1867061-fix-py-raw-error-msg-ff3c6da0b01d5d6c.yaml
releasenotes/notes/bug-1915996-3aaa5e2548eb7c93.yaml
releasenotes/notes/cinder-poll-4f92694cc7eb657a.yaml
releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
releasenotes/notes/cli-api-ver-negotiation-9f8fd8b77ae299fd.yaml
releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml
releasenotes/notes/cluster_list_manageable-40c02489b2c95d55.yaml
releasenotes/notes/cluster_migration_manage-31144d67bbfdb739.yaml
releasenotes/notes/deprecate-allow-multiattach-2213a100c65a95c1.yaml
releasenotes/notes/do-not-reset-volume-status-ae8e28132d7bfacd.yaml
releasenotes/notes/drop-python-3-6-and-3-7-fe2dc753e456b527.yaml
releasenotes/notes/drop-python2-support-d3a1bedc75445edc.yaml
releasenotes/notes/drop-v2-support-e578ca21c7c6b532.yaml
releasenotes/notes/enhance-backup-restore-shell-command-0cf55df6ca4b4c55.yaml
releasenotes/notes/feature-cross-az-backups-9d428ad4dfc552e1.yaml
releasenotes/notes/list-with-count-78gtf45r66bf8912.yaml
releasenotes/notes/log-request-id-148c74d308bcaa14.yaml
releasenotes/notes/messages-v3-api-3da81f4f66bf5903.yaml
releasenotes/notes/noauth-7d95e5af31a00e96.yaml
releasenotes/notes/profile-as-environment-variable-2a5c666ef759e486.yaml
releasenotes/notes/project-default-types-727156d1db10a24d.yaml
releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml
releasenotes/notes/remove-cg-quota-9d4120b62f09cc5c.yaml
releasenotes/notes/remove-credentials-e92b68e3bda80057.yaml
releasenotes/notes/remove-deprecations-621919062f867015.yaml
releasenotes/notes/remove-replv1-cabf2194edb9d963.yaml
releasenotes/notes/remove-replv1-cli-61d5722438f888b6.yaml
releasenotes/notes/replication-group-v3-api-022900ce6bf8feba.yaml
releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml
releasenotes/notes/revert-to-snapshot-er4598df88aq5918.yaml
releasenotes/notes/service_cleanup_cmd-cac85b697bc22af1.yaml
releasenotes/notes/service_dynamic_log-bd81d93c73fc1570.yaml
releasenotes/notes/start-using-reno-18001103a6719c13.yaml
releasenotes/notes/support---os-key-option-72ba2fd4880736ac.yaml
releasenotes/notes/support-bs-mv-3.60-a65f1919b5068d17.yaml
releasenotes/notes/support-bs-mv-3.66-5214deb20d164056.yaml
releasenotes/notes/support-create-volume-from-backup-c4e8aac89uy18uy2.yaml
releasenotes/notes/support-filter-type-7yt69ub7ccbf7419.yaml
releasenotes/notes/support-filters-transfer-a1e7b728c7895a45.yaml
releasenotes/notes/support-generialized-resource-filter-8yf6w23f66bf5903.yaml
releasenotes/notes/support-keystone-v3-for-httpClient-d48ebb24880f5821.yaml
releasenotes/notes/support-like-filter-7434w23f66bf5587.yaml
releasenotes/notes/support-show-group-with-volume-ad820b8442e8a9e8.yaml
releasenotes/notes/support-volume-summary-d6d5bb2acfef6ad5.yaml
releasenotes/notes/transfer-snapshots-555c61477835bcf7.yaml
releasenotes/notes/transfer-sort-ca622e9b8da605c1.yaml
releasenotes/notes/ussuri-release-f0ebfc54cdac6680.yaml
releasenotes/notes/victoria-release-0d9c2b43845c3d9e.yaml
releasenotes/notes/volume-transfer-bug-23c760efb9f98a4d.yaml
releasenotes/notes/wallaby-release-2535df50cc307fea.yaml
releasenotes/notes/xena-release-688918a69ada3a58.yaml
releasenotes/notes/yoga-release-dcd35c98f6be478e.yaml
releasenotes/source/conf.py
releasenotes/source/index.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/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/cinder.bash_completion
tools/generate_authors.sh
tools/lintstack.py
tools/lintstack.sh