c415181b6c
The QoS panel is not complete and so is being disabled by default. The merged part is working though, and users can view and delete trunks. The panel can be re-enabled by deleting the DISABLED flag from the file enabling the panel: openstack_dashboard/enabled/_1510_project_network_qos_panel.py Implements: blueprint network-bandwidth-limiting-qos Change-Id: I5870885487ceeb2a73752a08945ca7de6ced423b
13 lines
645 B
YAML
13 lines
645 B
YAML
---
|
|
features:
|
|
- >
|
|
[`blueprint network-bandwidth-limiting-qos
|
|
<https://blueprints.launchpad.net/horizon/+spec/network-bandwidth-limiting-qos>`_]
|
|
Add partial support for Network QoS policies. Since the panel is incomplete
|
|
in Pike, it is disabled by default. It can be enabled in the file
|
|
`openstack_dashboard/enabled/_1510_project_network_qos_panel.py`. When
|
|
enabled, this panel allows users to view a list of created network
|
|
policies. This panel displays a table view of the name, description
|
|
and shared status of each policy. The details page for each policy also
|
|
shows information on the associated rules.
|