Activity log for bug #1527961

Date Who What changed Old value New value Message
2015-12-20 04:14:06 kexiaodong bug added bug
2015-12-20 04:14:47 kexiaodong kuryr: assignee kexiaodong (kexiaodong)
2015-12-20 04:22:17 kexiaodong description When install kuryr with devstack, current script will use "tox -egenconfig" to generator new sample config file. I try 10 times to use devstack to install kuryr, but the script alway stopped at generator config. The reason is that tox will remote all python library at the first time and then download again. That will be a big problem in those country that public network is not good enough. In those country you always need try again. I think we need change "tox -egenconfig" to "oslo-config-generator --config-file=etc/kuryr-config-generator.conf". So that when you try enough times, you can install kuryr successfully. When install kuryr with devstack, current script will use "tox -egenconfig" to generator new sample config file. I try 10 times to use devstack to install kuryr, but the script alway stopped at generator config. The reason is that tox will remote all python library at the first time and then download again. That will be a big problem in those country that public network is not good enough. In those country you can not download all packages successfully in one time. You always need try again and again. I think we need change "tox -egenconfig" to "oslo-config-generator --config-file=etc/kuryr-config-generator.conf". So that when you try enough times, you can install kuryr successfully.
2015-12-20 05:06:32 OpenStack Infra kuryr: status New In Progress
2015-12-28 03:04:18 OpenStack Infra kuryr: status In Progress Fix Released