2016-11-24 13:04:53 +01:00
|
|
|
========================
|
|
|
|
Team and repository tags
|
|
|
|
========================
|
|
|
|
|
2017-07-21 15:42:04 +08:00
|
|
|
.. image:: https://governance.openstack.org/tc/badges/os-brick.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
2016-11-24 13:04:53 +01:00
|
|
|
|
|
|
|
.. Change things from this point on
|
|
|
|
|
2019-04-23 19:39:24 +08:00
|
|
|
=====
|
2015-01-22 19:09:30 +00:00
|
|
|
brick
|
2019-04-23 19:39:24 +08:00
|
|
|
=====
|
2015-01-22 19:09:30 +00:00
|
|
|
|
2015-09-02 09:29:25 -07:00
|
|
|
.. image:: https://img.shields.io/pypi/v/os-brick.svg
|
2018-04-21 11:27:01 +08:00
|
|
|
:target: https://pypi.org/project/os-brick/
|
2015-09-02 09:29:25 -07:00
|
|
|
:alt: Latest Version
|
|
|
|
|
|
|
|
.. image:: https://img.shields.io/pypi/dm/os-brick.svg
|
2018-04-21 11:27:01 +08:00
|
|
|
:target: https://pypi.org/project/os-brick/
|
2015-09-02 09:29:25 -07:00
|
|
|
:alt: Downloads
|
|
|
|
|
2015-01-22 19:09:30 +00:00
|
|
|
OpenStack Cinder brick library for managing local volume attaches
|
|
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
2015-02-17 16:55:34 -08:00
|
|
|
* Discovery of volumes being attached to a host for many transport protocols.
|
|
|
|
* Removal of volumes from a host.
|
2015-04-21 08:17:54 -07:00
|
|
|
|
2015-07-01 17:25:59 +02:00
|
|
|
Hacking
|
|
|
|
-------
|
2015-04-21 08:17:54 -07:00
|
|
|
|
2015-07-01 17:25:59 +02:00
|
|
|
Hacking on brick requires python-gdbm (for Debian derived distributions),
|
|
|
|
Python 2.7 and Python 3.4. A recent tox is required, as is a recent virtualenv
|
|
|
|
(13.1.0 or newer).
|
|
|
|
|
|
|
|
If "tox -e py34" fails with the error "db type could not be determined", remove
|
|
|
|
the .testrepository/ directory and then run "tox -e py34".
|
2015-04-21 08:17:54 -07:00
|
|
|
|
2016-09-26 10:55:12 +08:00
|
|
|
For any other information, refer to the developer documents:
|
2017-07-21 15:42:04 +08:00
|
|
|
https://docs.openstack.org/os-brick/latest/
|
2016-09-26 10:55:12 +08:00
|
|
|
OR refer to the parent project, Cinder:
|
2017-07-21 15:42:04 +08:00
|
|
|
https://docs.openstack.org/cinder/latest/
|
2018-06-27 23:01:58 +08:00
|
|
|
Release notes for the project can be found at:
|
|
|
|
https://docs.openstack.org/releasenotes/os-brick
|
2015-04-21 08:17:54 -07:00
|
|
|
|
|
|
|
* License: Apache License, Version 2.0
|
2019-04-23 19:39:24 +08:00
|
|
|
* Source: https://opendev.org/openstack/os-brick
|
2017-07-21 15:42:04 +08:00
|
|
|
* Bugs: https://bugs.launchpad.net/os-brick
|