520a9ca556
The stack.sh has a loop to wait for keystone to start. But the output of wget tool has been globalized which means it won't return the English word 'refused' on Non-English environment even the keystone is not up. So the script will assume the keystone has been started and continue. The command of keystone tenant-create always failed immediately after skipping this loop since it require keystone to be started to authenticate. That's why you can see authentication error in the log because the tenant information was not correctly set up. Fix bug 978739 Change-Id: Ia4ebe6ad0f9b5a886de48a4bea7c2aebff420dad
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
Aaron Lee <aaron.lee@rackspace.com>
|
|
Adam Gandelman <adamg@canonical.com>
|
|
Andy Smith <github@anarkystic.com>
|
|
Anthony Young <sleepsonthefloor@gmail.com>
|
|
Armando Migliaccio <armando.migliaccio@eu.citrix.com>
|
|
Brad Hall <brad@nicira.com>
|
|
Chmouel Boudjnah <chmouel@chmouel.com>
|
|
Dean Troyer <dtroyer@gmail.com>
|
|
Devin Carlen <devin.carlen@gmail.com>
|
|
Eddie Hebert <edhebert@gmail.com>
|
|
Eoghan Glynn <eglynn@redhat.com>
|
|
Gabriel Hurley <gabriel@strikeawe.com>
|
|
Hengqing Hu <hudayou@hotmail.com>
|
|
Hua ZHANG <zhuadl@cn.ibm.com>
|
|
Jake Dahn <admin@jakedahn.com>
|
|
James E. Blair <james.blair@rackspace.com>
|
|
Jason Cannavale <jason.cannavale@rackspace.com>
|
|
Jay Pipes <jaypipes@gmail.com>
|
|
Jesse Andrews <anotherjesse@gmail.com>
|
|
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
|
|
Josh Kearney <josh@jk0.org>
|
|
Justin Shepherd <galstrom21@gmail.com>
|
|
Ken Pepple <ken.pepple@rabbityard.com>
|
|
Kiall Mac Innes <kiall@managedit.ie>
|
|
Russell Bryant <rbryant@redhat.com>
|
|
Scott Moser <smoser@ubuntu.com>
|
|
Todd Willey <xtoddx@gmail.com>
|
|
Tres Henry <tres@treshenry.net>
|
|
Vishvananda Ishaya <vishvananda@gmail.com>
|
|
Yun Mao <yunmao@gmail.com>
|
|
Yong Sheng Gong <gongysh@cn.ibm.com>
|
|
Zhongyue Luo <lzyeval@gmail.com>
|