<div dir="ltr"><div>Release: Icehouse<br><br>Writing a script in python to interact with keystone using v3 API.<br></div>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.<br>
<br>Is 'insecure' still a valid (but perhaps deprecated) input for kwargs in v3 e.g. <br><br><i>from keystoneclient.v3 import client<br>client.Client(username=user,<br>                   password=pass,<br>                    project_name=project,<br>
                    auth_url=authurl,<br>                    insecure=False<br>                    )</i><br><br>or as hinted else where should I be looking to use a session object?  If so, anyone have an example?<br><br>Thanks<br>
Mike<br></div>