diff options
author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 21:18:31 -0700 |
---|---|---|
committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 21:18:31 -0700 |
commit | 9686b3a296c53486a64a949ae2f7430e25df2dcb (patch) | |
tree | 80e2b1c2ce207f59846ac1c16c2775f75e3a51e0 /nova/wsgi.py | |
parent | 45d28dfb035b4e219845d44e00073d70211e8175 (diff) | |
download | nova-9686b3a296c53486a64a949ae2f7430e25df2dcb.tar.gz nova-9686b3a296c53486a64a949ae2f7430e25df2dcb.tar.xz nova-9686b3a296c53486a64a949ae2f7430e25df2dcb.zip |
Added note agreeing with Brian Lamar that the namespace doesn't belong in wsgi
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r-- | nova/wsgi.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py index 5d286bb3b..1bcc08f7f 100644 --- a/nova/wsgi.py +++ b/nova/wsgi.py @@ -391,6 +391,10 @@ class Controller(object): return serializer.deserialize(data, content_type) def get_default_xmlns(self, req): + # NOTE(justinsb): This doesn't really belong here.. + # We'll probably end up moving this into a new OpenstackApiController + # class or something like that, once we know what's going to happen + # with v1.1 return 'http://docs.rackspacecloud.com/servers/api/v1.0' |