You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
src | 3 weeks ago | |
unit_tests | 5 months ago | |
.gitignore | 3 weeks ago | |
.gitreview | 3 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 3 weeks ago | |
HACKING.md | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
TODO.md | 6 years ago | |
build-requirements.txt | 4 months ago | |
charmcraft.yaml | 3 weeks ago | |
metadata.yaml | 4 months ago | |
osci.yaml | 3 weeks ago | |
pip.sh | 8 months ago | |
rebuild | 8 months ago | |
rename.sh | 4 months ago | |
requirements.txt | 3 weeks ago | |
test-requirements.txt | 4 months ago | |
tox.ini | 3 weeks ago |
README.md
Manila Source Charm
This repository is for the reactive, layered, 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:
$ 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.