]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
This adds a README to brick
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 4 Sep 2013 18:39:52 +0000 (11:39 -0700)
committerSean Dague <sdague@linux.vnet.ibm.com>
Wed, 4 Sep 2013 20:08:05 +0000 (16:08 -0400)
We need to let folks know where brick is
currently being maintained for the Havana
release and where to file defects.
Once this simple patch lands, we'll pull this into
the Nova patch.

(fix hacking violation in commit message for the 2nd
time on this patch. To prevent it from blocking the
merge queue on feature freeze day.)

PLEASE DON'T +A PATCHES UNTIL THEY PASS JENKINS CHECK

Change-Id: I5c4569c1c09751d53817ee9577581e530a3a8352

cinder/brick/README.txt [new file with mode: 0644]

diff --git a/cinder/brick/README.txt b/cinder/brick/README.txt
new file mode 100644 (file)
index 0000000..bc26cd1
--- /dev/null
@@ -0,0 +1,9 @@
+Brick is a new library that currently is maintained in Cinder for
+the Havana release.   It will eventually be moved external to Cinder,
+possibly oslo, or pypi.  Any defects found in Brick, should be submitted
+against Cinder and fixed there, then pulled into other projects that
+are using brick.
+
+* Brick is used outside of Cinder and therefore
+  cannot have any dependencies on Cinder and/or
+  it's database.