Comment 26 for bug 1722553

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: openstack command raises exception referencing gi.repository and gnome bug 709183

[Impact]
The openstack CLI interactive shell is unusable. More details in bug description above.

[Test Case]
Install python-openstackclient and attempt to enter the interactive shell:

$ openstack
Exception raised: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject". See: https://bugzilla.gnome.org/show_bug.cgi?id=709183

[Regression Potential]
A similar fix landed in bionic on Jan 2nd and hasn't had any issues so far.

[Discussion]