Kamaki project documentation¶

./kamaki is a multipurpose, interactive command-line tool and also a client development API for managing clouds.
As a development library, it implements the OpenStack APIs, along with the custom extensions introduced by Synnefo (Synnefo IaaS).
./kamaki is open source and released under a 2-clause BSD License.
Contents:¶
- 1. Overview
- 2. Upgrade notes
- 3. Installation
- 4. Setup
- 5. Usage
- 6. List of commands
- 6.1. user (Identity/Astakos)
- 6.2. project (Astakos)
- 6.3. membership (Astakos)
- 6.4. quota (Account/Astakos)
- 6.5. resource (Astakos)
- 6.6. flavor (Compute/Cyclades)
- 6.7. image (Image/Plankton)
- 6.8. imagecompute (Compute/Cyclades)
- 6.9. keypair (Compute/Cyclades)
- 6.10. server (Compute/Cyclades)
- 6.11. ip (Network/Cyclades)
- 6.12. port (Network/Cyclades)
- 6.13. network (Network/Cyclades)
- 6.14. volume (Block Storage)
- 6.15. snapshot (Block Storage)
- 6.16. container (Storage/Pithos+)
- 6.17. group (Storage/Pithos+)
- 6.18. sharer (Storage/Pithos+)
- 6.19. file (Storage/Pithos+)
- 7. Examples
- 8. API library