• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/source/H03-May-2022-301161

etc/os-brick/rootwrap.d/H25-Nov-2021-97

os_brick/H25-Nov-2021-23,28017,567

os_brick.egg-info/H03-May-2022-7457

releasenotes/H25-Nov-2021-622488

tools/H25-Nov-2021-518330

.coveragercH A D25-Nov-202193 86

.mailmapH A D25-Nov-202189 43

.stestr.confH A D25-Nov-202165 43

.zuul.yamlH A D25-Nov-20211.8 KiB7064

AUTHORSH A D25-Nov-20216.4 KiB173172

CONTRIBUTING.rstH A D25-Nov-2021603 2011

ChangeLogH A D25-Nov-202126.4 KiB873754

HACKING.rstH A D25-Nov-2021132 53

LICENSEH A D25-Nov-20219.9 KiB177149

PKG-INFOH A D25-Nov-20212.7 KiB7457

README.rstH A D25-Nov-20211.4 KiB5035

pylintrcH A D25-Nov-20211.1 KiB3929

setup.cfgH A D03-May-20221.1 KiB4641

setup.pyH A D25-Nov-2021697 214

tox.iniH A D25-Nov-20214.1 KiB147126

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