python2-glance

Client library for Openstack glance server - Python 2.x

Install

All systems
curl cmd.cat/python2-glance.sh
Debian Debian
apt-get install python-glanceclient
Ubuntu
apt-get install python-glanceclient
Arch Arch Linux
pacman -S python-glanceclient
image/svg+xml Kali Linux
apt-get install python-glanceclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python-glanceclient
Raspbian
apt-get install python-glanceclient

python-glanceclient

Client library for Openstack glance server - Python 2.x

The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the "glanceclient" module), and a command-line script ("glance"). This package provides the Python 2.x module.