mogan/devstack
liusheng f4ca7840c8 Change the glance_api_servers to adapt glance started with uwsgi
If deploying glance api servers under uwsgi mode, the endpoint won't
include port in its url. That will broken gate if we config the glance
api url including port.

Change-Id: Id610d6fd3482e6281f498300b3cde7cd45b017bc
Closes-Bug: #1699542
2017-06-27 14:14:45 +08:00
..
plugin.sh Change the glance_api_servers to adapt glance started with uwsgi 2017-06-27 14:14:45 +08:00
README.rst Rename repo name to mogan in devstack 2017-01-13 12:01:43 +08:00
settings Change to use /flavors in URI 2017-04-18 15:36:52 +08:00

Enabling in Devstack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mogan https://git.openstack.org/openstack/mogan
  3. run stack.sh