<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hate to nit pick, but I notice that you’re setting auth_uri to localhost, but auth_host to 10.0.0.1.<div>When I setup services, I specify a bind_host, so that the service is only listening on the interface I want. You may want to verify `lsof -i :5000` to see if 127.0.0.1 is bound, or just for my OCD, set them to the same value.</div><div><br></div><div>Once you’ve done that, try setting debug=true and see if the logs tell you more.</div><div><br><div><div>On Sep 4, 2014, at 12:29 AM, Hossein Zabolzadeh <<a href="mailto:zabolzadeh@gmail.com">zabolzadeh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<br><div class="gmail_quote"><div dir="ltr"><div>After successful installation of both keystone and nova, I tried to execute the 'nova list' command by the folllowing env variables(My Deployment Model is single machine deployment):</div>


<div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=...</div><div>export OS_TENANT_NAME=service</div><div>export OS_AUTH_URL=<a href="http://10.0.0.1:5000/" target="_blank">http://10.0.0.1:5000</a></div><div><br>

</div><div>
But the following unknown error was occurred:</div><div><div>ERROR: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP 300)</div><div><br></div><div>My nova.conf has the following configuration to connect to keystone:</div>


<div><div>[keystone_authtoken]</div><div>auth_uri = localhost:5000</div><div>auth_host = 10.0.0.1</div><div>auth_port = 35357</div><div>auth_protocol = http</div><div>admin_tenant_name = service</div><div>admin_user = nova</div>


<div>admin_password = nova_pass</div><div><br></div><div>How can I solve the problem?</div><div>Thanks in advance.</div></div></div></div></div>
</div><br></div>
_______________________________________________<br>OpenStack-operators mailing list<br><a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators<br></blockquote></div><br></div></body></html>