
As of this commit, the following tests should now be working with Python 3: - cinder.tests.unit.api.contrib.test_cgsnapshots - cinder.tests.unit.api.contrib.test_scheduler_hints - cinder.tests.unit.api.contrib.test_snapshot_actions - cinder.tests.unit.api.contrib.test_snapshot_manage - cinder.tests.unit.api.contrib.test_snapshot_unmanage - cinder.tests.unit.api.contrib.test_volume_encryption_metadata - cinder.tests.unit.api.contrib.test_volume_host_attribute - cinder.tests.unit.api.contrib.test_volume_manage - cinder.tests.unit.api.contrib.test_volume_migration_status_attribute - cinder.tests.unit.api.contrib.test_volume_tenant_attribute - cinder.tests.unit.api.contrib.test_volume_unmanage - cinder.tests.unit.api.v2.test_volumes Most changes in this patch: - make sure that Request.body is set to bytes; - replace jsonutils.dumps with jsonutils.dump_as_bytes; - replace json.loads with oslo_serialization.jsonutils.loads; - replace dict.iteritems with dict.items. Partial-Implements: blueprint cinder-python3 Change-Id: Icbb96ff84b7012b58f7296eea4fbcd620e081614
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
Description
Languages
Python
99.7%
Smarty
0.3%