zaqar/devstack
gecong1973 8cf44f278b Fix gate-grenade jenkins failure
The grenade gate sometimes fails with
"keystone did not start". this patch fix it

in grenade log, there are log as follows:
curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}'
http://172.99.67.72:5000/v3/
wait_for_keystone:69 :   die 69 'keystone did not start'
actually, KEYSTONE_AUTH_URI should be http://172.99.67.72/identity/v3
instead of
http://172.99.67.72:5000/v3/ which leads to keystone failure

Change-Id: I116e46ed30f6ce0fbc7b9207cc4f519438df8bc2
2017-09-19 06:43:17 +00:00
..
gate Support cold migration 2017-02-27 01:52:38 +00:00
upgrade Fix gate-grenade jenkins failure 2017-09-19 06:43:17 +00:00
plugin.sh Fix gate-grenade jenkins failure 2017-09-19 06:43:17 +00:00
README.rst Fix links in devstack/README.rst 2016-09-05 21:03:00 -04:00
settings Remove enabled option for CORS 2017-03-30 15:07:24 +08:00

Enabling in Devstack

  1. Download DevStack:

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

    [[local|localrc]]
    enable_plugin zaqar https://git.openstack.org/openstack/zaqar
  3. Run ./stack.sh