<div dir="ltr">Hi,<div style>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 style><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">http://10.0.0.1:5000</a></div><div><br></div><div style>
But the following unknown error was occurred:</div><div style><div>ERROR: <attribute 'message' of 'exceptions.BaseException' objects> (HTTP 300)</div><div><br></div><div style>My nova.conf has the following configuration to connect to keystone:</div>
<div style><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 style>How can I solve the problem?</div><div style>Thanks in advance.</div></div></div></div></div>