Jump to: navigation, search

Difference between revisions of "Documentation"

(OpenStack software documentation)
(OpenStack APIs)
Line 7: Line 7:
 
== OpenStack APIs ==
 
== OpenStack APIs ==
  
* http://api.openstack.org
+
=== References ===
 +
* [http://api.openstack.org/api-ref.html OpenStack API Complete Reference]
 
* [http://docs.openstack.org/api/quick-start/content/ OpenStack API Quick Start]
 
* [http://docs.openstack.org/api/quick-start/content/ OpenStack API Quick Start]
* [http://docs.openstack.org/api/openstack-compute/programmer/content/ Programming OpenStack Compute API with Shell and Python]
+
 
 +
=== API specifications ===
 
* [http://docs.openstack.org/api/openstack-compute/2/content/ OpenStack Compute Developer Guide API 2]
 
* [http://docs.openstack.org/api/openstack-compute/2/content/ OpenStack Compute Developer Guide API 2]
 
* [http://docs.openstack.org/api/openstack-image-service/1.0/content/ OpenStack Image Service Developer Guide API 1.0]
 
* [http://docs.openstack.org/api/openstack-image-service/1.0/content/ OpenStack Image Service Developer Guide API 1.0]

Revision as of 21:03, 21 November 2013

Documentation is community-oriented and available for different audiences on several websites - this wiki is for project or release documentation, the developer documentation for the projects is on docs.openstack.org/developer for example. For official documentation, see docs.openstack.org. To log a bug against the documentation, go to http://bugs.launchpad.net/openstack-manuals or http://bugs.launchpad.net/openstack-api-site.

There's also an OpenStack documentation mailing list and IRC channel at #openstack-doc.

OpenStack Manuals

OpenStack APIs

References

API specifications

Administration

  • OpenStack Compute Administration Guide html pdf
  • OpenStack Object Storage Administration Guide html pdf
  • OpenStack Networking Administration Guide html pdf

Source Repositories

Doc source is on GitHub. Everyone can propose merges to docs, see Documentation/HowTo. Here are the repositories that build to docs.openstack.org.

For a complete listing of which docs are built, including details about source and target locations, see Documentation/Builds.

Development

These guides are available and sourced in .rst files in /doc/source/ if you want to work on them:


Ideally the above content is geared towards developers.

The content at docs.openstack.org is for OpenStack administrators and application developers.

Releases

Lists current development release and past releases, with links to downloads and release notes (what's new and what's changed in each release as well as known issues and potential workarounds)

Support

How to find or ask for support.

Glossary

  • Glossary - Contains terms that are our definitions for OpenStack, cloud computing, and open source.

Project documentation

Development

How to contribute code to OpenStack or develop using the OpenStack projects.

Launchpad reference

How we use Launchpad to track features, bugs and releases.

Writing documentation