8cf44f278b
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 |
||
---|---|---|
.. | ||
gate | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack:
$ git clone https://git.openstack.org/openstack-dev/devstack $ cd devstack
Add the following repo as an external repository:
[[local|localrc]] enable_plugin zaqar https://git.openstack.org/openstack/zaqar
Run
./stack.sh