Feature #3490
In CLI, move non-plankton/glance commands from image to cyclades
Status: | Closed | Start date: | 03/22/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 03/26/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | - | |
Target version: | v0.8 |
Related issues
History
#1 Updated by Stavros Sachtouris about 10 years ago
Update:
All glance commands should be available as:
kamaki image-glance XXX
All compute commands should be available as:
kamaki image-compute XXX
The old kamaki image prefix will now be an alias for the kamaki-glance set
#2 Updated by Stavros Sachtouris almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It has been implemented like this:
Plankton / Glance commands:
kamaki image <...>
Compute Image commands:
kamaki image compute <...>
This implementation demands less changes in kamaki cli, which is designed to support subcommands seperated with empty spaces, in an infinetely deep level
#3 Updated by Stavros Sachtouris almost 10 years ago
- Status changed from Resolved to Closed