Release Notes

0.0.0

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.
  • 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.

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.
  • Started using reno for release notes.

Table Of Contents

Previous topic

API Reference

This Page