~yolanda.robla/nova/precise-security

« back to all changes in this revision

Viewing changes to nova/api/openstack/wsgi.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-04-02 11:17:33 UTC
  • mto: (79.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 73.
  • Revision ID: package-import@ubuntu.com-20120402111733-jc0lg7anbrok67q7
Tags: upstream-2012.1~rc2
ImportĀ upstreamĀ versionĀ 2012.1~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1022
1022
    _fault_names = {
1023
1023
            400: "badRequest",
1024
1024
            401: "unauthorized",
1025
 
            403: "resizeNotAllowed",
 
1025
            403: "forbidden",
1026
1026
            404: "itemNotFound",
1027
1027
            405: "badMethod",
1028
1028
            409: "conflictingRequest",