diff options
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]] |