You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
deb-glare/devstack
Mike Fedosin 5aba8880d1
Fix devstack deployment
6 years ago
..
README.rst Devstack plugin 7 years ago
plugin.sh Fix devstack deployment 6 years ago
settings Fix devstack deployment 6 years ago

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