Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #146 from sudorandom/image-list
Browse files Browse the repository at this point in the history
Re-implements image listing to sort/filter on jumpgate itself
  • Loading branch information
jimlindeman committed Aug 7, 2014
2 parents c3cfc93 + aaf07cc commit 0c12f4b
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 497 deletions.
1 change: 1 addition & 0 deletions jumpgate/identity/drivers/sl/user.py
Expand Up @@ -27,6 +27,7 @@ def on_get(self, req, resp, user_id, **kwargs):
return error_handling.not_found(resp,
"Invalid User ID specified")
raise

fieldMap = {
# SL-Field : OpenStack-Field
'id': 'id',
Expand Down

0 comments on commit 0c12f4b

Please sign in to comment.