summaryrefslogtreecommitdiff
path: root/glanceclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Honor '--insecure' commandline flag also for keystone authentication"Jenkins2012-07-311-2/+4
|\
| * Honor '--insecure' commandline flag also for keystone authenticationSascha Peilicke2012-07-261-2/+4
* | Fix --debug CLI optionBrian Waldon2012-07-292-10/+7
|/
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-234-57/+37
* Clarify usage of --insecure flagSascha Peilicke2012-07-201-1/+4
* Add pagination to v1 image-listBrian Waldon2012-07-192-16/+43
* Merge "Wrap image data in iterator"Jenkins2012-07-192-4/+32
|\
| * Wrap image data in iteratorBrian Waldon2012-07-112-4/+32
* | Add pagination to v2 image-listBrian Waldon2012-07-132-4/+25
* | Prevent links from being printed in v2 CLIBrian Waldon2012-07-131-0/+2
* | Align print_dict to the leftBrian Waldon2012-07-131-1/+1
* | Convert v2 images list method to generatorBrian Waldon2012-07-131-3/+5
* | Replace static v2 Image model with warlock modelBrian Waldon2012-07-133-13/+26
* | Add support for viewing a single image through v2Brian Waldon2012-07-132-0/+15
* | Rewrite link parsing for finding v2 schemasBrian Waldon2012-07-133-9/+22
* | Establish the supported importable interfaceBrian Waldon2012-07-137-149/+161
* | Add --is-public to image-createBrian Waldon2012-07-131-1/+6
* | Merge "Translate is_protected to protected"Jenkins2012-07-121-0/+6
|\ \
| * | Translate is_protected to protectedBrian Waldon2012-07-111-0/+6
* | | Merge changes I02ddeb59,Ife231377Jenkins2012-07-121-3/+3
|\ \ \ | |/ /
| * | Change --protected to --is-protected in createBrian Waldon2012-07-111-1/+1
| * | Properly map boolean-like arguments to True/FalseBrian Waldon2012-07-111-2/+2
| |/
* | Merge "Remove AuthorizationFailure exception"Jenkins2012-07-122-6/+0
|\ \ | |/ |/|
| * Remove AuthorizationFailure exceptionBrian Waldon2012-07-102-6/+0
* | Add ability to get version information in pythonMonty Taylor2012-07-113-0/+189
* | Latest setup goodness.Monty Taylor2012-07-111-20/+29
|/
* Preserve image properties on updateBrian Waldon2012-07-092-2/+15
* Add --file to image-update and correct bad nameBrian Waldon2012-07-091-3/+7
* Merge "Allow image filtering by custom properties"Jenkins2012-07-092-0/+11
|\
| * Allow image filtering by custom propertiesBrian Waldon2012-07-042-0/+11
* | Merge "Expand v1 image-list filters"Jenkins2012-07-091-5/+12
|\ \ | |/
| * Expand v1 image-list filtersBrian Waldon2012-07-041-5/+12
* | Merge "Add --timeout option to cli"Jenkins2012-07-091-3/+10
|\ \ | |/ |/|
| * Add --timeout option to cliBrian Waldon2012-07-041-3/+10
* | Add size filtering to image-list actionBrian Waldon2012-07-041-1/+10
|/
* Allow image upload from local file to v1 APIAdam Gandelman2012-07-031-2/+12
* Switch CLI to support underscores and dashes.Dan Prince2012-06-291-0/+33
* Split reading of versioninfo out into a method0.1.1Monty Taylor2012-06-261-4/+17
* Merge "Add support for tag-based version numbers."Jenkins2012-06-261-24/+101
|\
| * Add support for tag-based version numbers.Monty Taylor2012-06-251-24/+101
* | Support --os-endpoint-type in glanceclient.Bhuvan Arumugam2012-06-231-2/+8
|/
* Hook up GET /v1/images/<id>Brian Waldon2012-06-211-0/+13
* Add initial docs.0.1.0Monty Taylor2012-06-141-0/+52
* Add 'explain' command to v2 that describes schemasBrian Waldon2012-06-074-1/+74
* Stick prettytable at v0.6Brian Waldon2012-06-071-1/+1
* Merge "Auto generate AUTHORS file for glanceclient component."Jenkins2012-06-061-2/+14
|\
| * Auto generate AUTHORS file for glanceclient component.Bhuvan Arumugam2012-06-022-3/+15
* | Add minimal support for the v2 APIBrian Waldon2012-06-048-7/+131
|/
* Properly install from zipball.Monty Taylor2012-05-251-0/+5
* Adds support for --insecure.Michael Basnight2012-05-243-4/+12