summaryrefslogtreecommitdiff
path: root/nova/tests/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated legacy network info model in Hypervisor driversYaguang Tang2013-08-231-8/+4
* Fix bad check for openstack versions (vendor_data/config drive)Davanum Srinivas2013-08-141-0/+6
* add vendor_data to the md service and config driveScott Moser2013-07-311-5/+47
* Convert network API to use InfoCache objectChris Behrens2013-07-221-2/+1
* Fix accessing to '/' of metadata server without any checks to workHyunsun Moon2013-07-171-0/+10
* update Quantum usage to NeutronMark McClain2013-07-121-4/+4
* Merge "Preserve network order when using ConfigDrive"Jenkins2013-07-091-0/+30
|\
| * Preserve network order when using ConfigDriveMathieu Mitchell2013-06-201-0/+30
* | Fix and gate on E125Joe Gordon2013-07-041-1/+1
* | Fix metadata access in prep for instance objectsAlexei Kornienko2013-06-271-0/+1
|/
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-2/+2
* DB migration to the new BDM data formatNikola Dipanov2013-06-101-3/+9
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-3/+3
* Ensure only pickle-able objects live in metadataStanislaw Pitucha2013-03-281-0/+11
* Remove uses of instance['instance_type'] from nova/apiDan Smith2013-03-081-0/+12
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Make the metadata paths use conductorDan Smith2013-02-121-4/+10
* Refactor server password metadata to avoid direct db usageDan Smith2013-02-051-2/+11
* Quantum metadata handler now uses X-Forwarded-ForMark McClain2013-01-311-10/+34
* Fix hacking N302 import only modulesJoe Gordon2013-01-241-18/+18
* Merge "minor improvements to nova/tests/test_metadata.py"Jenkins2013-01-151-1/+9
|\
| * minor improvements to nova/tests/test_metadata.pyScott Moser2013-01-151-1/+9
* | fix N402 for nova/testsSean Dague2013-01-091-1/+1
|/
* Allow larger encrypted password posts to metadataVishvananda Ishaya2013-01-041-1/+2
* add 'random_seed' entry to instance metadataScott Moser2012-12-201-0/+15
* Allows an instance to post encrypted passwordVishvananda Ishaya2012-12-101-0/+67
* add metadata support for overlapping networksMark McClain2012-11-301-4/+68
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+3
* Stop network.api import on network importVishvananda Ishaya2012-10-041-2/+2
* Include launch-index in openstack style metadata.Michael Still2012-08-281-0/+3
* OpenStack capitalization added to HACKING.rstJoe Gordon2012-08-171-2/+2
* Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-151-1/+2
* continue config-drive-v2, add openstack metadata apiScott Moser2012-08-141-13/+123
* Remove unused importsJoe Gordon2012-08-021-2/+0
* Make metadata content match the requested version of the metadata API.Steve Baker2012-07-021-0/+12
* Fixes bug 1014194, metadata keys are incorrect for kernel-id and ramdisk-idSteve Baker2012-06-291-0/+21
* Merge "metadata: cleanup pubkey representation"Jenkins2012-06-271-0/+10
|\
| * metadata: cleanup pubkey representationScott Moser2012-06-221-0/+10
* | Fix several PEP-8 issuesSascha Peilicke2012-06-261-3/+3
|/
* separate Metadata logic away from the web serviceScott Moser2012-06-061-96/+160
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Migrate block_device_mapping to use instance uuids.Michael Still2012-05-011-15/+18
* metadata speed - revert logic changes, just cachingJesse Andrews2012-03-141-3/+5
* improve speed of metadataJesse Andrews2012-03-121-5/+3
* Cleanup some test docstringsJoe Gordon2012-03-061-1/+1
* Remove network_api fallback for info_cache from APIsChris Behrens2012-02-221-0/+1
* Query directly for just the ipJason Kölker2012-02-171-5/+8
* Ties quantum, melange, and nova network modelTrey Morris2012-02-011-8/+2