summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJosh Kearney <josh.kearney@rackspace.com>2010-11-23 19:09:36 +0000
committerTarmac <>2010-11-23 19:09:36 +0000
commit9d6a1beecb3c4bdd87b68da92648a5e094d504d4 (patch)
tree075448ca829666117e4e70a15aeb2ae1bff96c0c /nova
parenta81547f780afec4eee88e87a301b32c903943c2c (diff)
parent9c57e5ce37c1f2405fcf7a1ba322946e6d84efeb (diff)
downloadnova-9d6a1beecb3c4bdd87b68da92648a5e094d504d4.tar.gz
nova-9d6a1beecb3c4bdd87b68da92648a5e094d504d4.tar.xz
nova-9d6a1beecb3c4bdd87b68da92648a5e094d504d4.zip
Remove FAKE_subdomain from docs.
Diffstat (limited to 'nova')
-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
"""