some problem about openstack compute nova

Asked by cy

Hi,I installed Openstack Folsom on my PC with Ubuntu 12.04.But I always met some problems when I use the service nova.
For example,here is the nova list output :

root@ubuntu:/etc/init.d# nova list
ERROR:dbus.proxies:Introspect error on :1.22:/org/freedesktop/secrets/aliases/default: dbus.exceptions.DBusException: org.freedesktop.Secret.Error.NoSuchObject: The '/org/freedesktop/secrets/aliases/default' object does not exist
ERROR:dbus.connection:Unable to set arguments ({'org.freedesktop.Secret.Item.Label': 'http://10.108.195.149:5000/v2.0/admin//publicURL/compute// @ novaclient_auth', 'org.freedesktop.Secret.Item.Attributes': {'username': 'http://10.108.195.149:5000/v2.0/admin//publicURL/compute//', 'service': 'novaclient_auth'}}, dbus.Struct((dbus.ObjectPath('/org/freedesktop/secrets/session/s10'), '', dbus.ByteArray('fc8cfbdcc08344b0960109d5eb10b771|http://10.108.195.149:8774/v2/e53f362352fb496d8f6a6c36dfd8e941'), 'text/plain'), signature=None), True) according to signature None: <type 'exceptions.TypeError'>: Expected a string or unicode object
How can I deal with it ?Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
cy
Solved:
Last query:
Last reply:
Revision history for this message
GuoHui Liu (guohliu) said :
#1

It might be a problem of user, are you using su user? have you tried the normal user?
I don't know if it s the same problem but you can try.

Revision history for this message
cy (736732813-r) said :
#2

I installed Openstack Folsom on a server again,and it is ok. Maybe it is a problem only with PC .Thank you !