summaryrefslogtreecommitdiff
path: root/glanceclient/v2/image_schema.py
diff options
context:
space:
mode:
authorKATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>2016-08-19 07:29:49 +0900
committerKATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>2016-08-19 07:31:05 +0900
commit3a109362486dbeb7c0125a5ee183e106f9dacc2a (patch)
treebfa198907e3abdb1f6813d941d4e372b5dc82a0a /glanceclient/v2/image_schema.py
parent5de07c339503c90634e27de342d23276a8833111 (diff)
downloadpython-glanceclient-3a109362486dbeb7c0125a5ee183e106f9dacc2a.tar.gz
Update doc URL
Docs team changed URL for search engine optimization. Change-Id: I68e2a5d666da55722d5ee2fa4aec2326c0de0946
Diffstat (limited to 'glanceclient/v2/image_schema.py')
-rw-r--r--glanceclient/v2/image_schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v2/image_schema.py b/glanceclient/v2/image_schema.py
index 1cc2ec8..d31f0f5 100644
--- a/glanceclient/v2/image_schema.py
+++ b/glanceclient/v2/image_schema.py
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-_doc_url = "http://docs.openstack.org/user-guide/common/cli_manage_images.html" # noqa
+_doc_url = "http://docs.openstack.org/user-guide/common/cli-manage-images.html" # noqa
# NOTE(flaper87): Keep a copy of the current default schema so that
# we can react on cases where there's no connection to an OpenStack
# deployment. See #1481729