First time here? Check out the FAQ!
2014-09-07 23:42:59 -0600 | received badge | ● Famous Question (source) |
2014-08-03 14:58:24 -0600 | received badge | ● Notable Question (source) |
2014-08-01 03:29:17 -0600 | received badge | ● Enthusiast |
2014-07-25 01:08:38 -0600 | received badge | ● Popular Question (source) |
2014-07-22 04:28:27 -0600 | commented question | Devstack installation fails with a message:ERROR: openstackclient.shell Exception raised: requests>=1.1 I am able to resolve it.. Not sure about the exact solution as I tried many ways.. Mostly due to Permission issue. |
2014-07-22 04:26:53 -0600 | asked a question | Cinder configuration in eclipse Hi, I tried to configure the cinder in eclipse for local debugging. I am able to start the service with eclipse but not able to hit the breakpoint. |
2014-06-10 08:32:13 -0600 | received badge | ● Famous Question (source) |
2014-06-09 07:13:29 -0600 | received badge | ● Editor (source) |
2014-06-09 06:39:50 -0600 | received badge | ● Notable Question (source) |
2014-06-08 23:35:59 -0600 | received badge | ● Popular Question (source) |
2014-06-06 07:01:20 -0600 | asked a question | 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 |