Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
doc/source/ | H | 03-May-2022 | - | 301 | 161 | |
etc/os-brick/rootwrap.d/ | H | 25-Nov-2021 | - | 9 | 7 | |
os_brick/ | H | 25-Nov-2021 | - | 23,280 | 17,567 | |
os_brick.egg-info/ | H | 03-May-2022 | - | 74 | 57 | |
releasenotes/ | H | 25-Nov-2021 | - | 622 | 488 | |
tools/ | H | 25-Nov-2021 | - | 518 | 330 | |
.coveragerc | H A D | 25-Nov-2021 | 93 | 8 | 6 | |
.mailmap | H A D | 25-Nov-2021 | 89 | 4 | 3 | |
.stestr.conf | H A D | 25-Nov-2021 | 65 | 4 | 3 | |
.zuul.yaml | H A D | 25-Nov-2021 | 1.8 KiB | 70 | 64 | |
AUTHORS | H A D | 25-Nov-2021 | 6.4 KiB | 173 | 172 | |
CONTRIBUTING.rst | H A D | 25-Nov-2021 | 603 | 20 | 11 | |
ChangeLog | H A D | 25-Nov-2021 | 26.4 KiB | 873 | 754 | |
HACKING.rst | H A D | 25-Nov-2021 | 132 | 5 | 3 | |
LICENSE | H A D | 25-Nov-2021 | 9.9 KiB | 177 | 149 | |
PKG-INFO | H A D | 25-Nov-2021 | 2.7 KiB | 74 | 57 | |
README.rst | H A D | 25-Nov-2021 | 1.4 KiB | 50 | 35 | |
pylintrc | H A D | 25-Nov-2021 | 1.1 KiB | 39 | 29 | |
setup.cfg | H A D | 03-May-2022 | 1.1 KiB | 46 | 41 | |
setup.py | H A D | 25-Nov-2021 | 697 | 21 | 4 | |
tox.ini | H A D | 25-Nov-2021 | 4.1 KiB | 147 | 126 |
README.rst
1======================== 2Team and repository tags 3======================== 4 5.. image:: https://governance.openstack.org/tc/badges/os-brick.svg 6 :target: https://governance.openstack.org/tc/reference/tags/index.html 7 8.. Change things from this point on 9 10===== 11brick 12===== 13 14.. image:: https://img.shields.io/pypi/v/os-brick.svg 15 :target: https://pypi.org/project/os-brick/ 16 :alt: Latest Version 17 18.. image:: https://img.shields.io/pypi/dm/os-brick.svg 19 :target: https://pypi.org/project/os-brick/ 20 :alt: Downloads 21 22OpenStack Cinder brick library for managing local volume attaches 23 24 25Features 26-------- 27 28* Discovery of volumes being attached to a host for many transport protocols. 29* Removal of volumes from a host. 30 31Hacking 32------- 33 34Hacking on brick requires Python 3.6+. A recent tox is required, as is a recent 35virtualenv (20.2.2 or newer). 36 37If "tox -e py34" fails with the error "db type could not be determined", remove 38the .testrepository/ directory and then run "tox -e py34". 39 40For any other information, refer to the developer documents: 41 https://docs.openstack.org/os-brick/latest/ 42OR refer to the parent project, Cinder: 43 https://docs.openstack.org/cinder/latest/ 44Release notes for the project can be found at: 45 https://docs.openstack.org/releasenotes/os-brick 46 47* License: Apache License, Version 2.0 48* Source: https://opendev.org/openstack/os-brick 49* Bugs: https://bugs.launchpad.net/os-brick 50