# Manila Generic Backend Source Charm THIS CHARM IS FOR EXPERIMENTAL USE AT PRESENT. This is a new charm for the Manila service and it provides the generic backend plugin configuration. This repository is for the reactive, layered, _source_ charm. Please see the src/README.md for details on the built Manila-generic backend charm and how to use it. ## Building the charm To build the charm run the following command in the root of the repository: ```bash $ tox -e build ``` The resultant built charm will be in the builds directory.