installing devstack gives error
I am installing devstack icehouse on my Ubuntu 14.04 machine. When I run the command ./stack.sh , it ended with an error
--os-image-url http://xxx.xxx.x.xxx:9292 image-create --name cirros-0.3.1-x86_64-uec --is-public True --container-format ami --disk-format ami
<html> <head> <title>400 Bad Request</title> </head> <body>
400 Bad Request
Client disconnected before sending all data to backend</body> </html> (HTTP 400)
- exit_trap
- local r=1 ++ jobs -p
- jobs=
- [[ -n '' ]]
- exit 1
I have tried to reinstall the devstack after running command ./clean.sh. But this error doesn't disappear.
Can anyone suggest the reason behind this issue and how this error can be resolved?
Thanks