6b67968cbc
This patch adds a possibility to set third-party modules and enable additional artifact types during devstack deployment. Change-Id: I84fcf741f20e061c73515c979d0fe89da460f467 |
||
---|---|---|
.. | ||
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