From 3ef5f0f5c0e90de1a74d18e89052691b0e2be266 Mon Sep 17 00:00:00 2001 From: Christopher Aedo Date: Thu, 28 Jan 2016 15:01:52 -0800 Subject: [PATCH] Specify glance v1 API in hint The glance image detail page provides a hint on how to import the image via CLI. The "--copy-from" field works only with v1 API, so the hint should include that as well. Change-Id: I84508d4e20deeb7bb129dc343b3124c3f04bfa56 --- openstack_catalog/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_catalog/templates/index.html b/openstack_catalog/templates/index.html index 7363c2c..af80e64 100644 --- a/openstack_catalog/templates/index.html +++ b/openstack_catalog/templates/index.html @@ -361,7 +361,7 @@
{{if attributes['url']}} glance image-create: - + {{else}} Website where the image can be downloaded: Link...