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: > > >>> 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 Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7dc9985b-3596-4c1e-b3c3-96d8f7d428b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
