0b1cde8fa5
Change-Id: I123e6304f2156137408dd4d4909155f0f6043ad0
539 B
539 B
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