Enabling in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstackAdd this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin glare https://github.com/openstack/glareNote
To enable installation of glare client from git repo instead of pypi execute a shell command:
export LIBS_FROM_GIT+=python-glareclientrun
stack.sh