You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I1f3ee52050ac6812c34357ad786fd8210f4238f2 Closes-Bug: #1255876 |
10 years ago | |
---|---|---|
doc/source | 10 years ago | |
glanceclient | 10 years ago | |
tests | 10 years ago | |
tools | 10 years ago | |
.coveragerc | 10 years ago | |
.gitignore | 10 years ago | |
.gitreview | 11 years ago | |
.testr.conf | 11 years ago | |
HACKING.rst | 10 years ago | |
LICENSE | 11 years ago | |
MANIFEST.in | 10 years ago | |
README.rst | 11 years ago | |
openstack-common.conf | 10 years ago | |
requirements.txt | 10 years ago | |
run_tests.sh | 10 years ago | |
setup.cfg | 10 years ago | |
setup.py | 10 years ago | |
test-requirements.txt | 10 years ago | |
tox.ini | 10 years ago |
README.rst
Python bindings to the OpenStack Images API
This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient
module) and a command-line tool (glance
). This library fully supports the v1 Images API, while support for the v2 API is in progress.
Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-glanceclient/.