glare/devstack
Mike Fedosin 0388587a78 Enable notification support
Change-Id: I6ccd2a2779ebffa02b4947465d5bfeb6158d414a
2016-10-01 17:17:25 +03:00
..
README.rst Devstack plugin 2016-09-22 15:03:15 +03:00
plugin.sh Enable notification support 2016-10-01 17:17:25 +03:00
settings Devstack plugin 2016-09-22 15:03:15 +03: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