
The standard flow in the SolidFire volume is to create accounts dynamically as needed based on project id. Unfortunately the clone_image method "forgot" about this detail and calls the private clone_volume method without a valid account resulting in an AccountNotFound Exception. The clone_image method is enabled using a specific account provided via the configuration file. Rather than worry about dynamic account creation on clone_image call, this patch just makes it part of the init phase. We check to see if template caching is enabled and if it is, just go ahead and check/create the account on startup. Closes-Bug: #1414760 Change-Id: I62f3f7aff958c097ae662d21b2c0f55a8d08f784
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%