glare/devstack
Mike Fedosin 6b67968cbc Allow to specify custom modules and artifact types in devstack
This patch adds a possibility to set third-party modules
and enable additional artifact types during devstack deployment.

Change-Id: I84fcf741f20e061c73515c979d0fe89da460f467
2017-07-11 19:01:39 +03:00
..
README.rst Devstack plugin 2016-09-22 15:03:15 +03:00
plugin.sh Allow to specify custom modules and artifact types in devstack 2017-07-11 19:01:39 +03:00
settings Fix devstack deployment 2017-06-13 12:20:14 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack:

    git clone https://github.com/openstack-dev/devstack.git
    cd devstack
  2. 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
  3. run stack.sh