OpenStack Block Storage (Cinder)
9002c5fa6c
Stable branches for newton and older are EOL. As such, they do not get frequent updates to the release notes. Building the release notes can take quite awhile, especially in the gate where it build them repeatedly in one job for each translation that is available. Each stable branch using the reno sphinx extension directive needs to scan the git history and dynamically generate the RST used for the series release notes. To speed up how long this takes, this patch makes these closed series' release note pages static so this expensive operation doesn't need to be performed for release notes that are not changing. If we do backport a patch and we want to include updated release notes, instructions are provided to show how to manually regenerate the static page to pick those up. Change-Id: I146e824be48baf1412d7c1570b3fb55a7007c958 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 | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
reno.yaml | ||
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