.stestr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING
LICENSE
README.rst
bindep.txt
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/.gitignore
doc/Makefile
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/cli/decoder.rst
doc/source/cli/osc_plugin_cli.rst
doc/source/cli/osc/manila.csv
doc/source/cli/osc/v2/index.rst
doc/source/contributor/adding_release_notes.rst
doc/source/contributor/contributing.rst
doc/source/contributor/functional-tests.rst
doc/source/contributor/index.rst
doc/source/user/api.rst
doc/source/user/shell.rst
etc/manilaclient/README.manilaclient.conf
etc/oslo-config-generator/manilaclient.conf
manilaclient/__init__.py
manilaclient/api_versions.py
manilaclient/base.py
manilaclient/client.py
manilaclient/config.py
manilaclient/exceptions.py
manilaclient/extension.py
manilaclient/shell.py
manilaclient/utils.py
manilaclient/common/__init__.py
manilaclient/common/_i18n.py
manilaclient/common/cliutils.py
manilaclient/common/constants.py
manilaclient/common/httpclient.py
manilaclient/common/apiclient/__init__.py
manilaclient/common/apiclient/exceptions.py
manilaclient/common/apiclient/utils.py
manilaclient/osc/__init__.py
manilaclient/osc/plugin.py
manilaclient/osc/utils.py
manilaclient/osc/v2/__init__.py
manilaclient/osc/v2/availability_zones.py
manilaclient/osc/v2/messages.py
manilaclient/osc/v2/quotas.py
manilaclient/osc/v2/resource_locks.py
manilaclient/osc/v2/security_services.py
manilaclient/osc/v2/services.py
manilaclient/osc/v2/share.py
manilaclient/osc/v2/share_access_rules.py
manilaclient/osc/v2/share_backups.py
manilaclient/osc/v2/share_group_snapshots.py
manilaclient/osc/v2/share_group_type_access.py
manilaclient/osc/v2/share_group_types.py
manilaclient/osc/v2/share_groups.py
manilaclient/osc/v2/share_instance_export_locations.py
manilaclient/osc/v2/share_instances.py
manilaclient/osc/v2/share_limits.py
manilaclient/osc/v2/share_network_subnets.py
manilaclient/osc/v2/share_networks.py
manilaclient/osc/v2/share_pools.py
manilaclient/osc/v2/share_replica_export_locations.py
manilaclient/osc/v2/share_replicas.py
manilaclient/osc/v2/share_servers.py
manilaclient/osc/v2/share_snapshot_instance_export_locations.py
manilaclient/osc/v2/share_snapshot_instances.py
manilaclient/osc/v2/share_snapshots.py
manilaclient/osc/v2/share_transfers.py
manilaclient/osc/v2/share_type_access.py
manilaclient/osc/v2/share_types.py
manilaclient/osc/v2/data/manila.csv
manilaclient/tests/__init__.py
manilaclient/tests/functional/__init__.py
manilaclient/tests/functional/base.py
manilaclient/tests/functional/client.py
manilaclient/tests/functional/exceptions.py
manilaclient/tests/functional/test_availability_zones.py
manilaclient/tests/functional/test_common.py
manilaclient/tests/functional/test_export_locations.py
manilaclient/tests/functional/test_limits.py
manilaclient/tests/functional/test_messages.py
manilaclient/tests/functional/test_quotas.py
manilaclient/tests/functional/test_scheduler_stats.py
manilaclient/tests/functional/test_security_services.py
manilaclient/tests/functional/test_services.py
manilaclient/tests/functional/test_share_access.py
manilaclient/tests/functional/test_share_network_subnets.py
manilaclient/tests/functional/test_share_networks.py
manilaclient/tests/functional/test_share_replica_export_locations.py
manilaclient/tests/functional/test_share_replicas.py
manilaclient/tests/functional/test_share_servers.py
manilaclient/tests/functional/test_share_transfers.py
manilaclient/tests/functional/test_share_types.py
manilaclient/tests/functional/test_shares.py
manilaclient/tests/functional/test_shares_listing.py
manilaclient/tests/functional/test_shares_metadata.py
manilaclient/tests/functional/test_snapshot_access.py
manilaclient/tests/functional/test_snapshot_instances.py
manilaclient/tests/functional/test_snapshot_instances_export_locations.py
manilaclient/tests/functional/test_snapshots_export_locations.py
manilaclient/tests/functional/utils.py
manilaclient/tests/functional/osc/__init__.py
manilaclient/tests/functional/osc/base.py
manilaclient/tests/functional/osc/test_availability_zones.py
manilaclient/tests/functional/osc/test_messages.py
manilaclient/tests/functional/osc/test_resource_locks.py
manilaclient/tests/functional/osc/test_share_access_rules.py
manilaclient/tests/functional/osc/test_share_backups.py
manilaclient/tests/functional/osc/test_share_group_type_access.py
manilaclient/tests/functional/osc/test_share_limits.py
manilaclient/tests/functional/osc/test_share_network_subnets.py
manilaclient/tests/functional/osc/test_share_networks.py
manilaclient/tests/functional/osc/test_share_pools.py
manilaclient/tests/functional/osc/test_share_replica_export_locations.py
manilaclient/tests/functional/osc/test_share_replicas.py
manilaclient/tests/functional/osc/test_share_services.py
manilaclient/tests/functional/osc/test_share_snapshot_instances.py
manilaclient/tests/functional/osc/test_share_snapshots.py
manilaclient/tests/functional/osc/test_share_transfers.py
manilaclient/tests/functional/osc/test_share_types.py
manilaclient/tests/functional/osc/test_shares.py
manilaclient/tests/functional/osc/test_shares_group_type.py
manilaclient/tests/unit/__init__.py
manilaclient/tests/unit/fakes.py
manilaclient/tests/unit/test_api_versions.py
manilaclient/tests/unit/test_base.py
manilaclient/tests/unit/test_client.py
manilaclient/tests/unit/test_functional_utils.py
manilaclient/tests/unit/test_shell.py
manilaclient/tests/unit/utils.py
manilaclient/tests/unit/common/__init__.py
manilaclient/tests/unit/common/test_httpclient.py
manilaclient/tests/unit/common/apiclient/__init__.py
manilaclient/tests/unit/osc/__init__.py
manilaclient/tests/unit/osc/osc_fakes.py
manilaclient/tests/unit/osc/osc_utils.py
manilaclient/tests/unit/osc/v2/__init__.py
manilaclient/tests/unit/osc/v2/fakes.py
manilaclient/tests/unit/osc/v2/test_availability_zones.py
manilaclient/tests/unit/osc/v2/test_messages.py
manilaclient/tests/unit/osc/v2/test_quotas.py
manilaclient/tests/unit/osc/v2/test_resource_locks.py
manilaclient/tests/unit/osc/v2/test_security_services.py
manilaclient/tests/unit/osc/v2/test_services.py
manilaclient/tests/unit/osc/v2/test_share.py
manilaclient/tests/unit/osc/v2/test_share_access_rules.py
manilaclient/tests/unit/osc/v2/test_share_backups.py
manilaclient/tests/unit/osc/v2/test_share_group_snapshots.py
manilaclient/tests/unit/osc/v2/test_share_group_type.py
manilaclient/tests/unit/osc/v2/test_share_group_type_access.py
manilaclient/tests/unit/osc/v2/test_share_groups.py
manilaclient/tests/unit/osc/v2/test_share_instance_export_locations.py
manilaclient/tests/unit/osc/v2/test_share_instances.py
manilaclient/tests/unit/osc/v2/test_share_limits.py
manilaclient/tests/unit/osc/v2/test_share_network_subnets.py
manilaclient/tests/unit/osc/v2/test_share_networks.py
manilaclient/tests/unit/osc/v2/test_share_pools.py
manilaclient/tests/unit/osc/v2/test_share_replica_export_locations.py
manilaclient/tests/unit/osc/v2/test_share_replicas.py
manilaclient/tests/unit/osc/v2/test_share_servers.py
manilaclient/tests/unit/osc/v2/test_share_snapshot_instance_export_locations.py
manilaclient/tests/unit/osc/v2/test_share_snapshot_instances.py
manilaclient/tests/unit/osc/v2/test_share_snapshots.py
manilaclient/tests/unit/osc/v2/test_share_transfers.py
manilaclient/tests/unit/osc/v2/test_share_type.py
manilaclient/tests/unit/osc/v2/test_share_type_access.py
manilaclient/tests/unit/v1/test_limits.py
manilaclient/tests/unit/v1/test_quota_classes.py
manilaclient/tests/unit/v1/test_quotas.py
manilaclient/tests/unit/v1/test_scheduler_stats.py
manilaclient/tests/unit/v1/test_security_services.py
manilaclient/tests/unit/v1/test_services.py
manilaclient/tests/unit/v1/test_share_networks.py
manilaclient/tests/unit/v1/test_share_servers.py
manilaclient/tests/unit/v1/test_share_snapshots.py
manilaclient/tests/unit/v1/test_share_type_access.py
manilaclient/tests/unit/v1/test_share_types.py
manilaclient/tests/unit/v1/test_shares.py
manilaclient/tests/unit/v2/__init__.py
manilaclient/tests/unit/v2/fake_clients.py
manilaclient/tests/unit/v2/fakes.py
manilaclient/tests/unit/v2/test_availability_zones.py
manilaclient/tests/unit/v2/test_client.py
manilaclient/tests/unit/v2/test_limits.py
manilaclient/tests/unit/v2/test_messages.py
manilaclient/tests/unit/v2/test_quota_classes.py
manilaclient/tests/unit/v2/test_quotas.py
manilaclient/tests/unit/v2/test_scheduler_stats.py
manilaclient/tests/unit/v2/test_security_services.py
manilaclient/tests/unit/v2/test_services.py
manilaclient/tests/unit/v2/test_share_backups.py
manilaclient/tests/unit/v2/test_share_export_locations.py
manilaclient/tests/unit/v2/test_share_group_snapshots.py
manilaclient/tests/unit/v2/test_share_group_type_access.py
manilaclient/tests/unit/v2/test_share_group_types.py
manilaclient/tests/unit/v2/test_share_groups.py
manilaclient/tests/unit/v2/test_share_instance_export_locations.py
manilaclient/tests/unit/v2/test_share_instances.py
manilaclient/tests/unit/v2/test_share_network_subnets.py
manilaclient/tests/unit/v2/test_share_networks.py
manilaclient/tests/unit/v2/test_share_replica_export_locations.py
manilaclient/tests/unit/v2/test_share_replicas.py
manilaclient/tests/unit/v2/test_share_servers.py
manilaclient/tests/unit/v2/test_share_snapshot_export_locations.py
manilaclient/tests/unit/v2/test_share_snapshot_instance_export_locations.py
manilaclient/tests/unit/v2/test_share_snapshot_instances.py
manilaclient/tests/unit/v2/test_share_snapshots.py
manilaclient/tests/unit/v2/test_share_transfers.py
manilaclient/tests/unit/v2/test_shares.py
manilaclient/tests/unit/v2/test_shell.py
manilaclient/tests/unit/v2/test_type_access.py
manilaclient/tests/unit/v2/test_types.py
manilaclient/v1/__init__.py
manilaclient/v1/client.py
manilaclient/v1/limits.py
manilaclient/v1/quota_classes.py
manilaclient/v1/quotas.py
manilaclient/v1/scheduler_stats.py
manilaclient/v1/security_services.py
manilaclient/v1/services.py
manilaclient/v1/share_networks.py
manilaclient/v1/share_servers.py
manilaclient/v1/share_snapshots.py
manilaclient/v1/share_type_access.py
manilaclient/v1/share_types.py
manilaclient/v1/shares.py
manilaclient/v1/contrib/__init__.py
manilaclient/v1/contrib/list_extensions.py
manilaclient/v2/__init__.py
manilaclient/v2/availability_zones.py
manilaclient/v2/client.py
manilaclient/v2/limits.py
manilaclient/v2/messages.py
manilaclient/v2/quota_classes.py
manilaclient/v2/quotas.py
manilaclient/v2/resource_locks.py
manilaclient/v2/scheduler_stats.py
manilaclient/v2/security_services.py
manilaclient/v2/services.py
manilaclient/v2/share_access_rules.py
manilaclient/v2/share_backups.py
manilaclient/v2/share_export_locations.py
manilaclient/v2/share_group_snapshots.py
manilaclient/v2/share_group_type_access.py
manilaclient/v2/share_group_types.py
manilaclient/v2/share_groups.py
manilaclient/v2/share_instance_export_locations.py
manilaclient/v2/share_instances.py
manilaclient/v2/share_network_subnets.py
manilaclient/v2/share_networks.py
manilaclient/v2/share_replica_export_locations.py
manilaclient/v2/share_replicas.py
manilaclient/v2/share_servers.py
manilaclient/v2/share_snapshot_export_locations.py
manilaclient/v2/share_snapshot_instance_export_locations.py
manilaclient/v2/share_snapshot_instances.py
manilaclient/v2/share_snapshots.py
manilaclient/v2/share_transfers.py
manilaclient/v2/share_type_access.py
manilaclient/v2/share_types.py
manilaclient/v2/shares.py
manilaclient/v2/shell.py
manilaclient/v2/contrib/__init__.py
manilaclient/v2/contrib/list_extensions.py
playbooks/enable-fips.yaml
playbooks/python-manilaclient-functional/post.yaml
playbooks/python-manilaclient-functional/run.yaml
python_manilaclient.egg-info/PKG-INFO
python_manilaclient.egg-info/SOURCES.txt
python_manilaclient.egg-info/dependency_links.txt
python_manilaclient.egg-info/entry_points.txt
python_manilaclient.egg-info/not-zip-safe
python_manilaclient.egg-info/pbr.json
python_manilaclient.egg-info/requires.txt
python_manilaclient.egg-info/top_level.txt
rally-jobs/rally-manila-no-ss.yaml
rally-jobs/rally-manila.yaml
releasenotes/notes/.placeholder
releasenotes/notes/Bug-1990013-fix-share-grou-from-snapshot-create-fa3629cf1417ba20.yaml
releasenotes/notes/add-access-visibility-and-deletion-locks-69978f052e25334c.yaml
releasenotes/notes/add-count-info-in-share-21a6b36c0f4c87b2.yaml
releasenotes/notes/add-count-info-in-snapshot-c9600adad648a486.yaml
releasenotes/notes/add-dash-dash-help-subcomand-ad4226454aa07bc6.yaml
releasenotes/notes/add-defaultadsite-to-security-service-33fd0a5d1b865b11.yaml
releasenotes/notes/add-export-location-filter-4cf3114doe40k598.yaml
releasenotes/notes/add-ipv6-access-type-4dko90r1a9a1e0b8.yaml
releasenotes/notes/add-like-filter-591572762357ef4b.yaml
releasenotes/notes/add-message-list-and-delete-41b3323edd63d894.yaml
releasenotes/notes/add-metadata-for-share-access-rule-11a6b36c0f4c87c2.yaml
releasenotes/notes/add-per-share-gigabytes-quotas-40bc404bd3cbdd89.yaml
releasenotes/notes/add-query-params-pools-list-api-12cf1s14ddf40kdd.yaml
releasenotes/notes/add-quiesce-wait-time-for-replica-promote-30d9fa66afc854f2.yaml
releasenotes/notes/add-quota-per-share-type-support-3b2708ea232e69bc.yaml
releasenotes/notes/add-scheduler-hints-to-share-create-70d429cb0aaf8f11.yaml
releasenotes/notes/add-scheduler-hints-to-share-replica-create-d152a3934e5ad3a7.yaml
releasenotes/notes/add-share-group-quotas-support-b6563cec58209a1d.yaml
releasenotes/notes/add-share-group-support-a3166f6ca4d06a81.yaml
releasenotes/notes/add-share-network-sec-service-add-update-to-in-use-networks-ec7a60d07ebceaf4.yaml
releasenotes/notes/add-share-replicas-and-replica-gigabytes-quotas-909436c2b2420f2c.yaml
releasenotes/notes/add-snapshot-instances-admin-api-3cf3114doe40k598.yaml
releasenotes/notes/add-snapshot-metadata-49b0288bf2f12bf0.yaml
releasenotes/notes/add-subnet-metadata-82426986431b0179.yaml
releasenotes/notes/add-support-filter-search-for-share-type-fdbaaa9510cc59dd.yaml
releasenotes/notes/add-support-to-check-quota-usage-scfdg14dod40k71a.yaml
releasenotes/notes/add_support_multiple_subnet_per_az-46145c3e90e097be.yaml
releasenotes/notes/bp-allow-locking-shares-against-deletion-89e51e27368cda46.yaml
releasenotes/notes/bp-export-locations-replica-az-commands-03aa32c08f59c42d.yaml
releasenotes/notes/bp-integrate-os-profiler-4818066dc2fbf7b7.yaml
releasenotes/notes/bp-ocata-migration-improvements-f63c5d233856fbee.yaml
releasenotes/notes/bp-support-group-spec-search-share-group-type-api-d5d9a6096f084b91.yaml
releasenotes/notes/bp-support-query-user-messages-by-timestamp-34b70bba2d1b4d13.yaml
releasenotes/notes/bp-support-share-transfer-between-project-faefead551380eca.yaml
releasenotes/notes/bp-update-share-type-name-or-description-32d98b5a42cd8090.yaml
releasenotes/notes/bug-1558995-fix-endpoint-not-found.yaml-a06a3b0ba5006718.yaml
releasenotes/notes/bug-1608664-add-support-columns-share-replica-list-885bd8c8b4bfa8f1.yaml
releasenotes/notes/bug-1611506-allow-deletion-multiple-resources
releasenotes/notes/bug-1622540-add-missing-az-list-command-f90265de5c2f261b.yaml
releasenotes/notes/bug-1650774-share-instance-reset-state-9c4b26f44b5da0e9.yaml
releasenotes/notes/bug-1664877-c462bfad92ce03e5.yaml
releasenotes/notes/bug-1674915-allow-user-access-fix-495b3e42bdc985ec.yaml
releasenotes/notes/bug-1682726-remove-sort-key-export-location-from-list-885des26bd5ea2de.yaml
releasenotes/notes/bug-1707303-fix-list-command-when-not-given-search-opts-c06af7b344e9cb91.yaml
releasenotes/notes/bug-1709746-add-group-specs-in-share-group-type-create-command-f91265de5c2f251b.yaml
releasenotes/notes/bug-1717940-dash-dash-column-reports-nothing-for-capabilities-db8c1234fae91af5.yaml
releasenotes/notes/bug-1724183-add-share-type-description-8c4b26f44b5da1e9.yaml
releasenotes/notes/bug-1733494-allow-user-group-name-with-blank-access-fix-885a3e42bdc985ec.yaml
releasenotes/notes/bug-1738917-and-1738918-fix-access-share-group-type-by-name-3a8760522c147f28.yaml
releasenotes/notes/bug-1782847-filter-list-resources-with-empty-metadata-key-value-cc6f858994f6e9ee.yaml
releasenotes/notes/bug-1798229-fix-create-share-from-snap-using-name-44100b907ea6a040.yaml
releasenotes/notes/bug-1799934-add-ou-parameter-260f9aaf939d1919.yaml
releasenotes/notes/bug-1802059-fix-is_default-a8d3d95ffa0aede9.yaml
releasenotes/notes/bug-1811516-bug-1811627-python3-fixes-4b26130027b2c076.yaml
releasenotes/notes/bug-1814094-fix-_get_base_url-method-168e12292aeec8f1.yaml
releasenotes/notes/bug-1830677-fix-13b30d6a89f43246.yaml
releasenotes/notes/bug-1855391-support-force-extend-share-6b5ebcfe1de0ca7b.yaml
releasenotes/notes/bug-1871252-update-default-quotas-via-quota-class-share-groups-share-group-snapshots-20ec1dfcc0a7e81c.yaml
releasenotes/notes/bug-1898304-add-wait-to-share-create-delete-f121073f2f4402ff.yaml
releasenotes/notes/bug-1898307-add-wait-to-create-revert-delete-a-snapshot-20271b8ebb60ade5.yaml
releasenotes/notes/bug-1898308-add-wait-to-share-extend-shrink-c9cc413c50d9832a.yaml
releasenotes/notes/bug-1898309-add-wait-to-share-manage-unmanage-d2060c61cc295bfd.yaml
releasenotes/notes/bug-1898310-add-wait-to-create-promote-delete-share-replica-35f17e4a51b8f62e.yaml
releasenotes/notes/bug-1898315-add-wait-flag-to-manage-share-server-operation-be6488c2a57536e1.yaml
releasenotes/notes/bug-1898316-add-wait-option-for-deleting-a-share-server-e2228018585de5cb.yaml
releasenotes/notes/bug-1898317-add-wait-option-for-force-deleting-share-snapshot-share-instance-fb2531b6033f0ae5.yaml
releasenotes/notes/bug-1898318-add-wait-flag-for-deleting-a-share-group-operation-c602ba9faad411be.yaml
releasenotes/notes/bug-1898318-add-wait-flag-to-create-sharee-group-operation-cd8310b241d377b0.yaml
releasenotes/notes/bug-1898319-add-wait-to-create-delete-a-share-group-snapshot-f789e324f66ad1b6.yaml
releasenotes/notes/bug-1899325-implement-usage-of-c-or-column-without-additional-logic-2970ee294f32bd31.yaml
releasenotes/notes/bug-1902873-fix-py-raw-error-msg-a839fee2ac7b9d3d.yaml
releasenotes/notes/bug-1909477-fix-forbid-users-to-create-shares-with-the-name-none-cfb0a59baa597803.yaml
releasenotes/notes/bug-1920888-fix-error-in-cli-manila-list-with-sorting-key-availabilityzone-cea5a1f5d8a38fc3.yaml
releasenotes/notes/bug-1925486-add-share-network-option-to-replica-create-api-7d2ff3628e93fc77.yaml
releasenotes/notes/bug-1953670-fix-id-attr-for-share-group-type-access-repr-008338a53d7a6a50.yaml
releasenotes/notes/bug-1959329-fix-server-listing-by-subnets-fa6447fd43093cae.yaml
releasenotes/notes/bug-1960422-fix-no-default-share-type-d6191ea0aa1e57fa.yaml
releasenotes/notes/bug-1960490-use-suitable-version-for-osc-b375a32273b56522.yaml
releasenotes/notes/bug-1962288-fixed-share-network-create-command-879dc3deca131ef9.yaml
releasenotes/notes/bug-1975488-skip-force-kwarg-if-unspecified-f98c717df1d6e364.yaml
releasenotes/notes/bug-1980985-dont-use-share-type-with-snapshot-ref-de0331c640afbbd3.yaml
releasenotes/notes/bug-1989818-fix-share-network-output-format-93d997f0f4a33fab.yaml
releasenotes/notes/bug-1999775-add-os-key-0cfc95c7b480df05.yaml
releasenotes/notes/bug-2030686-fix-default-share-lookup-cc7e592a0dc855e1.yaml
releasenotes/notes/bug-2047249-fix-osc-quota-set-per-share-gigabytes-fcff7f8ce2cc3c75.yaml
releasenotes/notes/bug-2051737-fix-share-force-delete-request-6d2578fb7da61e3f.yaml
releasenotes/notes/bug-2065769-fix-share-network-create-fa76f38f1b640001.yaml
releasenotes/notes/bug-2068631-add-filter-by-source-share-server-id-d40500dcf184c321.yaml
releasenotes/notes/bug-913201-add-wait-to-manage-unmanage-snapshot-9cc017a15733120f.yaml
releasenotes/notes/bug-share-access-list-3cf3114doe40k599.yaml
releasenotes/notes/bug_1570085_fix-905786b797379309.yaml
releasenotes/notes/bug_1603387_fix_env_variable_8ed5450aab41aa5f.yaml
releasenotes/notes/bug_1606168_fix-54d3c3bb78389f01.yaml
releasenotes/notes/bug_1715769_fix-3ec701b0fb9d7910.yaml
releasenotes/notes/bug_1777849_1779935_fix-344cb8f09b7df502.yaml
releasenotes/notes/bug_1782672-1954059b373f03de.yaml
releasenotes/notes/deprecate-manila-shell-0061cbcab5d3d75b.yaml
releasenotes/notes/deprecate-v1-a0cfa6fd723c2f46.yaml
releasenotes/notes/drop-py36-and-py37-85cf389b2842f045.yaml
releasenotes/notes/drop-python2-support-71c7b9e1dcf8c890.yaml
releasenotes/notes/expose-access-key-in-access-list-API-b57c386c9048ae55.yaml
releasenotes/notes/fix-and-improve-access-rules-a118a7f8e22f65bb.yaml
releasenotes/notes/fix-is-default-empty-557844001e0401e2.yaml
releasenotes/notes/graduate-share-replication-feature-49770e921b4338fb.yaml
releasenotes/notes/handle-missing-api-minor-version-5a6d242f28883442.yaml
releasenotes/notes/human-readable-export-location-share-support-d156f23669e458fa.yaml
releasenotes/notes/manage-unmanage-share-servers-8c7b27a1fe80e5fa.yaml
releasenotes/notes/manila-client-support-recycle-bin-4ecb5de770bd525f.yaml
releasenotes/notes/manila-openstackclient-bf61ceb270d3afb7.yaml
releasenotes/notes/migration-share-type-4fc3b7c6187f5201.yaml
releasenotes/notes/mountable_snapshot-ced01da7dffc6d7e.yaml
releasenotes/notes/newton-migration-improvements-166a03472948bdef.yaml
releasenotes/notes/remove-experimental-flag-from-share-groups-feature-dcf2b0b67fe4cac4.yaml
releasenotes/notes/remove-identity-v2-f62956e7d54b8c53.yaml
releasenotes/notes/remove-nova-net-id-arg-5b01f0077be171ed.yaml
releasenotes/notes/remove-nova-net-id-option-for-share-nets-82e424b75221528b.yaml
releasenotes/notes/share-backup-98e11c6a28897e94.yaml
releasenotes/notes/share-network-multiple-subnets-732309abfbf5987c.yaml
releasenotes/notes/share-revert-to-snapshot-e899a4b7e1126749.yaml
releasenotes/notes/share_type-skip-format-119595e62900e571.yaml
releasenotes/notes/start-using-reno-b744cd0259c7a88c.yaml
releasenotes/notes/support-create-share-from-snapshot-extra-spec-cdba92f179c1c5c6.yaml
releasenotes/notes/support-share-server-migration-9804752270c6b153.yaml
releasenotes/notes/support-show-type-6380b7c539c95ba8.yaml
releasenotes/notes/support_add_disabled_reason_to_services-08cb52e4711745c7.yaml
releasenotes/notes/type-create-extra-specs-691572762357ef3b.yaml
releasenotes/notes/update-api-version-create-share-from-snapshot-another-pool-or-backend-694cfda84a41c4ff.yaml
releasenotes/notes/v2-0-0-deprecated-opts-removal-863565618535733d.yaml
releasenotes/source/2023.1.rst
releasenotes/source/2023.2.rst
releasenotes/source/2024.1.rst
releasenotes/source/conf.py
releasenotes/source/index.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
roles/populate-manilaclient-config/README.rst
roles/populate-manilaclient-config/defaults/main.yaml
roles/populate-manilaclient-config/tasks/main.yaml
tools/manila.bash_completion
zuul.d/project.yaml
zuul.d/python-manilaclient-jobs.yaml