glare/devstack
Mike Fedosin f27d396be5 Allow to install python-glareclient from pypi in devstack
Change-Id: I8532fb7c709349868c1160a7e3dcbb5fe3c631dc
2017-06-27 23:41:15 +03:00
..
README.rst Devstack plugin 2016-09-22 15:03:15 +03:00
plugin.sh Allow to install python-glareclient from pypi in devstack 2017-06-27 23:41:15 +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