horizon/openstack_dashboard/test/api_tests
Beth Elwell 12fe351823 Adds basic angular QoS panel to Horizon
This patch adds the QoS panel which displays Neutron QoS policies.
This patch allows read only view of the policies, displaying the name,
id, description and shared status of each policy. Policy actions and
rules to be added in follow-up patches.

To test:
Neutron's QoS plugin must be enabled in your setup.
To enable the QoS plugin in devstack please add the following lines
in the local.conf

    enable_plugin neutron git://git.openstack.org/openstack/neutron
    enable_service q-qos

and rebuild your stack (./stack.sh).

Create some qos policies via CLI (neutron qos-policy-create policy1).
now you can list the policies using this patch.

Based on initial commit: https://review.openstack.org/#/c/247997
Co-Authored-By: Masco <mkaliyam@redhat.com>
Co-Authored-By: Rob Cresswell <robert.cresswell@outlook.com>

Change-Id: If46aeb04879d91a1a9305a94a23cecea2041d378
Implements: blueprint network-bandwidth-limiting-qos
2017-06-13 16:36:29 +01:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
base_tests.py Merge "Properly compare versions in APIVersionManager" 2017-03-02 20:53:15 +00:00
cinder_rest_tests.py Retrieve quota and usage only for quota-enabled resources 2017-05-05 13:53:11 +00:00
cinder_tests.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
config_rest_tests.py Port config_rest_tests to Python 3 2015-09-01 18:35:44 +02:00
fwaas_tests.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
glance_rest_tests.py Support for Glance v2 2016-09-12 11:16:33 -07:00
glance_tests.py Merge "Enable volumes metadata update" 2016-10-03 23:47:31 +00:00
heat_rest_tests.py Add API services for system information 2015-12-16 23:22:20 +00:00
heat_tests.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
keystone_rest_tests.py Add Keystone Groups to REST API 2016-10-11 11:33:37 -07:00
keystone_tests.py py3: Replace unicode with six.text_type 2015-08-27 01:26:02 +02:00
network_rest_tests.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
network_tests.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron_rest_tests.py New readonly panel for trunks 2017-05-24 02:34:33 +00:00
neutron_tests.py Adds basic angular QoS panel to Horizon 2017-06-13 16:36:29 +01:00
nova_rest_tests.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
nova_tests.py Use assertIsNone(...) instead of assertEqual(None, ...). 2017-05-04 10:25:47 +08:00
policy_rest_tests.py Merge "Update Horizon to use latest nova policy rules for validation" 2017-04-05 20:34:46 +00:00
rest_util_tests.py Fix order of arguments in assertEqual 2016-08-16 12:02:45 +07:00
swift_rest_tests.py Merge "Added Server-side filtering for swift UI" 2017-03-29 05:24:49 +00:00
swift_tests.py Merge "Added Server-side filtering for swift UI" 2017-03-29 05:24:49 +00:00
vpnaas_tests.py Fix E128 errors in remaining openstack_dashboard/ 2014-10-16 16:53:52 +09:00