Add XML namespaces to the OpenStack API

This commit is contained in:
Justin Santa Barbara
2011-03-30 10:05:06 -07:00
parent 8a56ff7268
commit 12505c6bae
16 changed files with 103 additions and 32 deletions

View File

@@ -13,15 +13,14 @@
# License for the specific language governing permissions and limitations
# under the License.
import common
import webob.exc
from nova import exception
from nova import flags
from nova import log as logging
from nova import wsgi
from nova.auth import manager
from nova.api.openstack import common
from nova.api.openstack import faults
FLAGS = flags.FLAGS
@@ -35,7 +34,7 @@ def _translate_keys(account):
manager=account.project_manager_id)
class Controller(wsgi.Controller):
class Controller(common.OpenstackController):
_serialization_metadata = {
'application/xml': {