forked from tdviet/fedcloudclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODOS
More file actions
11 lines (9 loc) · 676 Bytes
/
TODOS
File metadata and controls
11 lines (9 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
- Adding support for integration with AppDB for images
+ Images are specify with parameter "--appdb <image name/ID in AppDB>"
+ The client will replace the parameter with "--image imageID" before calling OpenStack client (like site and VO)
- Caching keystone token, reuse it for successive OpenStack commands without authentication via CheckIn again
+ Make a dict: key = hash of (site + vo + access token), value = keystone token
+ Before using OpenStack command, check the dict reuse the token if found. If not found, generate new token
and add it to the dict.
+ Applicable only for using as library
- Check last commit and update site configuration