Bug #4992
Multiple ways to create a container
Status: | Resolved | Start date: | 01/27/2014 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 01/28/2014 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 1.00 hour | |
Target version: | v0.13 | Estimated time: | 1.00 hour |
Description
At the moment, there are three ways to create a container:
1) kamaki container create contrainer_name 2) kamaki file mkdir /container_name 3) kamaki file create /container_name
That is to be expected, since all three operations perform a PUT on the same
resource. A check should be in place, to prevent this from happening and only
allowing `container create` to create a container.
Associated revisions
Do not let file-* cmds to create containers
Refs: #4992
History
#1 Updated by Stavros Sachtouris over 9 years ago
- Due date set to 01/28/2014
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Estimated time set to 1.00