CentOS 6 devstack installation stopping at git clone
I keep having problems installing devstack but I have gotten further and further. I had to change from git:// to https:// in stackrc. Currently the stack.sh script is stopping here:
- git_timed clone https://www.github.com/openstack/keys... /opt/stack/keystone
- local count=0
- local timeout=0
- [[ -n 0 ]]
- timeout=0
- timeout -s SIGINT 0 git clone https://www.github.com/openstack/keys... /opt/stack/keystone Initialized empty Git repository in /opt/stack/keystone/.git/