v2v: update once more the URL with glance metadata

Another year, another URL for them.

(cherry picked from commit 8d5b3094d5)
This commit is contained in:
Pino Toscano
2018-02-27 17:07:33 +01:00
committed by Richard W.M. Jones
parent 34e0ebba8c
commit f7df2acc66

View File

@@ -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*)