Current Release Notes

4.0.0

Upgrade Notes

  • Support for providing callables in the formatters argument to the osc_lib.utils.get_dict_properties and osc_lib.utils.get_item_properties helpers, first deprecated in 1.8.0 (December 2017) has now been removed. You must provide subclasses of cliff.columns.FormattableColumn instead.

Deprecation Notes

  • The osc_lib.api.api.BaseAPI class has been deprecated for removal. Consider using openstacksdk instead or vendoring the class into your client.

  • The osc_lib.clientmanager.ClientCache class is deprecated for removal.

  • The osc_lib.utils.get_client_class, osc_lib.utils.wait_for_delete, and osc_lib.utils.wait_for_status helpers are now deprecated. They do not support for openstacksdk-based clients and resource. There is no replacement.

Bug Fixes

  • The osc_lib.utils.env helper will now consistently return a string or None.