Merge "[cli-ref] Update python-glanceclient to 2.2.0"
This commit is contained in:
commit
9cf0ee199b
@ -9,7 +9,7 @@ Image service command-line client
|
|||||||
The glance client is the command-line interface (CLI) for
|
The glance client is the command-line interface (CLI) for
|
||||||
the Image service API and its extensions.
|
the Image service API and its extensions.
|
||||||
|
|
||||||
This chapter documents :command:`glance` version ``2.1.0``.
|
This chapter documents :command:`glance` version ``2.2.0``.
|
||||||
|
|
||||||
For help on a specific :command:`glance` command, enter:
|
For help on a specific :command:`glance` command, enter:
|
||||||
|
|
||||||
@ -236,7 +236,7 @@ Create a new image.
|
|||||||
|
|
||||||
``--architecture <ARCHITECTURE>``
|
``--architecture <ARCHITECTURE>``
|
||||||
Operating system architecture as specified in
|
Operating system architecture as specified in
|
||||||
http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html
|
http://docs.openstack.org/user-guide/common/cli_manage_images.html
|
||||||
|
|
||||||
``--protected [True|False]``
|
``--protected [True|False]``
|
||||||
If true, image will not be deletable.
|
If true, image will not be deletable.
|
||||||
@ -268,13 +268,14 @@ Create a new image.
|
|||||||
distributor
|
distributor
|
||||||
|
|
||||||
``--disk-format <DISK_FORMAT>``
|
``--disk-format <DISK_FORMAT>``
|
||||||
Format of the disk Valid values: ami, ari, aki, vhd,
|
Format of the disk Valid values: None, ami, ari, aki,
|
||||||
vmdk, raw, qcow2, vdi, iso
|
vhd, vmdk, raw, qcow2, vdi, iso
|
||||||
|
|
||||||
``--os-distro <OS_DISTRO>``
|
``--os-distro <OS_DISTRO>``
|
||||||
Common name of operating system distribution as
|
Common name of operating system distribution as
|
||||||
specified in http://docs.openstack.org/trunk
|
specified
|
||||||
/openstack-compute/admin/content/adding-images.html
|
in
|
||||||
|
http://docs.openstack.org/user-guide/common/cli_manage_images.html
|
||||||
|
|
||||||
``--id <ID>``
|
``--id <ID>``
|
||||||
An identifier for the image
|
An identifier for the image
|
||||||
@ -290,8 +291,8 @@ Create a new image.
|
|||||||
Amount of ram (in MB) required to boot image.
|
Amount of ram (in MB) required to boot image.
|
||||||
|
|
||||||
``--container-format <CONTAINER_FORMAT>``
|
``--container-format <CONTAINER_FORMAT>``
|
||||||
Format of the container Valid values: ami, ari, aki,
|
Format of the container Valid values: None, ami, ari,
|
||||||
bare, ovf, ova, docker
|
aki, bare, ovf, ova, docker
|
||||||
|
|
||||||
``--property <key=value>``
|
``--property <key=value>``
|
||||||
Arbitrary property to associate with image. May be
|
Arbitrary property to associate with image. May be
|
||||||
@ -529,7 +530,7 @@ Update an existing image.
|
|||||||
|
|
||||||
``--architecture <ARCHITECTURE>``
|
``--architecture <ARCHITECTURE>``
|
||||||
Operating system architecture as specified in
|
Operating system architecture as specified in
|
||||||
http://docs.openstack.org/trunk/openstack-compute/admin/content/adding-images.html
|
http://docs.openstack.org/user-guide/common/cli_manage_images.html
|
||||||
|
|
||||||
``--protected [True|False]``
|
``--protected [True|False]``
|
||||||
If true, image will not be deletable.
|
If true, image will not be deletable.
|
||||||
@ -558,13 +559,14 @@ Update an existing image.
|
|||||||
distributor
|
distributor
|
||||||
|
|
||||||
``--disk-format <DISK_FORMAT>``
|
``--disk-format <DISK_FORMAT>``
|
||||||
Format of the disk Valid values: ami, ari, aki, vhd,
|
Format of the disk Valid values: None, ami, ari, aki,
|
||||||
vmdk, raw, qcow2, vdi, iso
|
vhd, vmdk, raw, qcow2, vdi, iso
|
||||||
|
|
||||||
``--os-distro <OS_DISTRO>``
|
``--os-distro <OS_DISTRO>``
|
||||||
Common name of operating system distribution as
|
Common name of operating system distribution as
|
||||||
specified in http://docs.openstack.org/trunk
|
specified
|
||||||
/openstack-compute/admin/content/adding-images.html
|
in
|
||||||
|
http://docs.openstack.org/user-guide/common/cli_manage_images.html
|
||||||
|
|
||||||
``--owner <OWNER>``
|
``--owner <OWNER>``
|
||||||
Owner of the image
|
Owner of the image
|
||||||
@ -577,8 +579,8 @@ Update an existing image.
|
|||||||
Amount of ram (in MB) required to boot image.
|
Amount of ram (in MB) required to boot image.
|
||||||
|
|
||||||
``--container-format <CONTAINER_FORMAT>``
|
``--container-format <CONTAINER_FORMAT>``
|
||||||
Format of the container Valid values: ami, ari, aki,
|
Format of the container Valid values: None, ami, ari,
|
||||||
bare, ovf, ova, docker
|
aki, bare, ovf, ova, docker
|
||||||
|
|
||||||
``--property <key=value>``
|
``--property <key=value>``
|
||||||
Arbitrary property to associate with image. May be
|
Arbitrary property to associate with image. May be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user