OpenStack Block Storage (Cinder)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Eric Harney 6b067f2b47 Import HTTPStatus instead of http_client
We don't need an HTTP client for this, we only
need status codes.  Just load that instead.

https://docs.python.org/3/library/http.html

Change-Id: Ia0a00a820fff55e25d352d2bf472054ef7074f34
3 years ago
api-ref/source Default type overrides 3 years ago
cinder Import HTTPStatus instead of http_client 3 years ago
contrib/block-box Add note that block-box is not supported 3 years ago
doc doc: update Brocade FCZM documentation 3 years ago
etc/cinder Merge "Fix outdated comment in rootwrap filter" 3 years ago
playbooks zuul: collect cinderlib logs from tempest node(s) only 3 years ago
rally-jobs Small doc updates: canonical URLs, rally doc, etc 4 years ago
releasenotes Merge "[SVF]:Fixed create_flashcopy_to_consistgrp" 3 years ago
tools Make test-setup.sh compatible with mysql8 3 years ago
.coveragerc Update .coveragerc after the removal of openstack directory 7 years ago
.gitignore Tell reno to ignore the kilo branch 3 years ago
.gitreview OpenDev Migration Patch 4 years ago
.pylintrc Pylint: Filter out cinder.objects and requests E1101 4 years ago
.stestr.conf Add .stestr.conf configuration 6 years ago
.zuul.yaml [goal] Fixing lower constraints for Ubuntu Focal 3 years ago
CONTRIBUTING.rst Ussuri contrib docs community goal 3 years ago
HACKING.rst Update HACKING document to match current checks 3 years ago
LICENSE Initial fork out of Nova. 11 years ago
README.rst Merge "Refactor README links" 3 years ago
bindep.txt bindep: Track qemu-img dependency 3 years ago
driver-requirements.txt 3PAR: Set the right minimum client version 3 years ago
lower-constraints.txt Merge "Require os-brick >= 4.0.1" 3 years ago
reno.yaml Tell reno to ignore the kilo branch 3 years ago
requirements.txt Merge "Require os-brick >= 4.0.1" 3 years ago
setup.cfg Merge "Fix dfs-sdk package name in extra reqs" 3 years ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt Remove oslo.versionedobjects extra install 3 years ago
tox.ini Merge "Stop configuring install_command in tox." 3 years ago

README.rst

OpenStack Cinder

image

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

Python client

Python Cinderclient