Kilo 시리즈 릴리즈 노트

키 새로운 기능

  • Support for Federated authentication via Web Single-Sign-On – When configured in keystone, the user will be able to choose the authentication mechanism to use from those support by the deployment. This feature must be enabled by changes to local_settings.py to be utilized. The related settings to enable and configure can be found here.

  • Support for Theming – A simpler mechanism to specify a custom theme for Horizon has been included. Allowing for use of CSS values for Bootstrap and Horizon variables, as well as the inclusion of custom CSS. More details available here

  • Sahara UX Improvements – Dramatic improvements to the Sahara user experience have been made with the addition of guided cluster creation and guided job creation pages.

  • Launch Instance Wizard (beta) – A full replacement for the launch instance workflow has been implemented in AngularJS to address usability issues in the existing launch instance workflow. Due to the late inclusion date and limited testing, this feature is marked as beta for Kilo and not enabled by default. To use the new workflow, the following change to local_settings.py is required: LAUNCH_INSTANCE_NG_ENABLED = True. Additionally, you can disable the default launch instance wizard with the following: LAUNCH_INSTANCE_LEGACY_ENABLED = False. This new work is a view into future development in Horizon.

  • Nova

    • 하이퍼바이저에서 비활성화/활성화 서비스 수락

    • 호스트에서 모든 인스턴스 마이그레이션

    • Expose serial console

  • Cinder

    • 기본적인 Cinder v2

    • Managed/Unmanaged volume support – allows admin to manage existing volumes not managed by cinder, as well as unmanage volumes

    • 프로젝트간 볼륨 이전 지원

    • 볼륨 암호화 메타데이터 지원

  • Glance

    • View added to allow administrators to view/add/update Glance Metadata definitions

  • Heat

    • 스택 템플릿 뷰

    • Orchestration 리소스 패널

    • Suspend/Resume actions for Stacks

    • Preview Stack view allows users to preview stacks specified in templates before creating them.

  • Trove

    • Resizing of Trove instances – changing instance flavor

  • Ceilometer

    • Display IPMI meters values from Ceilometer

  • New Reusable AngularJS widgets in Horizon:

    • AngularJS 테이블 구현

      • 테이블 그리기 – 확장 가능한 테이블 내용

      • 향상된 클라이언트/서버 검색

    • 테이블 위젯 전송

  • Horizon을 위한 웹 루트를 ‘/’ 를 벗어나 구성 가능

알려진 이슈

업그레이드 노트

  • Django 1.7을 이제 지원합니다.