Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-cinderclient-3.5.0-lp152.4.4 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python3-cinderclient Distribution: openSUSE Leap 15.2
Version: 3.5.0 Vendor: openSUSE
Release: lp152.4.4 Build date: Tue Mar 10 03:15:57 2020
Group: Development/Languages/Python Build host: cloud105
Size: 3281919 Source RPM: python-cinderclient-3.5.0-lp152.4.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/python-cinderclient
Summary: Python API and CLI for OpenStack Cinder
This is a client for the OpenStack Cinder API (Block Storage. There's a
Python API (the cinderclient module), and a command-line script (cinder).
Each implements 100% of the OpenStack Cinder API.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 3.5.0 (bsc#1078607)
    - Updated from global requirements
    - Bump API microversion to 3.50
    - Add api_version wraps for generic volume groups
    - Add service cleanup command
    - Fix 'cluster' paramter using for v3 volume manage
    - Migrate to keystoneauth identity cli opts.
    - Removes unicode 'u' response for "cinder get-capabilities"
    - Add snapshot_id param note for backup-create
    - Support for reporting backend state in service list
    - Fix v2 volume unit tests
    - Add cluster support in manage listings
* Tue Jan 16 2018 cloud-devel@suse.de
  - update to version 3.4.0
    - Remove 'end_version' parameter in backup update
    - Remove setting of version/release from releasenotes
    - Removed unnecessary parameters from group and group_snapshots create APIs
    - Follow the new PTI for document build
    - Fix the way to get backup metadata
    - Deprecate multiattach flag on volume create
    - Backup create is not available from 3.0 to 3.42
    - Updated from global requirements
  - Drop 0001-Fix-man-page-build.patch . Applied upstream.
* Wed Dec 20 2017 cloud-devel@suse.de
  - update to version 3.3.0
    - Implement metadata for backup create/update
    - Support skip-validation for quota update
    - Bump Max API version to 3.48
    - Enable H306
    - Avoid tox_install.sh for constraints support
    - Enable F811, F821
    - Remove unused attribute when updating quota_class
    - Fix attachment_id returned by create and show volume
    - Bump Max version to 3.46
    - Bump MAX version of client to 3.45
    - Update old url for cinderclient's document
    - Add api_version_wraps to attachment-complete
    - Let keystoneauth set the microversion header
    - Support create volume from backup in client
    - Explicitly set 'builder' option
    - Added missing column 'Allocated'
    - Fix method/module redefinition errors
    - Revert "Bump MAX version of client to 3.45"
    - cleanup test-requirements
    - Migrate to Zuul v3
    - Add cluster support in migration and manage
    - Support list with 'with_count' in client
    - Use generic user for both zuul v2 and v3
    - Clean the redundant code in shell.py
    - Fix man page build
    - Add .stestr.conf configuration
    - Add an attachment_complete API call
    - doc: Remove cruft from conf.py
    - Correct sphinx source code syntax
    - Fix to use "." to source script files
    - [Optimize] Adds interval and increase waiting time
    - Remove run_tests.sh
    - Update reno for stable/pike
    - Fix wrong links
    - Fix OS_AUTH_TYPE env var usage
    - Fix get_highest_client_server_version with Cinder API + uWSGI
    - Unsupported 'message' Exception attribute in PY3
    - Updated from global requirements
    - Use Sphinx 1.5 warning-is-error
    - Implement UserID in snapshot list response
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 3.1.0
    - Dynamic log level support
    - Update visibility help message
    - Fix simple parameter comment error
    - Add doc for noauth usage
    - Add pagination for snapshots, backups
    - Unicode value support for "--filters"
    - Handle AttributeError in _get_server_version_range
    - Eliminate function redefined pylint error
    - Fix client `retries` default value.
    - Add cinder tests for cinder snapshot create commands with parameters
    - Cleared type restrictions for metadata option
    - Make --profile load from environment variables
    - Update README.rst to remain consistent with python-cinderclient.
    - Add release note for get_highest_client_server_version return type change
    - Group show command should be in V3
    - Replace http with https
    - Remove explicit global_request_id from keystoneauth subclass
    - Update reno for stable/ocata
    - import content from cli-reference in openstack-manuals
    - Enabled like filter support in client
    - Add cinder tests for cinder volume create commands with parameters
    - Add a missing left bracket in help message
    - support global_request_id in constructor
    - Rearrange existing documentation to fit the new standard layout
    - Add print_function import
    - Handle dashes in encryption-type-create arguments
    - Fix attribute errors in os-auth-* settings
    - Replace uuid.uuid4().hex with uuidutils.generate_uuid()
    - static method to get_highest_client_server_version
    - Handle log message interpolation by the logger
    - Remove consistencygroup quota
    - [BugFix] Make 'instance_id' required in attachment-create CLI.
    - Fix all_tenants doesn't work for group list
    - Fix discover_version
    - Remove duplicate columns from list output
    - Support list-volume for group show
    - [BugFix] 'Mountpoint' is missing in attachment CLIs.
    - Pretty print 'extra_specs' and 'group_specs'
    - Add start_version check for do_list() image_metadata option
    - Fix output of update command
    - Fix highest version supported by client and server
    - Fix PY2/PY3 specific error in testcases
    - Fix the wrong help message of marker
    - Add --metadata option to API v2 cinder list command again
    - Support generalized resource filter in client
    - Tiramisu: replication group support
    - Tests: Add info to assert_called failure message
    - Add cinder create --poll
    - Change "--sort" description in help message
    - Fix reset state v3 unit tests failures
    - Add description for function do_list_extensions in cinderclient
    - Remove duplicate get_highest_client_server_version
    - Remove cinder credentials command
    - Update cinder.rst and shell.rst
    - Remove duplicate do_upload_to_image() method def
    - Do not require network for test_noauth_plugin()
    - Fix pep8 errors
    - Update tox to delete py34
    - Bump MAX_VERSION to 3.27
    - Fix error in unit testcase
    - Update URLs in documentation
    - cinder show with attachments is a mess
    - Cinder client reset-state improvements
    - Fix cmd options for updating a quota class
    - python-cinderclient doc unclear on Volume.attach
    - Remove unused and duplicated fake_client module
    - Remove log translations
    - Add get_highest_version method
    - cinderclient might not return version for V2 API
    - Fix service-list command for API v.3.0-3.6
    - Make V3 the default and fixup version reporting
    - Support revert to snapshot in client
    - Fix noauth support
    - Cinder attachment-* does not support names
    - Fix support for Unicode value filters
    - UnboundLocalError on message-list
    - Support volume summary command
    - [BugFix] Add 'all_tenants', 'project_id' in attachment-list
    - Switch from oslosphinx to openstackdocstheme
    - Remove direct dependency on requests
    - Disable functional tests with multiattach
    - Updated from global requirements
  - Add 0001-Fix-man-page-build.patch
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 1.11.0:
    - Replace 'MagicMock' with 'Mock'
    - Fix test_auth_with_keystone_v3 test
    - Fix the optional argument of cinder api
    - Enable coverage report in console output
    - Move old oslo-incubator code out of openstack/common
    - add an alternative way of authenticating client
    - Metadata based snapshop filtering
    - Move trace ID print statement to finally
    - _human_id_cache or _uuid_cache error about completion_cache
    - Enable release notes translation
    - Use 'ostestr {posargs}' to run functional tests
    - stop adding log handler
    - x-openstack-request-id logged twice in logs
    - Volume detail support glance_metadata in CLI
    - Fix volume type 'is_public' flag update
    - Update release notes information for reno
    - Remove discover from test-requirements
    - Update hacking version
    - Update reno for stable/newton
    - Refactor v2 and v3 APIs support
    - TrivialFix: Removed redundant 'the'
    - Fix typos in the files
    - Fix typo in set unicode metadata key
    - Show team and repo badges on README
    - Update to current version of hacking
    - Help msg and output info should support il8n.
    - Fix error during set unicode metadata key
    - AttributeError when print service object
    - Handle error response for webob>=1.6.0
    - Remove unused keystone service catalog parse file.
    - Missing client version 3.0 support for "delete_metadata" method
    - Update param docstring to ducument search_opts
    - Print backtrace for exception when in debug mode
    - Replace six.iteritems(iter) with iter.items()
    - Minor refactoring for nested try-block
    - Removed multiple import from shell.py
    - Fix "ref[project_name]"
    - Modify assertTrue
    - Fix some PEP8 issues and Openstack Licensing
    - Support filter volumes by group_id
    - Removed unnecessary 'service_type' decorator
    - Fix adding non-ascii attrs to Resource objects error
    - Fix spelling of consistency groups
    - Remove assertTableStruct from ClientTestBase
    - Fix getting metadata attr error in snapshot-list command
    - Mask passwords when logging HTTP req/resp bodies
    - Parse filter item "name" correctly for snapshot-list
    - Attach/Detach V2
    - Optimize: add build_query_param method to clean code
    - Remove white space between print and ()
    - (Trival)Modify the version_header with self.version_header
    - Fix help message for 'type-list' command
    - modify the wrong comment of the Client class
    - Fix test_version_discovery test
    - Add Constraints support
    - Remove extra 'u' from cli output
    - Support Keystone V3 with HttpClient
    - Import module instead of object
    - static method to get_server_version
    - remove raise "e"
    - Python3 common patterns
    - Fix v3 volume list based on image_metadata
    - Update --endpoint-type dest to os_endpoint_type
    - Add convertation of query parameters to string
    - Updated from global requirements
    - Showing the metadata readonly value as a separate field
* Mon Sep 05 2016 tbechtold@suse.com
  update to version 1.9.0
    * Fix Unicode error printing extra-specs
    * Fix batch deleting issue in volume_type.unset_keys()
    * List manageable volumes and snapshots
    * base.Resource not define __ne__() built-in function
    * Make Resource class's function can be wraped by api_version
    * Add group types and group specs
    * Fix Service.__repr__ to remove the undefined attribute
    * Wrap group type and group spec with api_version
    * Wrap volume_backup's update function with api_version
    * Fix _get_rate_limit when resp is None
    * Make __repr__ print encryption_id for VolumeEncryptionType class
    * Fixing parsing problem of cascade in client
    * Fix useless api_version of Manager class
    * Add cluster related commands
    * Add Negative tests for cinder volume extend command
    * Fix python 2,3 compatibility issue with six
    * Use 'six' instead of oslo_utils.strutils.six
    * Add generic volume groups
    * Support for snapshot force delete
    * Add backup-update
    * Add Python3.5 classifier and venv
    * OS_TENANT_NAME is not required when we have OS_PROJECT_NAME
    * Wrap cluster related function with api_version
    * Fix argument order for assertEqual to (expected, observed)
    * Make APIVersion's null check more pythonic
    * Switch to keystoneauth
    * Fix output error for type-show command
    * Support name option for volume restore
    * Replace OpenStack LLC with OpenStack Foundation
    * Changed backup-restore to accept backup name
    * Deleting volume metadata keys with a single request
    * Add "start_version" and "end_version" support to  argparse
    * Add tenant_id parameter to limits.
    * deprecate command `cinder endpoints`
    * Log request-id for each api call
    * Fix NoneType error for cinderclient v1
    * Fix authentication issue
    * Fix Capabilities.__repr__ to remove the undefined attribute
    * Add support for group snapshots
    * Fix the incorrect alignment
    * Make dict.keys() PY3 compatible
    * Add strict Boolean checking
    * Tests for testing volume-create command
    * Add api-version to get server versions
    * Enhance help message of upload_to_image
    * Replace functions 'Dict.get' and 'del' with 'Dict.pop'
    * Cinder client should retry with Retry-After value
    * Use self.ks_logger instead of ks_logger
    * Change api-version help to indicate server API
    * Delete mox in cinderclient
    * Fix string interpolation to delayed to be handled by the logging code
    * Add Negative tests for cinder volume create command
    * print endpoints using new keystoneauth catalog object
    * Update the home-page with developer documentation
    * Replace assertTrue(isinstance()) by optimal assert
    * Remove self.__dict__ for formatting strings
    * Make sure --bypass-url honored if specified
    * Updated from global requirements
    * Add v3 user messages with pagination
    * Wrap GroupType class's function with api_version
* Mon Aug 01 2016 tbechtold@suse.com
  - update to 1.8.0:
    * Don't enable lazy translation when loading client
    * Support for cinder backup force delete
    * Fix upload_to_image method
    * Remove deprecated tempest_lib and use tempest.lib
  - update _service and switch to upstream spec file
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 1.6.0:
    * Remove replication v2 calls
    * Update minimum tox version to 1.8
    * snapshot-list now supports filtering by tenant
    * Fix return type in consistencygroups docstring
    * Updated from global requirements
    * Use instanceof instead of type
    * Don't print HTTP codes for non-HTTP errors
    * Add replication v2.1 (cheesecake) calls
    * Add release notes for return-request-id-to-caller
    * Remove pypy from tox environment list
    * Extra 'u' in output of cinder cli commands
    * Add extra_specs_list test
    * Add request_ids attribute to resource objects
    * Fix return type in backup docstring
    * Fix omission of request_ids returned to user
    * Eliminate unnecessary character
    * Avoid logging sensitive info in http requests
    * Add request_ids attribute to resource objects
    * Add request_ids attribute to resource objects
    * Provide consistency for Wrapper classes
    * Allow "cinder backup-delete" to delete multiple backups in one request
    * Updated from global requirements
    * Fix some flake8 violations
    * Bootable filter for listening volumes from CLI
    * Remove debug statement
    * is_public=N/A in output of cinder type-update
    * Return wrapper classes with request_ids attribute
    * Pass insecure option to HTTPClient
    * Add Wrapper classes for list, dict, tuple
    * Remove argparse from requirements
    * Fix sort problem in snapshot and backup list
    * Code is hosted on git.openstack.org
    * Fix link for OpenStack manual
    * Update HACKING with current information
    * Word Misspelling
    * Trival: Remove 'MANIFEST.in'
    * Remove openstack-common.conf
    * Make _discover_extensions public
    * improve readme contents
    * Set default service type to 'volumev2'
    * Updated from global requirements
    * Fix help message in backup reset-state
    * Remove the mutable default arguments "[]"
    * Do not require functional_creds.conf for functional tests
    * Fix for 'quota-delete' call to API v2
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Drop py33 support
    * Add to_dict method to Resource class
    * Add reno for release notes management
    * Deprecated tox -downloadcache option removed
    * Updated from global requirements
    * Updated from global requirements
    * Pass proxy environment variable to tox
    * Add optional argument to list subcommand
    * Remove py26 support
    * Delete python bytecode before every test run
    * support for snapshot management
    * Fix comma location in comment
    * Remove ureachable code in fakes.py
    * Updated from global requirements
    * Adds v2 replication support
    * Fix v2 qos-key command
    * Add functional tests: backup creation and deletion
    * Use oslo_utils encodeutils and strutils
    * CLI for backup snapshots
    * Update CONTRIBUTING.md to CONTRIBUTING.rst
    * Update help message for cinder migrate
    * Fix volume size units to match the API
    * Fix functional tests fail on the env with https
    * Add the version attribute to the Client class
    * Adding backup-reset-state to CLI
    * Put py34 first in the env order of tox
    * Implement cinder type-show
    * Updated from global requirements
    * Update release notes for 1.3.1 and 1.4.0 releases
    * Remove duplicate code in functional tests
    * Add note for broken cinderclient versions 1.2.?
    * Adding pagination to snapshots and backups lists
    * Updated from global requirements
    * Add commands to show image metadata
    * Fully support os-endpoint-type
    * Fix three resources not being deleted by using name
    * Use dictionary literal for dictionary creation
    * Change ignore-errors to ignore_errors
    * Updated from global requirements
    * Updating volume type 'is_public' status support
    * No longer ignores CINDER_SERVICE_NAME
  - Adjust Requires according to requirements.txt
* Mon Sep 14 2015 tbechtold@suse.com
  - update to 1.4.0:
    * Updated from global requirements
    * Update path to subunit2html in post_test_hook
    * Adds command to fetch specified backend capabilities
    * Volume status management for volume migration
    * Fixed test_password_prompted
    * Fix help message for reset-state commands
    * Add functional tests for python-cinderclient
    * Add support '--all-tenants' for cinder backup-list
    * CLI: Non-disruptive backup
    * Add tests for python-cinderclient
    * Replace assertEqual(None, *) with assertIsNone in tests
    * CLI: Clone CG
    * Fix ClientException init when there is no message on py34
    * Fixes table when there are multiline in result data
    * Set default OS_VOLUME_API_VERSION to '2'
    * Add commands for modifying image metadata
    * Updated from global requirements
    * Remove H302
    * Show backup and volume info in backup_restore
    * Add response message when volume delete
    * Implement reset-state for attach_status and migration_status
    * Add more details for replication
    * New mock release(1.1.0) broke unit/function tests
    * Remove unnecessary check for tenant information
    * Remove redundant statement and refactor
  - Adjust Requires according to requirements.txt
* Mon Sep 07 2015 dmueller@suse.com
  - update to 1.3.1:
    * Prep for 1.3.0
    * Updated from global requirements
    * Revert "Enable version discovery"
    * Fix typo in comment message
    * Add set_management_url to cinderclient.client
    * cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]
    * Add encryption-type-update to cinderclient
    * Set max volume size limit for the tenant
    * Add tests for python-cinderclient and style fix
    * The is_public filter in VolumeTypeManager.list broke the find in VolumeTypeAccessManager, which caused all commands which should have taken a volume_type name to fail. I have choosen to fix this by effectively removing the filter in the client (and the --all argument to type-list). This is OK, since Cinder implements the filtering by user anyway. The consequence of this change is that the Admin user will always see the entire list (including private types) every time they execute type-list
    * Add volume multi attach support
    * Fix functional post test_hook
    * Fix condition in CheckSizeArgForCreate parser action
    * Support host-attach of volumes
    * Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
    * Fix functional readonly_cli tests
    * Add findall server side filtering
    * Fix functional tests and tox 2.0 errors
    * Fixed typos and repeated docstrings
    * cinderclient deprecated endpoint_type needs dest=
    * cinderclient no longer honors --endpoint-type
    * Add functional post test_hook
    * Add --os-endpoint-type to match other services
    * Find resource refactoring
    * Avoid _get_keystone_session() if auth_plugin
    * Update release notes for 1.2.0 and 1.2.1
    * Add CLI read-only functional tests
    * Change --force parameter into boolean
    * Add search_opts into the method list() for qos specs
    * Add version removal rule to stop discovery warning
    * V2:cinder create --image option doesn't work
    * Create Consistency Group from CG Snapshot CLI
    * Kilo Consistency Group CLI update
    * Remove "OPTIONAL:" from optional argument help text (v2)
    * Support pagination param limit in volume list in V1
    * Update README to work with release tools
    * Add support to incremental backups in cinder
    * Enable version discovery
    * Remove print statement in unit test
    * Add ability to specify path var to testr
    * cinder list now supports filter by tenant
    * Remove duplicate find request in find_resource
    * Allow cinderclient to handle exception response
    * Move unit tests into test directory
    * Add covhtml to gitignore
    * bash_completion now shows only subcommands when subcommand is "help"
    * Update to change name for volume type client
    * cinder list now prints dash '-' when data is None
    * cinderclient accepts arguments after metadata without -- separator
    * Updated help on cinder reset-state cli
    * Fix outdated URLs and some minor fixes
    * Fixes quota-class-update commands
    * Adopt CLI sorting argument guidelines
    * Add missing all-tenants option to transfer-list
    * Add -d short option for --debug
    * Fix volume_transfers import in v2
    * reset-state should warn that it is DB only
    * Expose cinder's scheduler pool API
    * Fix up help message for reset-state call
    * Add tests for consistency groups and cgsnapshots
    * cinder list fails with 'name' sort key
    * Remove commented code in cinderclient/v1/volumes.py
    * Make cinderclient metadata CLI output consistent
    * Leverage openstack.common.importutils import_class
    * v2 error message grammatical error
    * Add command to show pool information for backends
    * Client output is not sorted by --sort_key
    * Add support for os-volume-type-access extension
    * Added type description for volume type client
    * Don't use sessions if third party plugin is used
    * Workflow documentation is now in infra-manual
    * List all the request items when the list is over osapi_max_limit
    * Allow CG quota to be showed and updated
    * Add the parameter bypass_url to the cinder client
    * Use newer features from keystoneclient
    * Support Volume Backup Quota
    * Add ability to create volume from image by image name
    * Remove cinderclient/tests from coverage report
    * Fix 'search_opts' error with backup delete command
    * Remove unused methods from utils.py
    * Fix incorrect variable name
    * cinderclient does not retry with TimeoutException
    * Adds tty password entry for cinderclient
    * Don't git ignore .mailmap and .testr.conf
    * gitignore /.*
    * Add profiling support to cinderclient
    * Fix volume name support of unmanage and replication commands
    * Simplify cinder manage command args
    * Add swap and it's variants to gitignore
    * Docstring of unmanage subcommand is missing
* Fri Apr 24 2015 tbechtold@suse.com
  - Use %{version} in source
* Thu Apr 23 2015 tbechtold@suse.com
  - Switch to version 1.1.1
* Wed Apr 22 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.2.0.post2:
    * Add support to incremental backups in cinder
    1.2.0
    * Enable version discovery
    * Remove print statement in unit test
    * Add ability to specify path var to testr
    * cinder list now supports filter by tenant
* Sun Apr 19 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post97:
    * Uncap library requirements for liberty
* Tue Apr 07 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post96:
    * Allow cinderclient to handle exception response
* Wed Apr 01 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post95:
    * Move unit tests into test directory
* Thu Mar 19 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post94:
    * bash_completion now shows only subcommands when subcommand is "help"
    * cinder list now prints dash '-' when data is None
* Tue Mar 17 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post91:
    * Update to change name for volume type client
    * cinderclient accepts arguments after metadata without -- separator
* Fri Mar 06 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post88:
    * Updated help on cinder reset-state cli
* Tue Mar 03 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post87:
    * Adopt CLI sorting argument guidelines
* Mon Mar 02 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post85:
    * Make cinderclient metadata CLI output consistent
* Fri Feb 27 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post83:
    * Add missing all-tenants option to transfer-list
* Thu Feb 19 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post82:
    * Add -d short option for --debug
* Mon Feb 16 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post80:
    * Fix volume_transfers import in v2
* Wed Feb 11 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post78:
    * Updated from global requirements
* Fri Feb 06 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post77:
    * Fix up help message for reset-state call
* Thu Feb 05 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post75:
    * reset-state should warn that it is DB only
* Wed Feb 04 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post73:
    * Add support for os-volume-type-access extension
    * Don't use sessions if third party plugin is used
* Sat Jan 31 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post69:
    * Expose cinder's scheduler pool API
* Sat Jan 24 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post67:
    * Add tests for consistency groups and cgsnapshots
    * cinder list fails with 'name' sort key
* Fri Jan 23 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post63:
    * Leverage openstack.common.importutils import_class
* Wed Jan 21 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post61:
    * Remove commented code in cinderclient/v1/volumes.py
* Sat Jan 17 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post59:
    * v2 error message grammatical error
    * Allow CG quota to be showed and updated
* Wed Jan 14 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post55:
    * Add command to show pool information for backends
* Fri Jan 09 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post53:
    * Client output is not sorted by --sort_key
* Wed Jan 07 2015 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post51:
    * Fix incorrect variable name
* Mon Dec 22 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post49:
    * Use immutable arg rather mutable arg
* Sun Dec 21 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post47:
    * Add CONTRIBUTING.rst
* Fri Dec 19 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.post45:
    * Added type description for volume type client
* Sat Dec 13 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.44.gc3b1b1b:
    * Remove cinderclient/tests from coverage report
    * Fix comment in tearDown()
* Mon Dec 08 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.40.g2f130e3:
    * Workflow documentation is now in infra-manual
    * List all the request items when the list is over osapi_max_limit
* Thu Dec 04 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.37.g9295913:
    * Add ability to create volume from image by image name
* Wed Dec 03 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.35.g3398e42:
    * Use newer features from keystoneclient
    * Updated from global requirements
    * client HTTPClient __init__ fails if auth_url None
* Tue Dec 02 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.29.g4154f88:
    * Add the parameter bypass_url to the cinder client
    * Support Volume Backup Quota
    * Fix 'search_opts' error with backup delete command
* Wed Nov 26 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.24.gd6f4ab3:
    * Fixed typos found by RETF rules
* Thu Nov 20 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.22.gf5a4e59:
    * Remove unused methods from utils.py
    * Adds tty password entry for cinderclient
    * Don't git ignore .mailmap and .testr.conf
    * Remove Python 2.4 compat shim
* Wed Oct 29 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.15.ga6b434e:
    * cinderclient does not retry with TimeoutException
* Tue Oct 21 2014 dmueller@suse.com
  - add rpmlintrc as a source
* Wed Oct 15 2014 cloud-devel@suse.de
  - Update to version python-cinderclient-1.1.1.14.g8428ffd:
    * Fix volume name support of unmanage and replication commands
    * Stop using intersphinx

Files

/etc/alternatives/cinder
/etc/alternatives/cinder.1.gz
/etc/alternatives/cinder.bash_completion
/etc/bash_completion.d/cinder.bash_completion
/etc/bash_completion.d/cinder.bash_completion-3.6
/usr/bin/cinder
/usr/bin/cinder-3.6
/usr/lib/python3.6/site-packages/cinderclient
/usr/lib/python3.6/site-packages/cinderclient/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/_i18n.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/_i18n.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/api_versions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/api_versions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/extension.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/extension.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/shell_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/shell_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/_i18n.py
/usr/lib/python3.6/site-packages/cinderclient/api_versions.py
/usr/lib/python3.6/site-packages/cinderclient/apiclient
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/apiclient/base.py
/usr/lib/python3.6/site-packages/cinderclient/apiclient/client.py
/usr/lib/python3.6/site-packages/cinderclient/apiclient/exceptions.py
/usr/lib/python3.6/site-packages/cinderclient/base.py
/usr/lib/python3.6/site-packages/cinderclient/client.py
/usr/lib/python3.6/site-packages/cinderclient/contrib
/usr/lib/python3.6/site-packages/cinderclient/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/contrib/__pycache__/noauth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/contrib/__pycache__/noauth.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/contrib/noauth.py
/usr/lib/python3.6/site-packages/cinderclient/exceptions.py
/usr/lib/python3.6/site-packages/cinderclient/extension.py
/usr/lib/python3.6/site-packages/cinderclient/shell.py
/usr/lib/python3.6/site-packages/cinderclient/shell_utils.py
/usr/lib/python3.6/site-packages/cinderclient/tests
/usr/lib/python3.6/site-packages/cinderclient/tests/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_readonly_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_readonly_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_snapshot_create_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_snapshot_create_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_volume_create_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_volume_create_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_volume_extend_cli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/__pycache__/test_volume_extend_cli.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/base.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/hooks
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/hooks/post_test_hook.sh
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/test_cli.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/test_readonly_cli.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/test_snapshot_create_cli.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/test_volume_create_cli.py
/usr/lib/python3.6/site-packages/cinderclient/tests/functional/test_volume_extend_cli.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/fake_actions_module.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/fake_actions_module.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/fakes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/fakes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_api_versions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_api_versions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_auth_plugins.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_auth_plugins.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_base.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_http.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_http.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/test_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fake_actions_module.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fakes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/availability_zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/availability_zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/keystone_client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/keystone_client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/__pycache__/snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/availability_zones.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/base.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/client.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/keystone_client.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/fixture_data/snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_api_versions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_auth_plugins.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_base.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_client.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_exceptions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_http.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_shell.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/test_utils.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/utils.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/fakes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/fakes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_availability_zone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_availability_zone.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_limits.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_limits.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_qos.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_qos.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_quota_classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_quota_classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_snapshot_actions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_snapshot_actions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_encryption_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_encryption_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_transfers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volume_transfers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/__pycache__/test_volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__pycache__/test_list_extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/__pycache__/test_list_extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/contrib/test_list_extensions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/fakes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_auth.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_availability_zone.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_limits.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_qos.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_quota_classes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_quotas.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_services.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_shell.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_snapshot_actions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_types.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_volume_encryption_types.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_volume_transfers.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/test_volumes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v1/testfile.txt
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/fakes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/fakes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_availability_zone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_availability_zone.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_capabilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_capabilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_cgsnapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_cgsnapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_consistencygroups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_consistencygroups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_limits.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_limits.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_pools.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_pools.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_qos.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_qos.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_quota_classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_quota_classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_snapshot_actions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_snapshot_actions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_type_access.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_type_access.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_encryption_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_encryption_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_transfers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volume_transfers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/__pycache__/test_volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__pycache__/test_list_extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/__pycache__/test_list_extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/contrib/test_list_extensions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/fakes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_auth.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_availability_zone.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_capabilities.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_cgsnapshots.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_consistencygroups.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_limits.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_pools.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_qos.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_quota_classes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_quotas.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_services.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_shell.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_snapshot_actions.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_type_access.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_types.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_volume_encryption_types.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_volume_transfers.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v2/test_volumes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/fakes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/fakes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_attachments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_attachments.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_clusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_clusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_group_snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_group_snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_group_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_group_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_groups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_groups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_messages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_messages.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_resource_filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_resource_filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/__pycache__/test_volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/fakes.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_attachments.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_clusters.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_group_snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_group_types.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_groups.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_messages.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_quotas.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_resource_filters.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_services.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_shell.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/tests/unit/v3/test_volumes.py
/usr/lib/python3.6/site-packages/cinderclient/utils.py
/usr/lib/python3.6/site-packages/cinderclient/v1
/usr/lib/python3.6/site-packages/cinderclient/v1/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/availability_zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/availability_zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/limits.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/limits.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/qos_specs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/qos_specs.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/quota_classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/quota_classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_backups_restore.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_backups_restore.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_encryption_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_encryption_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_transfers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_transfers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volume_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/__pycache__/volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/availability_zones.py
/usr/lib/python3.6/site-packages/cinderclient/v1/client.py
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__pycache__/list_extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/__pycache__/list_extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v1/contrib/list_extensions.py
/usr/lib/python3.6/site-packages/cinderclient/v1/limits.py
/usr/lib/python3.6/site-packages/cinderclient/v1/qos_specs.py
/usr/lib/python3.6/site-packages/cinderclient/v1/quota_classes.py
/usr/lib/python3.6/site-packages/cinderclient/v1/quotas.py
/usr/lib/python3.6/site-packages/cinderclient/v1/services.py
/usr/lib/python3.6/site-packages/cinderclient/v1/shell.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_backups_restore.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_encryption_types.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_transfers.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volume_types.py
/usr/lib/python3.6/site-packages/cinderclient/v1/volumes.py
/usr/lib/python3.6/site-packages/cinderclient/v2
/usr/lib/python3.6/site-packages/cinderclient/v2/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/availability_zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/availability_zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/capabilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/capabilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/cgsnapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/cgsnapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/consistencygroups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/consistencygroups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/limits.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/limits.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/pools.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/pools.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/qos_specs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/qos_specs.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/quota_classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/quota_classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_backups_restore.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_backups_restore.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_encryption_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_encryption_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_transfers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_transfers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_type_access.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_type_access.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volume_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/__pycache__/volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/availability_zones.py
/usr/lib/python3.6/site-packages/cinderclient/v2/capabilities.py
/usr/lib/python3.6/site-packages/cinderclient/v2/cgsnapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v2/client.py
/usr/lib/python3.6/site-packages/cinderclient/v2/consistencygroups.py
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__pycache__/list_extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/__pycache__/list_extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v2/contrib/list_extensions.py
/usr/lib/python3.6/site-packages/cinderclient/v2/limits.py
/usr/lib/python3.6/site-packages/cinderclient/v2/pools.py
/usr/lib/python3.6/site-packages/cinderclient/v2/qos_specs.py
/usr/lib/python3.6/site-packages/cinderclient/v2/quota_classes.py
/usr/lib/python3.6/site-packages/cinderclient/v2/quotas.py
/usr/lib/python3.6/site-packages/cinderclient/v2/services.py
/usr/lib/python3.6/site-packages/cinderclient/v2/shell.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_backups_restore.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_encryption_types.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_transfers.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_type_access.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volume_types.py
/usr/lib/python3.6/site-packages/cinderclient/v2/volumes.py
/usr/lib/python3.6/site-packages/cinderclient/v3
/usr/lib/python3.6/site-packages/cinderclient/v3/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/attachments.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/attachments.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/availability_zones.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/availability_zones.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/capabilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/capabilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/cgsnapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/cgsnapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/clusters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/clusters.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/consistencygroups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/consistencygroups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/group_snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/group_snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/group_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/group_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/groups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/groups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/limits.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/limits.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/messages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/messages.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/pools.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/pools.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/qos_specs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/qos_specs.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/quota_classes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/quota_classes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/quotas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/quotas.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/resource_filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/resource_filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/services.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/services.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_backups.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_backups.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_backups_restore.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_backups_restore.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_encryption_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_encryption_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_snapshots.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_snapshots.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_transfers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_transfers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_type_access.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_type_access.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volume_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volumes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/volumes.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/workers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/__pycache__/workers.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/attachments.py
/usr/lib/python3.6/site-packages/cinderclient/v3/availability_zones.py
/usr/lib/python3.6/site-packages/cinderclient/v3/capabilities.py
/usr/lib/python3.6/site-packages/cinderclient/v3/cgsnapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v3/client.py
/usr/lib/python3.6/site-packages/cinderclient/v3/clusters.py
/usr/lib/python3.6/site-packages/cinderclient/v3/consistencygroups.py
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__init__.py
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__pycache__
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__pycache__/list_extensions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/__pycache__/list_extensions.cpython-36.pyc
/usr/lib/python3.6/site-packages/cinderclient/v3/contrib/list_extensions.py
/usr/lib/python3.6/site-packages/cinderclient/v3/group_snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v3/group_types.py
/usr/lib/python3.6/site-packages/cinderclient/v3/groups.py
/usr/lib/python3.6/site-packages/cinderclient/v3/limits.py
/usr/lib/python3.6/site-packages/cinderclient/v3/messages.py
/usr/lib/python3.6/site-packages/cinderclient/v3/pools.py
/usr/lib/python3.6/site-packages/cinderclient/v3/qos_specs.py
/usr/lib/python3.6/site-packages/cinderclient/v3/quota_classes.py
/usr/lib/python3.6/site-packages/cinderclient/v3/quotas.py
/usr/lib/python3.6/site-packages/cinderclient/v3/resource_filters.py
/usr/lib/python3.6/site-packages/cinderclient/v3/services.py
/usr/lib/python3.6/site-packages/cinderclient/v3/shell.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_backups.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_backups_restore.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_encryption_types.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_snapshots.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_transfers.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_type_access.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volume_types.py
/usr/lib/python3.6/site-packages/cinderclient/v3/volumes.py
/usr/lib/python3.6/site-packages/cinderclient/v3/workers.py
/usr/lib/python3.6/site-packages/cinderclient/version.py
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/python_cinderclient-3.5.0-py3.6.egg-info/top_level.txt
/usr/share/doc/packages/python3-cinderclient
/usr/share/doc/packages/python3-cinderclient/ChangeLog
/usr/share/doc/packages/python3-cinderclient/LICENSE
/usr/share/doc/packages/python3-cinderclient/README.rst
/usr/share/man/man1/cinder-3.6.1.gz
/usr/share/man/man1/cinder.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024