30f07cd6f4dde7d67136b69ae2ec590cc1d8326e
Currently 'tox -epy27 -- -n cinder.tests.unit.test_volume' emits 36 FutureWarnings from oslo.versionedobjects about invalid uuids as documented here [1]. This commit changes this module to use valid uuids so that when its tests are run these warnings are no longer emitted. Change-Id: Id4729d0dc6998e9343034d7c17ace1109fe21417
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:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient
Description