~cloudbuilders/nova/os-keypair-integration

« back to all changes in this revision

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

  • Committer: Jesse Andrews
  • Date: 2011-08-26 21:57:53 UTC
  • mfrom: (1455.1.45 nova)
  • Revision ID: anotherjesse@gmail.com-20110826215753-0sfp6dubujsl23wa
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
LOG = logging.getLogger('nova.api.ec2.metadata')
32
32
FLAGS = flags.FLAGS
 
33
flags.DECLARE('use_forwarded_for', 'nova.api.auth')
33
34
 
34
35
 
35
36
class MetadataRequestHandler(wsgi.Application):