diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-03-29 11:32:44 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-03-29 11:32:44 +0100 |
commit | 3f69286ef4b15161febb4a4bae085fb4c2c83bbf (patch) | |
tree | 10679f5b5e712242939a1eba233241fabfec1927 /Installing a devstack plugin.md | |
parent | fe63b70cae6e68adea7b25ad2f04ffc834b4e75f (diff) |
vault backup: 2025-03-29 11:32:44
Diffstat (limited to 'Installing a devstack plugin.md')
-rw-r--r-- | Installing a devstack plugin.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Installing a devstack plugin.md b/Installing a devstack plugin.md new file mode 100644 index 0000000..1220798 --- /dev/null +++ b/Installing a devstack plugin.md @@ -0,0 +1,8 @@ +--- +tags: + - devstack + - openstack +--- +To install a devstack plugin add the corresponding `enable_plugin <name> <giturl> [gitref]` under the `[[local|localrc]]` section. + +This way I successfully installed [[Ceph on devstack]] |