[Openstack] move VM from openstack to other openstack environment
Satish Patel
satish.txt at gmail.com
Fri Dec 18 21:25:32 UTC 2015
Hi,
We have two openstack running JUNO and KILO, now i am migrating VM
from A to B. I took snapshot of VM and doing following process, but
getting error
A# glance image-download --file snapshot.raw
87896460-18ca-4d50-962c-c74a308d2d20
scp snapshot.raw to B, and trying to import as image. but getting
error. i have tired raw and qcow2 both disk formate but didn't work.
B# glance image-create --file snapshot.raw --name vm01 --disk-format qcow2
<html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<h1>400 Bad Request</h1>
Invalid container format 'None' for image.<br /><br />
</body>
</html> (HTTP 400)
is there any other method?
More information about the Openstack
mailing list