Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-04 Thread Jesse Pretorius
Hi Hossein,

openstack-dev is a development mailing list, focused around the future of
OpenStack and the development thereof. I would recommend that you address
your question (with appropriate debug log output) to the
openstack-operators mailing list.

Best regards,

Jesse


On 3 September 2014 21:46, Hossein Zabolzadeh zabolza...@gmail.com wrote:

 Any Idea?


 On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh zabolza...@gmail.com
 wrote:

 Hi,
 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):
 export OS_USERNAME=admin
 export OS_PASSWORD=...
 export OS_TENANT_NAME=service
 export OS_AUTH_URL=http://10.0.0.1:5000

  But the following unknown error was occurred:
 ERROR: attribute 'message' of 'exceptions.BaseException' objects (HTTP
 300)


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-04 Thread Hossein Zabolzadeh
Hi Jesse,
Thanks for your help. I'll continue my discussion under the other related
mailing list.


On Thu, Sep 4, 2014 at 11:23 AM, Jesse Pretorius jesse.pretor...@gmail.com
wrote:

 Hi Hossein,

 openstack-dev is a development mailing list, focused around the future of
 OpenStack and the development thereof. I would recommend that you address
 your question (with appropriate debug log output) to the
 openstack-operators mailing list.

 Best regards,

 Jesse



 On 3 September 2014 21:46, Hossein Zabolzadeh zabolza...@gmail.com
 wrote:

 Any Idea?


 On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh zabolza...@gmail.com
 wrote:

 Hi,
 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):
 export OS_USERNAME=admin
 export OS_PASSWORD=...
 export OS_TENANT_NAME=service
 export OS_AUTH_URL=http://10.0.0.1:5000

  But the following unknown error was occurred:
 ERROR: attribute 'message' of 'exceptions.BaseException' objects (HTTP
 300)


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-03 Thread Hossein Zabolzadeh
Any Idea?


On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh zabolza...@gmail.com
wrote:

 Hi,
 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):
 export OS_USERNAME=admin
 export OS_PASSWORD=...
 export OS_TENANT_NAME=service
 export OS_AUTH_URL=http://10.0.0.1:5000

 But the following unknown error was occurred:
 ERROR: attribute 'message' of 'exceptions.BaseException' objects (HTTP
 300)

 My nova.conf has the following configuration to connect to keystone:
 [keystone_authtoken]
 auth_uri = localhost:5000
 auth_host = 10.0.0.1
 auth_port = 35357
 auth_protocol = http
 admin_tenant_name = service
 admin_user = nova
 admin_password = nova_pass

 How can I solve the problem?
 Thanks in advance.

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev