Mitaka Series Release Notes¶
1.16.0¶
New Features¶
Added kwargs and argparse processing for session_client.
Deprecation Notes¶
Renamed simple_client to session_client. simple_client will remain as an alias for backwards compat.
1.15.0¶
Prelude¶
Swiftclient instantiation now provides authentication information so that long lived swiftclient objects can reauthenticate if necessary. This should be a temporary situation until swiftclient supports keystoneauth sessions at which point os-client-config will instantiate swiftclient with a keystoneauth session.
New Features¶
Swiftclient instantiation now provides authentication information so that long lived swiftclient objects can reauthenticate if necessary.
Add support for explicit v2password auth type.
Add SSL support to VEXXHOST vendor profile.
Add zetta.io cloud vendor profile.
Bug Fixes¶
Fix bug where project_domain_{name,id} was set even if project_{name,id} was not set.
Other Notes¶
HPCloud vendor profile removed due to cloud shutdown.
RunAbove vendor profile removed due to migration to OVH.
1.14.0¶
Other Notes¶
Started using reno for release notes.