Catatan Rilis Seri Current

12.0.0.0b2-32

Fitur baru

  • The Network QoS panel allows users to view a list of created network policies. This panel displays a table view of the name, id, description and shared status of each policy.
  • Added a locked status column on admin/project instances table. It will show a locked or unlocked icon if nova 2.9 or above is used. The locked status is also available on instance details panel.

Catatan Upgrade

  • OPENSTACK_ENDPOINT_TYPE setting now has a consistent default value and it defaults to publicURL. If you use the default value, previously (at least Ocata release) Horizon used internalURL for keystone and publicURL for other services. The default value is now publicURL, so if you want horizon to use internalURL to talk with back-end services, ensure to set OPENSTACK_ENDPOINT_TYPE to internalURL.

Perbaikan kerusakan

  • Unnecessary API calls to back-end services are eliminated when checking the quota and usage in individual panels. Each panel checks a resource can be created by retrieving the current quota and usage for the resource. However, the previous implementation retrieves quota and usage of unrelated resources (For example, Nova usage is retrieved when checking a network usage). It can be a performance problem in large deployments. This behavior is now fixed to load quota and usage only for resources which are really required.

12.0.0.0b2

Fitur baru

  • Added a new create_volume setting under the LAUNCH_INSTANCE_DEFAULTS dict. This allows you to set the default value of "Create Volume", when Cinder is available.
  • The available language list is now automatically generated based on the availability of translation message catalogs of languages instead of maintaining the language list manually. If message catalogs (PO files) of some language exist for both django and djangojs domains of horizon and openstack_dashboard, the language will appear in the language list. If you need to change the initial set of languages, set LANGUAGES in local_settings.py.
  • Horizon workflow Step sekarang mendukung metode allowed() untuk menentukan langkah yang harus ditampilkan secara kondisional. Workflow Step class sudah mendukung policy check dan permission mechanism untuk menentukan langkah yang harus ditampilkan, namun allowed() digunakan untuk menunjang kondisi yang lebih kompleks atau dinamis.

Catatan Upgrade

  • Atribut string action_present dan action_past dihapus dari horizon.tables.BatchAction. Metode `` action_present`` dan `` action_past`` * * adalah cara yang disarankan untuk menentukan label aksi untuk BatchAction. Cara resmi memungkinkan kita untuk mendefinisikan string yang lebih lengkap untuk label tindakan dan ini juga memungkinkan penerjemah menerjemahkan lebih fleksibel.
  • [blueprint drop-nova-network] IP mengambang nova-network Horizon dan security groups supports telah dihilangkan dalam rilis Pike. Nova-network telah ditandai sebagai deprecated di Nova dalam rilis Newton dan dukungan Horizon dihapuskan untuk mendukungnya. Neutron sekarang menjadi persyaratan untuk IP mengambang dan kelompok keamanan. Operasi lain pada instance yang dibuat dengan nova-network harus bekerja sama seperti sebelumnya.
  • The settings enable_firewall and enable_vpn which have been deprecated since Juno release are now actually dropped. If you are using these settings to disable FWaaS v1 and VPNaaS dashboards, use REMOVE_PANEL of the Pluggable Panel mechanism <https://docs.openstack.org/developer/horizon/topics/settings.html#pluggable-settings-for-panels> to disable these panels. Note that Horizon checks the availability of FWaaS v1 and/or VPNaaS in your Neutron deploymennt and disables corresponding panels if not available, so in most cases you do not need to take care of the change.

12.0.0.0b1

Fitur baru

  • Gives end-users the ability to create and delete ports in their networks. The functionality will be implemented into the project network details table. Following the discussions in the bug discussion. This functionality will be enabled/disabled via policy. Blueprint can be found at [blueprint network-ports-tenant] Bug can be found at [bug 1399252]
  • The Access & Security panel's tabs have been moved to their own panels for clearer navigation and better performance. API Access is now a top level panel and Key Pairs now resides in the Compute panel group. Floating IPs and Security Groups are now in the Network panel group.
  • Tombol download untuk file OpenStack RC telah ditambahkan ke menu dropdown pengguna di kanan atas Horizon.
  • Menambahkan dukungan lengkap untuk Glance v2 sehingga Horizon tidak lagi tergantung pada kepemilikan endpoint Glance v1 dalam katalog Keystone. Juga menyediakan kompatibilitas kode antara Sekilas v1 dan v2.
  • Menambahkan nilai konfigurasi baru yang disebut IMAGES_ALLOW_LOCATION, yang memungkinkan pengguna untuk mengatur lokasi saat membuat atau memperbarui image. Tergantung pada versi Glance, kemampuan untuk mengatur lokasi dikendalikan oleh kebijakan dan / atau nilai konfigurasi.
  • Now it is possible to enable/disable port security in Horizon, when the port-security extension is available. Note: Neutron allows disabling the port security on a port only when no security groups are associated to it
  • Panel group is introduced in the Admin dashboard to organize admin panels better. Panels in "System" group of Admin dashboard are now categorized into four groups: "Compute", "Volume", "Network" and "System".
  • Securtiy group "Add rule" form now allows to specify 'any' IP protocol and 'any' port number (for TCP and UDP protocols). This feature is available when neutron is used as a networking back-end. You can specify 'any' IP protocol for 'Other Protocol' and -1 means 'any' IP protocol. You can also see All ports choice in 'Open Port' field in case of TCP or UDP protocol is selected.

Isu Dikenal

  • Jika Anda mengatur 'images_panel' ke False untuk opsi ANGULAR_FEATURES (yang tidak default) dan mengkonfigurasi Horizon untuk menggunakan Glance v2, Ramdisk ID dan Kernel ID tidak ditampilkan dengan benar pada layar "Edit Image" .

Catatan Upgrade

  • Horizon is updated to use the same API policy target rules with Nova, if you made any changes to Horizon's old nova policy file before, make sure to apply your specific policy changes to the new Nova policy file used by Horizon.
  • The profile_support setting has been removed from the OPENSTACK_NEUTRON_NETWORK dict, and any usages have been removed from the Horizon code base. If you were relying on this being set by default, you will now need to manually set the value in your plugin/customisation.
  • Variable OPENSTACK_IMAGE_FORMATS harus ditambahkan ke setting REST_API_REQUIRED_SETTINGS di local_settings.py
  • As a result of Admin dashboard reorganization, panel groups of many Admin panels have been changed. Operators who customize Admin panels (for example, disable some Admin panels) through enabled directory need to update panel groups in enabled files. Horizon plugin developers and deployers may also need to update panel configurations under enabled directory to adapt the new Admin menus.

Catatan lain.

  • Glance v2 tidak mendukung fitur copy-from, sehingga fitur ini dinonaktifkan dalam Horizon saat menggunakan Glance v2.
  • Output dari Glance image list API telah berubah antara v1 dan v2 sehingga admin login ke Horizon sekarang akan melihat semua images di cloud di panel Project->Compute->Images