From a4d8f761639d63172814a593a32da4167150c600 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 10 Jan 2020 08:37:54 -0600 Subject: [PATCH] Add note that block-box is not supported The block-box files were added to show a proof of concept for running Cinder as a containerized service and has not been maintained. Some of the files may still be useful for someone that is looking for some pointers on how to do this, but there are other projects now that are focused on containerizing OpenStack services. This adds a note to the README to make it clear it is not supported. Closes-bug: #1859158 Change-Id: I36c23cc0f61d67e70fe6302c2d0d2501959b28fc Signed-off-by: Sean McGinnis --- contrib/block-box/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/block-box/README.md b/contrib/block-box/README.md index 6895955714e..54c5c0ff92c 100644 --- a/contrib/block-box/README.md +++ b/contrib/block-box/README.md @@ -1,6 +1,12 @@ # block-box Standalone Cinder Containerized using Docker Compose +** This was a proof of concept for running Cinder services in containers +and is no longer supported.** + +There are several projects that support containerized services now. A good +place to start may be the [LOCI Project](https://opendev.org/openstack/loci). + ## Cinder Provides Block Storage as a service as part of the OpenStack Project. This project deploys Cinder in containers using docker-compose and