Hey Beth,
I'm comparing the OSP14 dashboard from our lab to the 15-beta Introduction to the OpenStack Dashboard guide[1]. Assuming that the dashboard is the same (or very similar) from 14 to 15, it looks like there are a few UI elements that are different in the dashboard compared to the documentation, and that this BZ is no longer relevant because the QoS section is not present in the Project -> Network page.
Could you provide wireframes or screenshots, or a live sandbox environment that I could use to update the doc so that it reflects the current state of the dashboard?
Cheers!
Alex
[1]https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/15-beta/html-single/introduction_to_the_openstack_dashboard/index
Hi Alex,
The QoS section needs to be enabled in order to show up. This can be done by adding the following lines in the local.conf
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service q-qos
The panel is a read only panel allowing users to view qos policies created via the CLI (e.g. $ neutron qos-policy-create policy1).
Does that answer your questions?
Thanks,
Beth