From 52583776f3c0b0c493d33ac607282ec7c182753e Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 11:48:03 +0800 Subject: [PATCH] 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 --- HACKING.rst | 2 +- doc/source/contributors/local.conf | 2 +- doc/source/contributors/testing.rst | 4 ++-- openstack/image/v2/image.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index bfb22b7f..e7627c51 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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/ diff --git a/doc/source/contributors/local.conf b/doc/source/contributors/local.conf index 4aaa56b0..79106dea 100644 --- a/doc/source/contributors/local.conf +++ b/doc/source/contributors/local.conf @@ -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" diff --git a/doc/source/contributors/testing.rst b/doc/source/contributors/testing.rst index dc884a21..32d7419e 100644 --- a/doc/source/contributors/testing.rst +++ b/doc/source/contributors/testing.rst @@ -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 `_. +branch of `DevStack `_. 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 `_. +branch of `DevStack `_. And like the functional tests, the examples tests connect to an OpenStack cloud using `os-client-config `_. See the functional tests instructions for information on setting up DevStack and diff --git a/openstack/image/v2/image.py b/openstack/image/v2/image.py index 5694ce7f..61f970fa 100644 --- a/openstack/image/v2/image.py +++ b/openstack/image/v2/image.py @@ -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")