Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ajaeger committed Jul 30, 2019
1 parent a88328e commit 7d25db2
Show file tree
Hide file tree
Showing 27 changed files with 39 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/clustering/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/policy_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/profile_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/clustering/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion examples/compute/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"""
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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/compute/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"""
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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/compute/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"""
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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/compute/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion examples/dns/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/identity/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/image/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/image/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/image/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/image/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
"""


Expand Down
2 changes: 1 addition & 1 deletion examples/image/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/network/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/network/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/network/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"""
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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/network/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
3 changes: 2 additions & 1 deletion examples/network/security_group_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = [email protected]
home-page = http://developer.openstack.org/sdks/python/openstacksdk/
home-page = https://docs.openstack.org/openstacksdk/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Expand Down

0 comments on commit 7d25db2

Please sign in to comment.