summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement BP untie-nova-network-modelsJason Kölker2012-01-161-4/+0
* Add a DECLARE for dhcp_doamin flag to metadata handler.Todd Willey2011-12-261-1/+0
* Refactor metadata code out of ec2/cloud.pyVishvananda Ishaya2011-11-171-1/+46
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-2/+2
* Revert how APIs get IP address info for instancesChris Behrens2011-10-261-0/+1
* Fixes euca-describe-instances failing or not showing IPsChris Behrens2011-09-281-3/+17
* put fully qualified domain name in local-hostnameScott Moser2011-09-261-0/+8
* add the fake_network Manager to prevent rpc callsJason Koelker2011-09-151-1/+6
* remove undedded imports and skipsJason Koelker2011-09-151-9/+0