summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlvxianguo <lvxianguo@inspur.com>2018-08-15 17:57:53 +0800
committerlvxianguo <lvxianguo@inspur.com>2018-08-16 08:22:42 +0800
commit2b82aedb4d9f346c71b4460f634f49a7f7daafdf (patch)
tree8393256eb7ca652275732046009457582ac5f0d4
parenta757757a106d9ed6c06e5a2f38ed27e77d2221f5 (diff)
downloadpython-glanceclient-2b82aedb4d9f346c71b4460f634f49a7f7daafdf.tar.gz
update doc url to new
Change-Id: I35e03b74f7ef79a0997dfd931f29b20350537189
-rw-r--r--glanceclient/v2/resource_type_schema.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glanceclient/v2/resource_type_schema.py b/glanceclient/v2/resource_type_schema.py
index 8ad04bf..00a071d 100644
--- a/glanceclient/v2/resource_type_schema.py
+++ b/glanceclient/v2/resource_type_schema.py
@@ -25,8 +25,8 @@ BASE_SCHEMA = {
"name": {
"type": "string",
"description": "Resource type names should be aligned with Heat "
- "resource types whenever possible: http://docs."
- "openstack.org/developer/heat/template_guide/"
+ "resource types whenever possible: https://docs."
+ "openstack.org/heat/latest/template_guide/"
"openstack.html",
"maxLength": 80