# charm-manila **Repository Path**: mirrors_openstack/charm-manila ## Basic Information - **Project Name**: charm-manila - **Description**: Juju Charm - Manila fileshare service. 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 Source Charm This repository is for the reactive, layered, [Manila](https://wiki.openstack.org/wiki/Manila) _source_ charm. Please see the src/README.md for details on the built Manila 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. ## Development/Hacking of the charm Please see HACKING.md in this directory.