Pike Series Release Notes

3.0.0

New Features

  • [blueprint stats-list] REST API and Angular service for stats list are added. This allows to implement usage views for cluster and nodes.

  • [blueprint add-ca-rotate] Support rotate certificates. This adds “Rotate Certificate” action for cluster as item action.

  • [blueprint add-rollback-option] Support rollback option in cluster update. This adds checkbox into cluster update dialog for rollback on failure in update.

  • [bug/1570668] To be convinient to input netwok settings, this changes input forms for External Network, Fixed Network and Fixed Subnet in Cluster Template create/update dialogs to pulldowns.

Upgrade Notes

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

Bug Fixes

  • [bug/1694634] When selected Cluster Template doesn’t have Keypair setting, Keypair doesn’t be set properly on Create Cluster dialog. This fixes the issue.