summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-2/+1
* Use cell targeted context to query BDMs for metadataBalazs Gibizer2020-10-121-6/+10
* metadata: export the vCPU IDs that are pinning on the host CPUsWang Huaqiang2020-07-211-4/+40
* Support large network queries towards neutronKobi Samoray2020-02-161-0/+39
* Merge "Avoid fetching metadata when no subnets found"Zuul2020-02-041-0/+57
|\
| * Avoid fetching metadata when no subnets foundKobi Samoray2020-01-281-0/+57
* | nova-net: Remove use of legacy 'FloatingIP' objectStephen Finucane2019-12-031-10/+5
|/
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-3/+3
* nova-net: Remove final references to nova-networkStephen Finucane2020-01-081-11/+5
* nova-net: Convert remaining unit tests to neutronStephen Finucane2019-12-161-8/+1
* Tests: autospecs all the mock.patch usagesTakashi NATSUME2019-08-191-6/+6
* Ensure that metadata proxy raises correct exceptionGary Kotton2019-05-271-0/+28
* Improve metadata performanceGary Kotton2019-05-031-0/+46
* Merge "Remove deprecated 'default_flavor' config option"Zuul2019-05-021-2/+1
|\
| * Remove deprecated 'default_flavor' config optionTakashi NATSUME2019-04-301-2/+1
* | Remove 'get_keypair_at_top'Stephen Finucane2019-04-291-38/+2
|/
* conf: Undeprecate and move the 'dhcp_domain' optionStephen Finucane2019-04-151-2/+2
* Handle unsetting '[DEFAULT] dhcp_domain'Stephen Finucane2019-04-151-3/+11
* Allow run metadata api per cellKevin_Zheng2019-01-141-2/+29
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* metadata: add vf_trusted field to device metadataSahid Orentino Ferdjaoui2018-05-311-5/+34
* Unit test framework: common FakeResponseEric Fried2018-03-261-3/+5
* Merge "conf: Remove 'vendordata_driver' opt"Zuul2018-01-191-35/+2
|\
| * conf: Remove 'vendordata_driver' optStephen Finucane2017-11-021-35/+2
* | Handle InstanceNotFound when setting password via metadataMatt Riedemann2017-11-061-0/+14
|/
* Merge "Handle keypair not found from metadata server using cells"Jenkins2017-09-121-0/+18
|\
| * Handle keypair not found from metadata server using cellsLuis Pigueiras2017-07-031-0/+18
* | Pre-load instance.device_metadata in InstanceMetadataMatt Riedemann2017-07-061-1/+24
|/
* Sanitize instance in InstanceMetadata to avoid un-pickleable contextDan Smith2017-06-291-10/+8
* Fix lookup of instance mapping in metadata set-passwordDan Smith2017-06-081-1/+4
* Get instance availability_zone without hitting the api dbDan Smith2017-03-231-1/+1
* Use flake8-import-orderJohn L. Villalovos2017-03-061-1/+1
* Only create vendordata_dynamic ksa session if neededMatt Riedemann2017-03-011-1/+16
* Check for 204 case in DynamicVendorDataMatt Riedemann2017-03-011-2/+6
* api/metadata/vendordata_dynamic: don't import Requests for its constantsJordan Pittier2017-02-261-1/+2
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-2/+1
* Merge "Adding vlans field to Device tagging metadata"Jenkins2017-01-271-6/+26
|\
| * Adding vlans field to Device tagging metadataVladik Romanovsky2017-01-261-6/+26
* | Optionally make dynamic vendordata failures fatal.Michael Still2017-01-261-0/+10
* | Use a service account to make vendordata requests.Michael Still2017-01-261-10/+12
|/
* Make metadata server know about cell mappingsDan Smith2017-01-131-4/+23
* Make test_metadata pass with CONF.use_neutron=True by defaultMatt Riedemann2017-01-031-17/+7
* Merge "conf: Move api options to a group"Jenkins2016-12-021-7/+9
|\
| * conf: Move api options to a groupMaciej Szankin2016-11-251-7/+9
* | Port test_metadata to Python 3Victor Stinner2016-11-291-39/+43
|/
* Cleanup before removal of conductor local apisHans Lindgren2016-10-181-8/+0
* Merge "Add more vd2 unit tests"Jenkins2016-08-301-4/+89
|\
| * Add more vd2 unit testsMichael Still2016-08-301-4/+89
* | Remove deprecated security_group_api config optionChangBo Guo(gcb)2016-08-191-1/+1
|/