From: Walter A. Boring IV Date: Wed, 4 Sep 2013 18:39:52 +0000 (-0700) Subject: This adds a README to brick X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=04e3c531f718ae83e61c6498a04f6ed7d96632c6;p=openstack-build%2Fcinder-build.git This adds a README to brick 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 --- diff --git a/cinder/brick/README.txt b/cinder/brick/README.txt new file mode 100644 index 000000000..bc26cd11b --- /dev/null +++ b/cinder/brick/README.txt @@ -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.