glance 可以使用以下参数: ps:这些参数不是100%都需要的我们在上传镜像更加我们需求选择相对应的参数就好了
–id
–name #镜像的名称
–store #储存的镜像上传到
–disk-format
–container-format
–owner
–size #镜像的大小(以bytes表示). 一般只与’–location’和’–copy_from’一起使用。
–min-disk
–min-ram
–location
–file #在创建过程中将要被上传的本地文件(包括硬盘镜像)。另外,镜像也可以通过stdin传递给客户端。
–checksum #被Glance使用的可用于认证的镜像数据的哈希值,在此请提供一个md5校验值。
–copy-from
–is-public [True|False] #表示镜像是否能被公众访问。
–is-protected [True|False] #用于避免镜像被删除。
–property
–human-readable #用对人友好的格式打印镜像的尺寸。
–progress #显示上传的进度条
glance image-create --name samll --disk-format qcow2 --container-format bare --file /root/small.img --is-public yes --is-protected yes --progress
source keystonerc_admin
查看用户在哪个变量下
echo $OS_USERNAME
查看环境变量
keystone help | grep cre
手机扫一扫
移动阅读更方便
你可能感兴趣的文章