summaryrefslogtreecommitdiffstats
path: root/nova/api/metadata/handler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-181-4/+8
* Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Make the metadata paths use conductorDan Smith2013-02-121-2/+5
* Quantum metadata handler now uses X-Forwarded-ForMark McClain2013-01-311-1/+1
* Move memcached_servers opt into common.memorycacheMark McLoughlin2013-01-091-7/+2
* Allows an instance to post encrypted passwordVishvananda Ishaya2012-12-101-0/+3
* add metadata support for overlapping networksMark McClain2012-11-301-13/+109
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-5/+5
* Remove flags.DECLAREMark McLoughlin2012-11-041-1/+3
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Allow access to metadata server '/' without IP checkZhiteng Huang2012-06-261-0/+4
* separate Metadata logic away from the web serviceScott Moser2012-06-061-179/+9
* Migrate block_device_mapping to use instance uuids.Michael Still2012-05-011-1/+1
* metadata speed - revert logic changes, just cachingJesse Andrews2012-03-141-152/+71
* Map image ids to ec2 ids in metadata serviceBrian Waldon2012-03-131-5/+9
* improve speed of metadataJesse Andrews2012-03-121-61/+155
* remove undocumented, unused mpi 'extension' to ec2 metadataJesse Andrews2012-03-061-20/+1
* Query directly for just the ipJason Kölker2012-02-171-10/+7
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-2/+1
* KVM and XEN Disk Management ParityJohannes Erdfelt2012-01-241-3/+4
* Add a DECLARE for dhcp_doamin flag to metadata handler.Todd Willey2011-12-261-0/+1
* Cleaning up imports in nova.apiBrian Waldon2011-12-211-1/+1
* Refactor metadata code out of ec2/cloud.pyVishvananda Ishaya2011-11-171-4/+154
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-0/+112