openstack与ceph集成完成后功能测试一. glance对接功能测试上传镜像【success!】1234567891011121314151617181920212223242526# 上传镜像root@localhost:~# openstack image create "cirros-0.4.0-x86_64" --file cirros-0.4.0-x86_64-disk.img --disk-format qcow2 --container-format bare --public# 验证root@localhost:~# glance image-list+--------------------------------------+---------------------+| ID | Name |+--------------------------------------+---------------------+| 73d31ccc-8e ...
