Feature #3375
server-list usability
Status: | Closed | Start date: | 03/05/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Stratos Psomadakis | % Done: | 0% |
|
Category: | Cyclades API | Spent time: | - | |
Target version: | - |
Description
Propose:
- Replace --uuids
with--uuid
display only uuid (default)--displayname
display both uuid and displayname
While both uuid and displayname may be somewhat long,
for safety and security, it is best that displaynames
are only displayed in association to uuids.
- Improve performance
- Consider --user <uuid or displayname>
as a shorthand
for the corresponding --filter-by command, especially
since the latter uses a userid
field.
Related issues
Associated revisions
Improve perf for snf-manage cyclades commands
When the snf-manage {server, network}-list commands are invoked with the
--displayname option, batch the UUID-to-displayname requests to astakos,
instead of issuing a request for each (unique) UUID.
Refs #3375
Improve server-list usability
Refs #3375
Add negative caching in ImageCache
Refs #3375
History
#1 Updated by Georgios Tsoukalas over 10 years ago
- Assignee changed from Christos Stavrakakis to Stratos Psomadakis
#2 Updated by Stratos Psomadakis over 10 years ago
- Implement negative caching (for non-existent images) in the ImageCache (see also #3377)
#3 Updated by Stratos Psomadakis over 10 years ago
- Status changed from New to Closed