glance2
This is a client for the OpenStack Glance API. There's a Python
Install
- All systems
-
curl cmd.cat/glance2.sh
- Arch Linux
-
pacman -S python2-glanceclient
- Fedora
-
dnf install python2-glanceclient
- Dockerfile
- dockerfile.run/glance2
python2-glanceclient
This is a client for the OpenStack Glance API. There's a Python
API (the glanceclient module), and a command-line script (glance). Each implements 100% of the OpenStack Glance API.