diff --git a/www/api/api-specs.html b/www/api/api-specs.html new file mode 100644 index 0000000000..e800282c52 --- /dev/null +++ b/www/api/api-specs.html @@ -0,0 +1,163 @@ + + + + + + + + + OpenStack Docs: APIs + + + + + + + + + + + + +
+
+

Documentation > API Specifications

+
+ +
+
+ Loading +
+
+
+ +
+
+

Compute API 2.0

+ +

Specification for the Compute API 2.0 and extensions.

+ +

Identity API 2.0

+ +

Specification for the Identity API 2.0.

+ +

Image API 1.0

+ +

Specification for the Image API 1.0.

+
+ +
+

Object Storage API 1.0

+ +

Specification for the Object Storage API 1.0.

+ +

Networking API 2.0

+ +

Specification for the Networking API 2.0.

+ +

Volume API 1.0

+ +

Specification for the Volume API 1.0.

+
+
+ + + + diff --git a/www/api/index.html b/www/api/index.html index d42ca3bb73..4b765601db 100644 --- a/www/api/index.html +++ b/www/api/index.html @@ -46,7 +46,7 @@
- + -
-
-

Search All OpenStack Manuals

- -
- Loading -
+
--> - -
-

OpenStack Manuals

- -
-
-

Administration Guides

- -

A great starting point for deployers and cloud administrators.

-
-
- -
-
-

API Documentation

- -

Information about OpenStack APIs for application developers and - integrators.

-
-
- -
-
-

Developer Documentation

- -

Details about OpenStack internals for Python developers and - advanced users.

-
-
-
- - -
-
- +
+
+

OpenStack API Quick Start +

+

Shows how to make requests against an OpenStack cloud. +

+

Programming OpenStack Compute API with Shell and Python +

+

Walk through of all Compute API commands using Python and shell. +

+

API Specifications +

+

Specifications for the OpenStack APIs. +

+ +
+
+

API Complete Reference +

+

Found at api.openstack.org.

+ +
+
+
- -
-
-

Search All OpenStack Manuals

- -
- Loading -
-
- -
-

OpenStack Manuals

- -
-
-

Administration Guides

- -

A great starting point for deployers and cloud administrators.

-
-
- -
-
-

API Documentation

- -

Information about OpenStack APIs for application developers and - integrators.

-
-
- -
-
-

Developer Documentation

- -

Details about OpenStack internals for Python developers and - advanced users.

-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

OpenStack Project Developer Details

-
 
- Compute Developer - Documentation Nova - -

Online developer documentation for OpenStack Compute - (Nova)

-
Read »
- Dashboard Developer - Documentation Horizon - -

Online developer documentation for OpenStack Dashboard - (Horizon)

-
Read »
- Identity Service - Developer Documentation Keystone - -

Online developer documentation for OpenStack Identity Service - (Keystone)

-
Read »
- Image Service Developer - Documentation Glance - -

Online developer documentation for OpenStack Image Service - (Glance)

-
Read »
- Object Storage Developer - Documentation Swift - -

Online developer documentation for OpenStack Object Storage - (Swift)

-
Read »
-

Project Wide

-
 
- Project Documentation, - Specifications, Draft Docs - -

The OpenStack developer wiki

-
Read - »
- Continuous Integration - (CI) Developer Documentation - -

Online developer documentation for the Continuous Integration - systems used by OpenStack projects

-
Read - »
- OpenStack API Extensions: An OverviewRead »
-

Clients and bindings

-
 
- Compute Client - Documentation -

Python bindings to the OpenStack Nova API

-
Read - »
- Object Storage Client - Documentation -

Python bindings to the OpenStack Swift API

-
Read - »
- Image Service Client - Documentation -

Python bindings to the OpenStack Glance API

-
Read - »
- Network Service Client - Documentation -

Python bindings to the OpenStack Network API

-
Read - »
- Block Storage Client - Documentation -

Python bindings to the OpenStack Cinder API

-
Read - »
- Unified Client - Documentation -

Online developer Documentation for the unified OpenStack Client

-
Read - »
-
-
+ +
+
+

