搜索

3.2.

download PDF

3.2.1. 

流程

  • 例如:

    $ openstack image create --name <name> \
        --is-public true --disk-format <qcow2> \
        --container-format <bare> \
        --file </path/to/image> \
        --property <os_version>=<11.10>

3.2.2. 

3.2.2.1. 

流程

  • $ glance image-create-via-import \
        --container-format <container_format> \
        --disk-format <disk_format> \
        --name <name> \
        --import-method web-download \
        --uri <uri>

验证

  • $ openstack image show <image-id>

3.2.2.2. 

注意

流程

  1. $ glance image-create-via-import \
        --container-format <container-format> \
        --disk-format <disk-format> \
        --name <name> \
        --file </path/to/image>

验证

  • $ openstack image show <image-id>

3.2.3. 

流程

    • $ glance image-create-via-import \
          --disk-format <qcow2> \
          --container-format <bare> \
          --name <name> \
          --visibility public \
          --import-method web-download \
          --uri __<http://server/image.qcow2>__
    • $ glance image-create-via-import \
          --disk-format <qcow2> \
          --container-format <bare>
          --name <name>
          --visibility public
          --file <local_file.qcow2>

3.2.3.1. 

流程

  1. $ qemu-img info <image_id>.qcow2
  2. $ qemu-img convert -p -f qcow2 -O raw <image_id>.qcow2 <image_id>.raw

3.2.3.2. 

$ glance image-create-via-import \
    --disk-format qcow2 \
    --container-format bare \
    --name <name> \
    --visibility public \
    --import-method web-download \
    --uri <http://server/image.qcow2>
注意

3.2.4. 

流程

  • 例如:

    $ openstack image set <image-id> \
        --property <architecture>=<x86_64>

3.2.5. 

流程

  • $ openstack image set <image_id> --hidden 'true'
  • $ openstack image set <image_id> --hidden 'false'
  • $ openstack image list --hidden 'true'

3.2.6. 

流程

  • $ openstack image delete <image-id> [<image-id> ...]
    • 警告

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.