cctrl# . ~/.profile
cctrl# export OS_USERNAME=glance cctrl# export OS_PASSWORD=services-password cctrl# export OS_TENANT_NAME=service cctrl# export OS_AUTH_URL=http://localhost:5000/v2.0 cctrl# glance image-create --container-format bare --disk-format raw --is-public true \ --property architecture=sparc64 --property hypervisor_type=ldoms \ --property vm_mode=ldoms --name "image-description" < /var/tmp/SE Oracle Solaris-version-name.img
Par exemple, la commande suivante télécharge une image d'Oracle Solaris 11.3 :
cctrl# glance image-create --container-format bare --disk-format raw --is-public true \ --property architecture=sparc64 --property hypervisor_type=ldoms \ --property vm_mode=ldoms --name "LDom: Solaris 11.3" < /var/tmp/solaris11.3.img