Yoga Series Release Notes

8.0.0

Notes de mises à jours

  • Python 2.7 support has been dropped. Last release of zaqar-ui to support py2.7 is OpenStack Train. The minimum version of Python now supported by zaqar-ui is Python 3.6.

4.0.0

Corrections de bugs

  • [bug/1647995] Fixed queue create/update without metadata modification. When metadata is not modified in queue create/update, the operation had been failed.

3.0.0

Nouvelles fonctionnalités

  • [blueprint purge-queue] Support purge queue. This allows user to purge a queue to remove all the messages and subscriptions.

  • [blueprint post-get-messages] Support post messages and get messages. « Post Messages » and « View Messages » actions are added.

Notes de mises à jours

  • Support python 3.5.

  • Use only tox for test and remove run_tests.sh that is no longer used.

  • Switch theme for documentation from oslosphinx to openstackdocstheme.

  • Use pbr autodoc feature rather than custom logic.

Corrections de bugs

  • [bug/1664374] Use AngularIndexView for queues panel. Also, this fixes to show breadcrumb properly.

2.0.0

Nouvelles fonctionnalités

  • Use initAction() instead initScope(). initScope() is deprecated from Horizon in Ocata and will be removed in Queens.

  • Storage pool flavors management panel is added. This panel is added into Admin dashboard. Also create, update and delete actions are implemeted. Create action is implemented as globalAction, so it is callable from other panels.

  • Storage pools management panel is added. This panel is added into Admin dashboard. Also create, update and delete actions are implemeted. Create action is implemented as globalAction, so it is callable from other panels.

Autres notes

  • Switch to reno for managing release notes.