f27d396be5
Change-Id: I8532fb7c709349868c1160a7e3dcbb5fe3c631dc |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin glare https://github.com/openstack/glare
Note
To enable installation of glare client from git repo instead of pypi execute a shell command:
export LIBS_FROM_GIT+=python-glareclient
run
stack.sh