Devstack installation fails with a message:ERROR: openstackclient.shell Exception raised: requests>=1.1
When i tried to install ICEHOUSE , i got struck up with this error.
last few lines of ./stack.sh Waiting for keystone to start... + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -k -s http://127.0.0.1:5000/v2.0/ >/dev/nu + is_service_enabled tls-proxy ++ set +o ++ grep xtrace + local 'xtrace=set -o xtrace' + set +o xtrace + return 1 + SERVICE_ENDPOINT=http://127.0.0.1:35357/v2.0 + is_service_enabled tls-proxy ++ set +o ++ grep xtrace + local 'xtrace=set -o xtrace' + set +o xtrace + return 1 + export OS_TOKEN=akil + OS_TOKEN=akil + export OS_URL=http://127.0.0.1:35357/v2.0 + OS_URL=http://127.0.0.1:35357/v2.0 + create_keystone_accounts ++ openstack project create admin ++ get_field 2 ++ read data ++ grep ' id ' ERROR: openstackclient.shell Exception raised: requests>=1.1 + ADMIN_TENANT= ++ openstack user create admin --project '' --email admin@example.com --password supersecret ++ grep ' id ' ++ get_field 2 ++ read data ERROR: openstackclient.shell Exception raised: requests>=1.1 + ADMIN_USER= ++ openstack role create admin ++ grep ' id ' ++ get_field 2 ++ read data ERROR: openstackclient.shell Exception raised: requests>=1.1 + ADMIN_ROLE= + openstack role add --project --user ERROR: openstackclient.shell Exception raised: requests>=1.1 + exit_trap + local r=1 ++ jobs -p + jobs= + [[ -n '' ]] + kill_spinner + '[' '!' -z '' ']' + exit 1
Edit the question and add more details please. This is not enough for anyone to give you any useful suggestion.
Please provide more info. Provide the last 20 lines of the stack.sh's output
I am also having same problem.How to resolve by you?? Thank you
jagan, Please try the answer below and then ask further question.
I am able to resolve it.. Not sure about the exact solution as I tried many ways.. Mostly due to Permission issue.