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
This commit is contained in:
parent
a88328e90e
commit
7d25db2610
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user