Merge "Update links"

This commit is contained in:
Zuul 2019-08-01 22:07:23 +00:00 committed by Gerrit Code Review
commit 7f2ca8179e
27 changed files with 39 additions and 27 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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'

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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'

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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