OpenStack Block Storage (Cinder)
c6a1efa028
Change If86dd619402495d9d4470b14cb270fcf53db6794 removed installing requirements from requirements.txt for doc jobs. These are actually needed since the local project gets installed into the venv in order to generate docs from the included docstrings. That installation works, but since the requirements were not installed explicitly via the deps, those requirements end up being installed without the upper-constraints enforcement. This is especially problematic on stable branches, where cinder install ends up pulling in requirements newer than what was used for that branch. Change-Id: Icdf80000287a43e1ff355d976f5a607543fd6d20 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad