From 69498fd22c8f4e478ccdc6fca446a4ac01eadb4e Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 30 Jan 2020 17:22:42 +0100 Subject: [PATCH] Update docs to remove non-production notices Change-Id: I128152598acb9772606f515c365946ff3b48338c --- README.md | 5 ----- src/README.md | 18 ++++-------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6764edc..acf9989 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Manila Source Charm -THIS CHARM IS FOR EXPERIMENTAL USE AT PRESENT. This is a pre-release charm for -the Manila service to enable testing and to inform further development. It -shouldn't be used in production environments yet. Note that the OpenStack -manila service *is* production ready (according to their website). - This repository is for the reactive, layered, [Manila](https://wiki.openstack.org/wiki/Manila) _source_ charm. diff --git a/src/README.md b/src/README.md index 3905197..6341be2 100644 --- a/src/README.md +++ b/src/README.md @@ -1,21 +1,11 @@ # Overview -This charm exists to provide an example for Manila integration, for the purpose -of test and reference. It is not intended for production use in any case. - -It provides the Manila shared file service for an OpenStack Cloud. It -installs a single instance that, on its own, can't be used. +This charm provides the Manila shared file service for an OpenStack Cloud. In order to use the manila charm, a suitable backend charm is needed to -configure a share backend. At the time of writing (Dec 2016) the only backend -charm available for testing is the 'generic backend' charm called -'manila-generic'. This is used to configure a generic fileshare backend that -can implement an NFS server that then uses a cinder backend block storage -service to provide the share instances. - -Without a backend subordinate charm related to the manila-charm there will be -no manila backends configured; the manila charm will be stuck in the blocked -state. +configure a share backend. Without a backend subordinate charm related to +the manila-charm there will be no manila backends configured; the manila charm +will be stuck in the blocked state. ## Manila share backends are configured using subordinate charms