python3-glance
Client library for Openstack glance server - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-glance.sh
- Debian
-
apt-get install python3-glanceclient
- Ubuntu
-
apt-get install python3-glanceclient
- Kali Linux
-
apt-get install python3-glanceclient
- Fedora
-
dnf install python3-glanceclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-glanceclient
- Raspbian
-
apt-get install python3-glanceclient
- Dockerfile
- dockerfile.run/python3-glance
python3-glanceclient
Client library for Openstack glance server - Python 3.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 3.x module.