Documentation > Developer

+
+
+
+ Loading +
+ + + +
+
+
+
+

Python Developer Documentation +

+

Details about each project's internals for Python developers. +

+

Language Bindings Documentation +

+

Details about each project's internals for Python developers. +

+

Continuous Integration (CI) Developer Documentation +

+

Online developer documentation for the Continuous Integration systems used by OpenStack projects. +

+
+
@@ -258,7 +250,7 @@
+ + -
-
-

Search All OpenStack Manuals

- -
Loading
- - +
- - -
-

OpenStack Manuals

-
-

1. Pick a release.

- -
-
-

2. Currently no projects are in incubation.

- -
-
-
-
-

Related Resources

- - -
- -
- + ].join(''); + _gaq.push(["_trackPageview", url]); + } + google.setOnLoadCallback(function() { + var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o'); + customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); + customSearchControl.setSearchStartingCallback(null, _trackQuery); + customSearchControl.draw('cse'); + }, true); + //]]> + +
+
- -
- - - - - - - - - +

Currently no projects are in incubation. Refer to the OpenStack wiki for projects in the works. +

+ + + +
+ +
- - - - + //]]> + + \ No newline at end of file diff --git a/www/index.html b/www/index.html index fabb0e8fc6..a9e9ea4600 100644 --- a/www/index.html +++ b/www/index.html @@ -9,7 +9,7 @@ - OpenStack Docs: Essex + OpenStack Docs: current
- - -
-
-
-

Search All OpenStack Manuals

- + +
+
+

Documentation

+
+
Loading -
+ -
- -
-

OpenStack Manuals

- -
-
-

Administration Guides

- -

A great starting point for deployers and cloud administrators.

-
-
- -
-
-

API Documentation

- -

Information about OpenStack APIs for application developers and - integrators.

-
-
- -
-
-

Developer Documentation

- -

Details about OpenStack internals for Python developers and - advanced users.

-
-
-
- - -
+ +
+
+
+
+

Getting Started +

+

How to get up and running quickly. +

+

Installing OpenStack +

+

Installation and deployment guides for production-sized systems. +

+

Running OpenStack +

+

Operational and administration documentation for OpenStack cloud service providers. +

+
+
+

Command Line Interfaces (CLI) +

+

The CLI documentation for nova, swift, glance, and keystone. +

+

API +

+

Documentation on the RESTful APIs provided by OpenStack services. +

+

Glossary +

+

A list of terms and their definitions.

+
-
+
+ +
+ + + + + + + + + diff --git a/www/trunk/index.html b/www/trunk/index.html index d65f7a08f9..599d5a1aff 100644 --- a/www/trunk/index.html +++ b/www/trunk/index.html @@ -76,154 +76,89 @@
-
+ + + +
+
+

Documentation

+
+
+
+ Loading +
-
-
-

Notice: This page contains only links to Trunk builds of OpenStack - Manuals, these are the latest manuals and may or may not be accurate for - the trunk code as it changes daily. Comments are not enabled on this - site, go to a release site to comment on a document.

- -
- -
-

OpenStack Manuals

- -
-
-

Administration Guides

- -

A great starting point for deployers and cloud administrators.

-
-
- -
-
-

API Documentation

- -

Information about OpenStack APIs for application developers and - integrators.

-
-
- -
-
-

Developer Documentation

- -

Details about OpenStack internals for Python developers and - advanced users.

-
-
-
- - -
+ + +
+
+
+
+

Getting Started +

+

Get up and running quickly with DevStack, TryStack, or all-in-one installation guides. +

+

Installing OpenStack +

+

Installation and deployment guides for production-sized systems. +

+

Running OpenStack +

+

Operational and administration documentation for OpenStack cloud service providers. +

+

Developing OpenStack +

+

Developer documentation for Python programmers who want to customize or contribute to OpenStack. +

+
+
+

Command Line Interfaces (CLI) +

+

The CLI documentation for nova, swift, glance, quantum, and keystone. +

+

API +

+

Documentation on the RESTful APIs provided by OpenStack services. +

+

Glossary +

+

A list of terms and their definitions.

+ +