# charm-manila-generic **Repository Path**: mirrors_openstack/charm-manila-generic ## Basic Information - **Project Name**: charm-manila-generic - **Description**: Juju Charm - Manila fileshare generic backend plugin. Mirror of code maintained at opendev.org. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.