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
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to