现象:环境centos7 openstack版本kilo
nova boot --flavor m1.tiny --image cirros-0.3.4-x86_64 --nic net-id=f309e2cc-05cb-465d-baf4-6b3b446617e9 \
--security-group default --key-name demo-key demo-instance1
出现500错误
Launch instance: ERROR (ClientException): The server has either erred or is incapable of performing the requested operation. (HTTP 500)
可能原因:
kilo版本glance存在bug, 无法创建虚拟机。
解决方法:
必