From 48d735cc1bec3b842d06a72992dc36c8799af381 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 8 Oct 2019 21:54:39 -0400 Subject: Update all redirected links in Dovetail docs The pod ld-build2 only has python 3.6 installed, so change the tox env to be 3.6 Other pods has python 3.5 to verify pep8, py35 ... Change-Id: I0289d7ce96ffa49dd08ce4b855fe071a5e608cbf Signed-off-by: xudan --- .../user/testspecification/tempest_network_api/index.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/testing/user/testspecification/tempest_network_api/index.rst') diff --git a/docs/testing/user/testspecification/tempest_network_api/index.rst b/docs/testing/user/testspecification/tempest_network_api/index.rst index ccbe8e0a..31ec6763 100644 --- a/docs/testing/user/testspecification/tempest_network_api/index.rst +++ b/docs/testing/user/testspecification/tempest_network_api/index.rst @@ -29,42 +29,42 @@ These runtime operations may include that create, list, verify or delete: References ========== -`Networks: `_ +`Networks: `_ - create network - delete network -`Routers and interface: `_ +`Routers and interface: `_ - create router - update router - delete router - add interface to router -`Subnets: `_ +`Subnets: `_ - create subnet - update subnet - delete subnet -`Subnetpools: `_ +`Subnetpools: `_ - create subnetpool - update subnetpool - delete subnetpool -`Ports: `_ +`Ports: `_ - create port - update port - delete port -`Floating IPs: `_ +`Floating IPs: `_ - create floating IP - delete floating IP -`Api Versions `_ +`Api Versions `_ - list version - show version @@ -127,4 +127,4 @@ OVP test suite. - tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools `API Version Resources test `_ - - tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources \ No newline at end of file + - tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources -- cgit