[ansible-project] Re: core.cloud.openstack Error Fetching Image List

2015-12-15 Thread Hugh Ma
Perfect thanks. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible-pr

[ansible-project] Re: core.cloud.openstack Error Fetching Image List

2015-12-15 Thread David Shrewsbury
Seems to have been a glance client bug: https://bugs.launchpad.net/python-glanceclient/+bug/1526254 You can try 'pip install -U requests' which may work around the issue for you until a new glanceclient is released. -Dave On Monday, December 14, 2015 at 3:10:57 PM UTC-5, Hugh Ma wrote: > > >>

[ansible-project] Re: core.cloud.openstack Error Fetching Image List

2015-12-14 Thread Hugh Ma
>>> glanceclient.__version__ '1.2.0' >>> print requests.__version__ 2.2.1 On Friday, December 11, 2015 at 9:08:53 AM UTC-8, David Shrewsbury wrote: > > What version of python-glanceclient and requests do you have installed? > > > -- You received this message because you are subscribed to the Go

[ansible-project] Re: core.cloud.openstack Error Fetching Image List

2015-12-11 Thread David Shrewsbury
What version of python-glanceclient and requests do you have installed? On Thursday, December 10, 2015 at 2:08:47 PM UTC-5, Hugh Ma wrote: > > This is from the inventory script. Everything is fine until it hits glance > to pull the image object. > > Couldn't construct image object > Traceback (

[ansible-project] Re: core.cloud.openstack Error Fetching Image List

2015-12-10 Thread Hugh Ma
This is from the inventory script. Everything is fine until it hits glance to pull the image object. Couldn't construct image object Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/shade/openstackcloud.py", line 254, in _get_client **kwargs) File "/usr/lo