Changes between Version 4 and Version 5 of linux/OpenStack


Ignore:
Timestamp:
2016/11/01 18:59:17 (8 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/OpenStack

    v4 v5  
    3636 
    3737https://www.rdoproject.org/documentation/domains/ 
     38 
     39== イメージの登録 
     40 
     41http://docs.openstack.org/ja/user-guide/common/cli_manage_images.html 
     42 
     43{{{ 
     44$ openstack image create --name centos63-image --disk-format qcow2 \ 
     45  --container-format bare --is-public True --file ./centos63.qcow2 
     46}}}