Atom feed of this document
  
 

 How can I administer an OpenStack cloud?

As an OpenStack cloud administrative user, you can manage tenants, known as projects, users, services, images, flavors, and quotas.

The examples in this guide show you how to perform tasks by using the following methods:

  • OpenStack dashboard. Use this web-based graphical interface, code named horizon, to view, create, and manage resources and services.

  • OpenStack command-line clients. Each core OpenStack project has a command-line client that you can use to run simple commands to view, create, and manage resources and services in a cloud and automate tasks by using scripts.

You can modify these examples for your specific use cases.

In addition to these ways of interacting with a cloud, you can access the OpenStack APIs directly or indirectly through cURL commands or open SDKs. You can automate access or build tools to manage resources and services by using the native OpenStack APIs or the EC2 compatibility API.

To use the OpenStack APIs, it helps to be familiar with HTTP/1.1, RESTful web services, the OpenStack services, and JSON or XML data serialization formats.

 Conventions

The OpenStack documentation uses several typesetting conventions.

 Notices

Notices take three forms:

[Note]Note

The information in a note is usually in the form of a handy tip or reminder.

[Important]Important

The information in an important notice is something you must be aware of before proceeding.

[Warning]Warning

The information in warnings is critical. Warnings provide additional information about risk of data loss or security issues.

 Command prompts

Commands prefixed with the # prompt are to be executed by the root user. These examples can also be executed by using the sudo command, if available.

Commands prefixed with the $ prompt can be executed by any user, including root.

 Document change history

This version of the guide replaces and obsoletes all previous versions. The following table describes the most recent changes:

Revision DateSummary of Changes

January 31, 2014

October 17, 2013

  • Havana release.

August 31, 2013

  • First edition of this document.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...