Update the documentation links for doc migration

Change-Id: I04de6a4a5b91f45f90c7ad436c810f48f38783e6
This commit is contained in:
chenxing 2017-07-14 09:10:47 +00:00
parent 841625f59c
commit 5aee39c1fc
6 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@ Sahara Style Commandments
==========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Sahara Specific Commandments

View File

@ -45,7 +45,7 @@ than one cloud can be defined in the same file.
Here you can find more information about
`clouds
<http://docs.openstack.org/developer/os-client-config/#config-files>`_
<https://docs.openstack.org/os-client-config/latest/user/configuration.html#config-files>`_
Template variables
------------------

View File

@ -21,8 +21,8 @@ from sahara_tempest_plugin.tests.api import base as dp_base
class ClusterTemplateTest(dp_base.BaseDataProcessingTest):
# Link to the API documentation is http://docs.openstack.org/developer/
# sahara/restapi/rest_api_v1.0.html#cluster-templates
# Link to the API documentation is https://developer.openstack.org/
# api-ref/data-processing/#cluster-templates
@classmethod
def skip_checks(cls):

View File

@ -21,8 +21,8 @@ from sahara_tempest_plugin.tests.api import base as dp_base
class JobBinaryTest(dp_base.BaseDataProcessingTest):
# Link to the API documentation is http://docs.openstack.org/developer/
# sahara/restapi/rest_api_v1.1_EDP.html#job-binaries
# Link to the API documentation is https://developer.openstack.org/
# api-ref/data-processing/#job-binaries
@classmethod
def resource_setup(cls):

View File

@ -21,8 +21,8 @@ from sahara_tempest_plugin.tests.api import base as dp_base
class JobBinaryInternalTest(dp_base.BaseDataProcessingTest):
# Link to the API documentation is http://docs.openstack.org/developer/
# sahara/restapi/rest_api_v1.1_EDP.html#job-binary-internals
# Link to the API documentation is https://developer.openstack.org/
# api-ref/data-processing/#job-binary-internals
@classmethod
def resource_setup(cls):

View File

@ -21,8 +21,8 @@ from sahara_tempest_plugin.tests.api import base as dp_base
class JobTest(dp_base.BaseDataProcessingTest):
# NOTE: Link to the API documentation: http://docs.openstack.org/developer/
# sahara/restapi/rest_api_v1.1_EDP.html#jobs
# NOTE: Link to the API documentation: https://developer.openstack.org/
# api-ref/data-processing/#jobs
@classmethod
def resource_setup(cls):