7aad32e83e
Unfortunately we missed to complete the trunks panel until the Pike freeze. Since it is incomplete we better disable it by default. The merged part is working though, 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/_1500_project_trunks_panel.py Change-Id: I956c10666f0449478e3489f13d7eff049ad95890 Partially-Implements: blueprint neutron-trunk-ui
12 lines
614 B
YAML
12 lines
614 B
YAML
---
|
|
features:
|
|
- |
|
|
[`blueprint neutron-trunk-ui <https://blueprints.launchpad.net/horizon/+spec/neutron-trunk-ui>`_]
|
|
Add partial support for Neutron Trunks. Since the panel is incomplete
|
|
in Pike, it is disabled by default. It can be enabled in the file
|
|
'openstack_dashboard/enabled/_1500_project_trunks_panel.py'. After
|
|
enabling it the Project/Network/Trunks panel turns on if Neutron
|
|
API extension 'trunk' is available. It displays information about
|
|
trunks. The details page for each trunk also shows information about
|
|
subports of that trunk. Currently supported actions: delete.
|