更改以创建镜像的属性  glance image-update img-uuid --property architecture=arm --property
hypervisor_type=qemu

Commercial Interest Reference Rates

canonical maintain

\
\
vhd
 
 auto_disk_config=True is set as a property on the image in the image registry  (Compute service automatically adjusts the partition
and file system for your instance on boot)
 
sudo yum install libguestfs-tools

On Debian/Ubuntu:

sudo apt-get install libguestfs-tools

Open a disk image:

guestfish --ro -i -a disk.img

1, use `qemu-img` create empty image
qemu-img create -f qcow2 /data/ruiy-centos-6.4.qcow2 15G
openStack images概念及维护

2, use virt-install start up a virtual machine
openStack images概念及维护

openStack images概念及维护
显示虚拟机的vnc
virsh vncdisplay VMI_id
openStack images概念及维护
permission defined
权限对ssh password less的正确配置是至关重要的
一般~/.ssh/下的所有文件的权限为700
~/.ssh的上一级目录的权限为751
如果权限配置不正确,你的ssh password less是搞不定 的!




相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2021-06-24
  • 2022-01-21
  • 2022-12-23
  • 2021-04-12
  • 2021-11-02
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2021-10-26
  • 2021-11-02
  • 2021-08-06
  • 2021-06-10
相关资源
相似解决方案