current
Copyright © 2014 OpenStack Foundation
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License |
2014-04-26
Abstract
OpenStack is an open-source cloud computing platform for public and private clouds. A series of interrelated projects deliver a cloud infrastructure solution. This guide shows OpenStack end users how to create and manage resources in an OpenStack cloud with the OpenStack dashboard and OpenStack client commands.
Contents
- How can I use an OpenStack cloud?
- 1. OpenStack dashboard
- 2. OpenStack command-line clients
- Overview
- Install the OpenStack command-line clients
- Discover the version number for a client
- Set environment variables using the OpenStack RC file
- Manage images
- Configure access and security for instances
- Launch instances
- Manage instances and hosts
- Provide user data to instances
- Use snapshots to migrate instances
- Store metadata on a configuration drive
- Create and manage networks
- Manage objects and containers
- Create and manage stacks
- Measure cloud resources
- Manage volumes
- 3. OpenStack Python SDK
- A. Community support
List of Figures
- 1.1. Project tab
- 1.2. Admin tab
List of Tables
List of Examples
- 3.1. Create router: complete code listing
- 3.2. Delete network: complete code listing
- 3.3. List routers: complete code listing
- 3.4. List security groups: complete code listing
- 3.5. List subnets: complete code listing
- 3.6. List servers: complete code listing
- 3.7. Create server: complete code listing
- 3.8. Delete: complete code listing