diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-11-01 20:33:03 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-11-01 20:33:03 -0400 |
| commit | c8e2341c98ffacfafffbadb7d204f10ff87cf89c (patch) | |
| tree | ff49aad772727626a781266b1e62c70bd41028a5 /nova/api | |
| parent | 501850f3d470da646378c8e7de7657024411d2e0 (diff) | |
| download | nova-c8e2341c98ffacfafffbadb7d204f10ff87cf89c.tar.gz nova-c8e2341c98ffacfafffbadb7d204f10ff87cf89c.tar.xz nova-c8e2341c98ffacfafffbadb7d204f10ff87cf89c.zip | |
API endpoint documentation.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/__init__.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nova/api/__init__.py b/nova/api/__init__.py index 8a1d9fe32..27b8199db 100644 --- a/nova/api/__init__.py +++ b/nova/api/__init__.py @@ -15,9 +15,15 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - """ Root WSGI middleware for all API controllers. + +**Related Flags** + +:osapi_subdomain: subdomain running the OpenStack API (default: api) +:ec2api_subdomain: subdomain running the EC2 API (default: ec2) +:FAKE_subdomain: set to 'api' or 'ec2', requests default to that endpoint + """ import routes |
