[Openstack] Keystone v3 API. How to handle insecure option

Michael Hearn mrhearn at gmail.com
Fri Jul 25 13:01:18 UTC 2014


Release: Icehouse

Writing a script in python to interact with keystone using v3 API.
I'm aware that keystone api v2 offered the 'insecure' parameter as an
option in the Client class but after a quick look at the v3 version of
client.py this does not look to be the case anymore.

Is 'insecure' still a valid (but perhaps deprecated) input for kwargs in v3
e.g.







*from keystoneclient.v3 import
clientclient.Client(username=user,
password=pass,                    project_name=project,
auth_url=authurl,                    insecure=False                    )*

or as hinted else where should I be looking to use a session object?  If
so, anyone have an example?

Thanks
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140725/693de502/attachment.html>


More information about the Openstack mailing list