deb-glare/devstack
Mike Fedosin 0b1cde8fa5 Devstack plugin
Change-Id: I123e6304f2156137408dd4d4909155f0f6043ad0
2016-09-22 15:03:15 +03:00
..
README.rst Devstack plugin 2016-09-22 15:03:15 +03:00
plugin.sh Devstack plugin 2016-09-22 15:03:15 +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