Bug 1513288

Summary: [Docs][RFE][Horizon] Document QoS Dashboard in Horizon
Product: Red Hat OpenStack Reporter: Dan Macpherson <dmacpher>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED WONTFIX QA Contact: RHOS Documentation Team <rhos-docs>
Severity: low Docs Contact:
Priority: medium    
Version: 15.0 (Stein)CC: achernet, amcleod, astillma, athomas, beth.white, dmacpher, igallagh, iovadia, jbuchta, joflynn, mariel, mbarnett, mkaliyam, mrunge, rdopiera, sclewis, srevivo, swilber, tvignaud
Target Milestone: ---Keywords: Documentation, FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/horizon/+spec/network-bandwidth-limiting-qos
Whiteboard: upstream_milestone_pike-3 upstream_definition_approved upstream_status_started
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1287086 Environment:
Last Closed: 2022-03-03 15:42:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1287086, 1476736    
Bug Blocks: 1442136, 1469882    

Comment 3 Alex McLeod 2019-08-07 09:23:14 UTC
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

Comment 4 Beth White 2019-09-12 10:37:49 UTC
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