deb-glare/devstack
Mike Fedosin 5aba8880d1 Fix devstack deployment
This patch adds two improvements in devstack shell script:

1. Now we use uncommented yaml file for default policies.

2. configure_auth_token_middleware function is used to setup
keystone_authtoken middleware instead of custom implementation.

Closes-bug: #1697686

Change-Id: I5448486019c9ed20a4eb656d48985b5d4958848b
2017-06-13 12:20:14 +00:00
..
README.rst Devstack plugin 2016-09-22 15:03:15 +03:00
plugin.sh Fix devstack deployment 2017-06-13 12:20:14 +00: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