v2v: update once more the URL with glance metadata

Another year, another URL for them.
This commit is contained in:
Pino Toscano
2018-02-27 17:07:33 +01:00
parent 95445949f5
commit 8d5b3094d5

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