glance
legacy command-line client for the OpenStack Image service (Glance)
TLDR
SYNOPSIS
glance [options] command [command-options]
DESCRIPTION
glance is the standalone command-line client shipped by python-glanceclient for the OpenStack Image service (Glance), which stores and serves the virtual machine images used to boot Nova instances.It predates the unified openstack CLI and is now considered legacy: OpenStack deployments and documentation direct users toward `openstack image` subcommands for day-to-day image management (see [openstack-image](/man/openstack-image)(1)). The `glance` binary remains available for scripts and environments that still depend on it.
PARAMETERS
image-list
List available images.image-show image-id
Show details for an image.image-create
Create a new image record, optionally uploading data with --file.image-update image-id
Update an image's metadata.image-download image-id
Download image data to a file.image-upload image-id
Upload data for an existing image.image-delete image-id
Delete an image.--file path
Local file to upload or save downloaded data to.--disk-format format
Disk format (raw, qcow2, vmdk, vdi, iso, ami, ...).--container-format format
Container format (bare, ovf, aki, ari, ami, ...).--os-auth-token token
Authentication token, as an alternative to username/password.--os-username user, --os-password pass
OpenStack credentials, also settable via environment variables.--os-image-url url
Glance API endpoint, overriding the service catalog.
INSTALL
CAVEATS
Superseded by `openstack image ...` in current OpenStack releases; new deployments should prefer the unified CLI. Requires OpenStack credentials (via `clouds.yaml`, environment variables, or `--os-*` flags). Large image uploads/downloads can take a long time and are subject to project storage quotas.
HISTORY
Glance was one of the original OpenStack services, launched alongside Nova in the 2010 Austin release, and the `glance` CLI was its dedicated client for years before OpenStack consolidated per-service clients into the single `openstack` command.
SEE ALSO
openstack(1), openstack-image(1), nova(1), qemu-img(1)