
tools/conf/check_uptodate.sh is added in run_tests.sh For simple, run "run_tests.sh -p" will call it, and get following error: Failed to collect options from module cinder.volume.drivers.san.hp.hp_3par_common: No module named hp3parclient Actually, the hp3parclient is listed in test-requirements.txt, and it is installed in venv. the check_uptodate.sh should run in venv to get correct result. update the error message to update the cindier.conf.sample correctly. ----------- Test method ----------- $ pwd /opt/stack/cinder $ source .venv/bin/activate; tools/conf/generate_sample.sh (.venv)$ deactivate $ ./run_tests.sh -p Running flake8 ... // no error emitted here Fixes Bug #1219197 Change-Id: I9b3eaf3c1a5eb395eefed28bb907685cdef147aa
The Choose Your Own Adventure README for 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.
To monitor it from a distance: follow @openstack on twitter.
To tame it for use in your own cloud: read http://docs.openstack.org
To study its anatomy: read http://cinder.openstack.org
To dissect it in detail: visit http://github.com/openstack/cinder
To taunt it with its weaknesses: use http://bugs.launchpad.net/cinder
To watch it: http://jenkins.openstack.org
To hack at it: read HACKING.rst
Description
Languages
Python
99.7%
Smarty
0.3%