From 3c62c90f45a62e6907f796340f25bde95ddc798c Mon Sep 17 00:00:00 2001 From: zengjianfang Date: Thu, 4 May 2017 15:12:06 +0800 Subject: [PATCH] Use https instead of http in cluster examples Change-Id: I674ec63232216729e953f6f5b11403b56eeb787d --- examples/cluster/policy.py | 2 +- examples/cluster/policy_type.py | 2 +- examples/cluster/profile.py | 2 +- examples/cluster/profile_type.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cluster/policy.py b/examples/cluster/policy.py index 051b838d..0f37820d 100644 --- a/examples/cluster/policy.py +++ b/examples/cluster/policy.py @@ -14,7 +14,7 @@ Managing policies in the Cluster service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html +https://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html """ diff --git a/examples/cluster/policy_type.py b/examples/cluster/policy_type.py index f3bb0369..447ecf26 100644 --- a/examples/cluster/policy_type.py +++ b/examples/cluster/policy_type.py @@ -14,7 +14,7 @@ Managing policy types in the Cluster service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html +https://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html """ diff --git a/examples/cluster/profile.py b/examples/cluster/profile.py index 6f1709fb..0fad312c 100644 --- a/examples/cluster/profile.py +++ b/examples/cluster/profile.py @@ -19,7 +19,7 @@ from examples.connect import SERVER_NAME Managing profiles in the Cluster service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html +https://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html """ diff --git a/examples/cluster/profile_type.py b/examples/cluster/profile_type.py index e1d8ff7f..8a3e9955 100644 --- a/examples/cluster/profile_type.py +++ b/examples/cluster/profile_type.py @@ -14,7 +14,7 @@ Managing profile types in the Cluster service. For a full guide see -http://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html +https://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster.html """