<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>