From 8d5b3094d5f8dbf405c0128930d521342818b1dc Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 27 Feb 2018 17:07:33 +0100 Subject: [PATCH] v2v: update once more the URL with glance metadata Another year, another URL for them. --- v2v/output_glance.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml index 433b25ea7..ae75ffcc7 100644 --- a/v2v/output_glance.ml +++ b/v2v/output_glance.ml @@ -92,7 +92,7 @@ object "os_type", inspect.i_type; "os_distro", (match inspect.i_distro with - (* http://docs.openstack.org/cli-reference/glance-property-keys.html *) + (* https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html *) | "archlinux" -> "arch" | "sles" -> "sled" | x -> x (* everything else is the same in libguestfs and OpenStack*)