[openstack-dev] [OpenStack][DevStack] Failed to install OpenStack with DevStack

2014-07-02 Thread Jay Lau
Hi, Does any one encounter this error when install devstack? How did you resolve this issue? + [[ 1 -ne 0 ]] + echo 'Error on exit' Error on exit + ./tools/worlddump.py -d usage: worlddump.py [-h] [-d DIR] worlddump.py: error: argument -d/--dir: expected one argument 317.292u 180.092s 14:40.93

Re: [openstack-dev] [OpenStack][DevStack] Failed to install OpenStack with DevStack

2014-07-02 Thread Ken'ichi Ohmichi
Hi Jay, I faced the same problem and can pass it with adding the following line into localrc: LOGFILE=/opt/stack/logs/stack.sh.log Thanks Ken'ichi Ohmichi --- 2014-07-02 14:58 GMT+09:00 Jay Lau jay.lau@gmail.com: Hi, Does any one encounter this error when install devstack? How did you

Re: [openstack-dev] [OpenStack][DevStack] Failed to install OpenStack with DevStack

2014-07-02 Thread Eli Qiao(Li Yong Qiao)
? 2014/7/2 13:58, Jay Lau ??: Hi, Does any one encounter this error when install devstack? How did you resolve this issue? + [[ 1 -ne 0 ]] + echo 'Error on exit' Error on exit + ./tools/worlddump.py -d usage: worlddump.py [-h] [-d DIR] worlddump.py: error: argument -d/--dir: expected one

Re: [openstack-dev] [OpenStack][DevStack] Failed to install OpenStack with DevStack

2014-07-02 Thread Jay Lau
Thanks Ken'ichi, its working for me ;-) Eli, perhaps you can try again as Ken'ichi's solution. 2014-07-02 14:35 GMT+08:00 Ken'ichi Ohmichi ken1ohmi...@gmail.com: Hi Jay, I faced the same problem and can pass it with adding the following line into localrc: