Fix missing test-requirement and cleanup docs

This patch adds oslo.serialization to the test-requirements.txt file as it is
used in some tests.
It also fixes the parameter ordering in the api-ref for the new qos parameters
on load balancers.

Change-Id: I0baf00457cb131a05b31ac83c03a7ed4a176160c
This commit is contained in:
Michael Johnson 2018-02-10 14:28:08 -08:00
parent 4955d15c16
commit 4120ad721f
2 changed files with 6 additions and 5 deletions

View File

@ -62,8 +62,8 @@ Response Parameters
- vip_address: vip_address
- vip_network_id: vip_network_id
- vip_port_id: vip_port_id
- vip_subnet_id: vip_subnet_id
- vip_qos_policy_id: vip_qos_policy_id
- vip_subnet_id: vip_subnet_id
Response Example
----------------
@ -171,8 +171,8 @@ Request
- vip_address: vip_address-optional
- vip_network_id: vip_network_id-optional
- vip_port_id: vip_port_id-optional
- vip_subnet_id: vip_subnet_id-optional
- vip_qos_policy_id: vip_qos_policy_id-optional
- vip_subnet_id: vip_subnet_id-optional
Request Example
----------------
@ -208,8 +208,8 @@ Response Parameters
- vip_address: vip_address
- vip_network_id: vip_network_id
- vip_port_id: vip_port_id
- vip_subnet_id: vip_subnet_id
- vip_qos_policy_id: vip_qos_policy_id
- vip_subnet_id: vip_subnet_id
Response Example
----------------
@ -300,8 +300,8 @@ Response Parameters
- vip_address: vip_address
- vip_network_id: vip_network_id
- vip_port_id: vip_port_id
- vip_subnet_id: vip_subnet_id
- vip_qos_policy_id: vip_qos_policy_id
- vip_subnet_id: vip_subnet_id
Response Example
----------------
@ -384,8 +384,8 @@ Response Parameters
- vip_address: vip_address
- vip_network_id: vip_network_id
- vip_port_id: vip_port_id
- vip_subnet_id: vip_subnet_id
- vip_qos_policy_id: vip_qos_policy_id
- vip_subnet_id: vip_subnet_id
Response Example
----------------

View File

@ -8,6 +8,7 @@ flake8-import-order==0.12 # LGPLv3
mock>=2.0.0 # BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
oslo.serialization>=2.18.0,!=2.19.1 # Apache-2.0
pylint==1.4.5 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT