~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to nova/api/ec2/faults.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-07 17:49:53 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20120907174953-awo1mmr0kalgb40d
Tags: upstream-2012.2~rc1~20120907.15996
ImportĀ upstreamĀ versionĀ 2012.2~rc1~20120907.15996

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                         '<Response><Errors><Error><Code>%s</Code>'
59
59
                         '<Message>%s</Message></Error></Errors>'
60
60
                         '<RequestID>%s</RequestID></Response>' %
61
 
                         (utils.utf8(code), utils.utf8(message),
62
 
                         utils.utf8(ctxt.request_id)))
 
61
                         (utils.xhtml_escape(utils.utf8(code)),
 
62
                          utils.xhtml_escape(utils.utf8(message)),
 
63
                          utils.xhtml_escape(utils.utf8(ctxt.request_id))))
63
64
 
64
65
        return resp