GnomeKeyring errors when installing devstack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
devstack |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When I try to install devstack on a fresh virtual machine using stack.sh, I get 75 mentions of the error
ERROR:root:Could not find any typelib for GnomeKeyring
(for full output from stack.sh, see attached file)
It doesn't appear to be a major error because stack.sh completes successfully. This error was confirmed by another OpenStack contributor akuno (launchpad id).
I also see the same error
ERROR:root:Could not find any typelib for GnomeKeyring
when I run `$ nova image-list`
If I run `$ pip uninstall keyring` as suggested in https:/
I speculate that this Launchpad Openstack bug report might be related:
https:/
My local machine is running Ubuntu 12.04 and I'm installing devstack on a Vagrant/VirtualBox VM also running Ubuntu 12.04.
Changed in devstack: | |
status: | New → Confirmed |
Changed in devstack: | |
status: | Fix Committed → Fix Released |
I meet the same issue too.