zaqar/devstack/upgrade
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
..
resource.sh Support cold migration 2017-02-27 01:52:38 +00:00
settings Support cold migration 2017-02-27 01:52:38 +00:00
shutdown.sh Support cold migration 2017-02-27 01:52:38 +00:00
upgrade.sh Fix gate-grenade jenkins failure 2017-09-19 06:43:17 +00:00