summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2010-11-16 03:04:27 -0400
committerSandy Walsh <sandy.walsh@rackspace.com>2010-11-16 03:04:27 -0400
commitb59a36af4fae4acf3edfea094c6080458c16bfa8 (patch)
tree9c4b6e2d22bdc5be958dd2c81beff732834912c2 /nova/api
parent66a5ac31c4a5f24da9c0335cf934bbf545c0d95f (diff)
parent6e349f6ea1846c104f620aa68a26cfc753e8977d (diff)
downloadnova-b59a36af4fae4acf3edfea094c6080458c16bfa8.tar.gz
nova-b59a36af4fae4acf3edfea094c6080458c16bfa8.tar.xz
nova-b59a36af4fae4acf3edfea094c6080458c16bfa8.zip
Changed from fine-grained operation control to binary admin on/off setting.
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/__init__.py b/nova/api/__init__.py
index 7e75445a8..80f9f2109 100644
--- a/nova/api/__init__.py
+++ b/nova/api/__init__.py
@@ -22,7 +22,6 @@ Root WSGI middleware for all API controllers.
: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
"""