Update external links which have moved
The developer docs seem to have moved so this updates any references to docs.openstack.org/developer Change-Id: Ie622b9514dfffc0bbf5ed553f38f0b736d698a64
This commit is contained in:
parent
2e3ad0ff7e
commit
52583776f3
@ -1,4 +1,4 @@
|
||||
python-openstacksdk Style Commandments
|
||||
======================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -57,7 +57,7 @@ enable_service h-api-cw
|
||||
|
||||
# Automatically download and register a VM image that Heat can launch
|
||||
# For more information on Heat and DevStack see
|
||||
# http://docs.openstack.org/developer/heat/getting_started/on_devstack.html
|
||||
# https://docs.openstack.org/heat/latest/getting_started/on_devstack.html
|
||||
IMAGE_URL_SITE="http://download.fedoraproject.org"
|
||||
IMAGE_URL_PATH="/pub/fedora/linux/releases/25/CloudImages/x86_64/images/"
|
||||
IMAGE_URL_FILE="Fedora-Cloud-Base-25-1.3.x86_64.qcow2"
|
||||
|
@ -41,7 +41,7 @@ The functional tests assume that you have a public or private OpenStack cloud
|
||||
that you can run the tests against. The tests must be able to be run against
|
||||
public clouds but first and foremost they must be run against OpenStack. In
|
||||
practice, this means that the tests should initially be run against a stable
|
||||
branch of `DevStack <http://docs.openstack.org/developer/devstack/>`_.
|
||||
branch of `DevStack <https://docs.openstack.org/devstack/latest/>`_.
|
||||
|
||||
DevStack
|
||||
********
|
||||
@ -111,7 +111,7 @@ Examples Tests
|
||||
Similar to the functional tests, the examples tests assume that you have a
|
||||
public or private OpenStack cloud that you can run the tests against. In
|
||||
practice, this means that the tests should initially be run against a stable
|
||||
branch of `DevStack <http://docs.openstack.org/developer/devstack/>`_.
|
||||
branch of `DevStack <https://docs.openstack.org/devstack/latest/>`_.
|
||||
And like the functional tests, the examples tests connect to an OpenStack cloud
|
||||
using `os-client-config <http://git.openstack.org/cgit/openstack/os-client-config/tree/README.rst>`_.
|
||||
See the functional tests instructions for information on setting up DevStack and
|
||||
|
@ -124,7 +124,7 @@ class Image(resource2.Resource):
|
||||
metadata = resource2.Body('metadata', type=dict)
|
||||
|
||||
# Additional Image Properties
|
||||
# http://docs.openstack.org/developer/glance/common-image-properties.html
|
||||
# https://docs.openstack.org/glance/latest/user/common-image-properties.html
|
||||
# http://docs.openstack.org/cli-reference/glance-property-keys.html
|
||||
#: The CPU architecture that must be supported by the hypervisor.
|
||||
architecture = resource2.Body("architecture")
|
||||
|
Loading…
x
Reference in New Issue
Block a user