From 7d25db261094d32c01e63f645ef4c8a7b195c431 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Jul 2019 07:05:19 +0200 Subject: [PATCH] Update links The openstacksdk docs are published at docs.o.o, not developer.o.o since quite some time. Fix links to point to current version of docs. Add missing links, thus removing some TODOs. Change-Id: I5e3b4c70bc0875a1dfcc587b60a95258a61b4407 --- examples/clustering/action.py | 2 +- examples/clustering/cluster.py | 2 +- examples/clustering/event.py | 2 +- examples/clustering/node.py | 2 +- examples/clustering/policy.py | 2 +- examples/clustering/policy_type.py | 2 +- examples/clustering/profile.py | 2 +- examples/clustering/profile_type.py | 2 +- examples/clustering/receiver.py | 2 +- examples/compute/create.py | 3 ++- examples/compute/delete.py | 3 ++- examples/compute/find.py | 3 ++- examples/compute/list.py | 3 ++- examples/connect.py | 3 ++- examples/dns/list.py | 3 ++- examples/identity/list.py | 3 ++- examples/image/create.py | 2 +- examples/image/delete.py | 2 +- examples/image/download.py | 2 +- examples/image/import.py | 2 +- examples/image/list.py | 2 +- examples/network/create.py | 3 ++- examples/network/delete.py | 3 ++- examples/network/find.py | 3 ++- examples/network/list.py | 3 ++- examples/network/security_group_rules.py | 3 ++- setup.cfg | 2 +- 27 files changed, 39 insertions(+), 27 deletions(-) diff --git a/examples/clustering/action.py b/examples/clustering/action.py index cdbe7c646..ff0f0b4ed 100644 --- a/examples/clustering/action.py +++ b/examples/clustering/action.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ ACTION_ID = "06ad259b-d6ab-4eb2-a0fa-fb144437eab1" diff --git a/examples/clustering/cluster.py b/examples/clustering/cluster.py index 0c49beb2a..60f06ae19 100644 --- a/examples/clustering/cluster.py +++ b/examples/clustering/cluster.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ CLUSTER_NAME = "Test_Cluster" diff --git a/examples/clustering/event.py b/examples/clustering/event.py index e4f477bc4..e6f18807a 100644 --- a/examples/clustering/event.py +++ b/examples/clustering/event.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ EVENT_ID = "5d982071-76c5-4733-bf35-b9e38a563c99" diff --git a/examples/clustering/node.py b/examples/clustering/node.py index 2ce8a0d99..4217a206e 100644 --- a/examples/clustering/node.py +++ b/examples/clustering/node.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ NODE_NAME = 'Test_Node' diff --git a/examples/clustering/policy.py b/examples/clustering/policy.py index 2f4c3361b..328196fd6 100644 --- a/examples/clustering/policy.py +++ b/examples/clustering/policy.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ diff --git a/examples/clustering/policy_type.py b/examples/clustering/policy_type.py index 2eb72f44a..a5618e418 100644 --- a/examples/clustering/policy_type.py +++ b/examples/clustering/policy_type.py @@ -14,7 +14,7 @@ Managing policy types in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ diff --git a/examples/clustering/profile.py b/examples/clustering/profile.py index ffaf3a6d2..d69fe1996 100644 --- a/examples/clustering/profile.py +++ b/examples/clustering/profile.py @@ -19,7 +19,7 @@ from examples.connect import SERVER_NAME Managing profiles in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ diff --git a/examples/clustering/profile_type.py b/examples/clustering/profile_type.py index fa5403b83..ab84811d5 100644 --- a/examples/clustering/profile_type.py +++ b/examples/clustering/profile_type.py @@ -14,7 +14,7 @@ Managing profile types in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/clustering.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ diff --git a/examples/clustering/receiver.py b/examples/clustering/receiver.py index a0c374925..84c3febe3 100644 --- a/examples/clustering/receiver.py +++ b/examples/clustering/receiver.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -https://developer.openstack.org/sdks/python/openstacksdk/user/guides/cluster.html +https://docs.openstack.org/openstacksdk/latest/user/guides/clustering.html """ FAKE_NAME = 'test_receiver' diff --git a/examples/compute/create.py b/examples/compute/create.py index c04d89814..342421f07 100644 --- a/examples/compute/create.py +++ b/examples/compute/create.py @@ -24,7 +24,8 @@ from examples.connect import SSH_DIR """ Create resources with the Compute service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/compute.html """ diff --git a/examples/compute/delete.py b/examples/compute/delete.py index ba3443147..6fce1a3a2 100644 --- a/examples/compute/delete.py +++ b/examples/compute/delete.py @@ -20,7 +20,8 @@ from examples.connect import SERVER_NAME """ Delete resources with the Compute service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/compute.html """ diff --git a/examples/compute/find.py b/examples/compute/find.py index b009df922..64ca9e355 100644 --- a/examples/compute/find.py +++ b/examples/compute/find.py @@ -15,7 +15,8 @@ import examples.connect """ Find a resource from the Compute service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/compute.html """ diff --git a/examples/compute/list.py b/examples/compute/list.py index 0886f8818..db53e81f3 100644 --- a/examples/compute/list.py +++ b/examples/compute/list.py @@ -13,7 +13,8 @@ """ List resources from the Compute service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/compute.html """ diff --git a/examples/connect.py b/examples/connect.py index ddf781a09..4a4eaa92f 100644 --- a/examples/connect.py +++ b/examples/connect.py @@ -13,7 +13,8 @@ """ Connect to an OpenStack cloud. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/connect_from_config.html """ import argparse diff --git a/examples/dns/list.py b/examples/dns/list.py index 47024801e..50a5e8170 100644 --- a/examples/dns/list.py +++ b/examples/dns/list.py @@ -13,7 +13,8 @@ """ List resources from the DNS service. -For a full guide see TODO(gtema):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/dns.html """ diff --git a/examples/identity/list.py b/examples/identity/list.py index fff73a50f..069480b45 100644 --- a/examples/identity/list.py +++ b/examples/identity/list.py @@ -13,7 +13,8 @@ """ List resources from the Identity service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/identity.html """ diff --git a/examples/image/create.py b/examples/image/create.py index c3d64496b..a80fc33f1 100644 --- a/examples/image/create.py +++ b/examples/image/create.py @@ -16,7 +16,7 @@ from examples.connect import EXAMPLE_IMAGE_NAME Create resources with the Image service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/user/guides/image.html +https://docs.openstack.org/openstacksdk/latest/user/guides/image.html """ diff --git a/examples/image/delete.py b/examples/image/delete.py index 6344bf98a..b3eb290f0 100644 --- a/examples/image/delete.py +++ b/examples/image/delete.py @@ -16,7 +16,7 @@ from examples.connect import EXAMPLE_IMAGE_NAME Delete resources with the Image service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/user/guides/image.html +https://docs.openstack.org/openstacksdk/latest/user/guides/image.html """ diff --git a/examples/image/download.py b/examples/image/download.py index f1611116f..85d92b214 100644 --- a/examples/image/download.py +++ b/examples/image/download.py @@ -16,7 +16,7 @@ import hashlib Download an image with the Image service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/user/guides/image.html +https://docs.openstack.org/openstacksdk/latest/user/guides/image.html """ diff --git a/examples/image/import.py b/examples/image/import.py index ec9c6c67e..277bb6349 100644 --- a/examples/image/import.py +++ b/examples/image/import.py @@ -16,7 +16,7 @@ from examples.connect import EXAMPLE_IMAGE_NAME Create resources with the Image service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/user/guides/image.html +https://docs.openstack.org/openstacksdk/latest/user/guides/image.html """ diff --git a/examples/image/list.py b/examples/image/list.py index 843e5f965..12eecbaa8 100644 --- a/examples/image/list.py +++ b/examples/image/list.py @@ -14,7 +14,7 @@ List resources from the Image service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/user/guides/image.html +https://docs.openstack.org/openstacksdk/latest/user/guides/image.html """ diff --git a/examples/network/create.py b/examples/network/create.py index f89387b8d..1342d7a98 100644 --- a/examples/network/create.py +++ b/examples/network/create.py @@ -13,7 +13,8 @@ """ Create resources with the Network service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/network.html """ diff --git a/examples/network/delete.py b/examples/network/delete.py index 41e7a3bbd..720dfb5be 100644 --- a/examples/network/delete.py +++ b/examples/network/delete.py @@ -13,7 +13,8 @@ """ Delete resources with the Network service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/network.html """ diff --git a/examples/network/find.py b/examples/network/find.py index 1d9005d13..95d3a118b 100644 --- a/examples/network/find.py +++ b/examples/network/find.py @@ -15,7 +15,8 @@ import examples.connect """ Find a resource from the Network service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/network.html """ diff --git a/examples/network/list.py b/examples/network/list.py index ff85e1c27..2cedba5be 100644 --- a/examples/network/list.py +++ b/examples/network/list.py @@ -13,7 +13,8 @@ """ List resources from the Network service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/network.html """ diff --git a/examples/network/security_group_rules.py b/examples/network/security_group_rules.py index b2cf42dda..b6c1533b5 100644 --- a/examples/network/security_group_rules.py +++ b/examples/network/security_group_rules.py @@ -13,7 +13,8 @@ """ Create resources with the Network service. -For a full guide see TODO(etoews):link to docs on developer.openstack.org +For a full guide see +https://docs.openstack.org/openstacksdk/latest/user/guides/network.html """ diff --git a/setup.cfg b/setup.cfg index 532962a52..45d9a23a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = http://developer.openstack.org/sdks/python/openstacksdk/ +home-page = https://docs.openstack.org/openstacksdk/ classifier = Environment :: OpenStack Intended Audience :: Information Technology