https://github.com/openstack/charm-manila-generic
Juju Charm - Manila fileshare generic backend plugin. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-manila-generic
Last synced: about 1 year ago
JSON representation
Juju Charm - Manila fileshare generic backend plugin. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-manila-generic
- Owner: openstack
- License: apache-2.0
- Created: 2016-10-31T21:24:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T15:46:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T18:50:08.258Z (almost 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-manila-generic
- Size: 217 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.