LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

openstack-image

manages virtual machine images in OpenStack Glance

TLDR

List images
$ openstack image list
copy
Show image details
$ openstack image show [ubuntu-22.04]
copy
Create image from file
$ openstack image create --file [image.qcow2] --disk-format qcow2 [image_name]
copy
Delete image
$ openstack image delete [image_name]
copy

SYNOPSIS

openstack image command [options]

DESCRIPTION

openstack image manages virtual machine images in OpenStack Glance. Upload, download, and manage boot images for instances. Part of OpenStack unified CLI.

PARAMETERS

list

List images.
show name
Show image details.
create name
Create/upload image.
delete name
Delete image.
--file path
Image file to upload.
--disk-format format
Disk format (qcow2, raw, vmdk, etc.).
--container-format format
Container format (bare, ovf, etc.).
--public
Make image public.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid