summaryrefslogtreecommitdiff
path: root/nova/api/metadata
Commit message (Expand)AuthorAgeFilesLines
* Log failed metadata retrievalsMohammed Naser2021-10-281-0/+1
* Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-2/+2
* Remove six.text_type (1/2)Takashi Natsume2020-12-132-8/+4
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+2
* Remove six.movesTakashi Natsume2020-11-071-1/+0
* Clean up the DynamicVendorData constructorBalazs Gibizer2020-10-122-13/+4
* Use cell targeted context to query BDMs for metadataBalazs Gibizer2020-10-121-5/+7
* Remove six.reraiseTakashi Natsume2020-08-151-2/+1
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-2/+1
* metadata: export the vCPU IDs that are pinning on the host CPUsWang Huaqiang2020-07-211-1/+17
* Fix H702 pep8 error with latest hackingGhanshyam Mann2020-02-271-2/+2
* Support large network queries towards neutronKobi Samoray2020-02-161-5/+14
* Avoid fetching metadata when no subnets foundKobi Samoray2020-01-281-2/+18
* nova-net: Make the security group API a moduleStephen Finucane2019-11-291-3/+2
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-152-3/+3
* ec2: Move ec2utils functions to their callersStephen Finucane2019-09-271-3/+1
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* docs: Rework all things metadata'yStephen Finucane2019-06-201-2/+2
* Ensure that metadata proxy raises correct exceptionGary Kotton2019-05-271-3/+2
* Improve metadata performanceGary Kotton2019-05-031-4/+13
* Remove 'get_keypair_at_top'Stephen Finucane2019-04-291-19/+6
* conf: Undeprecate and move the 'dhcp_domain' optionStephen Finucane2019-04-151-2/+4
* Handle unsetting '[DEFAULT] dhcp_domain'Stephen Finucane2019-04-151-3/+4
* trivial: Remove dead codeStephen Finucane2019-04-031-8/+0
* Merge "Allow run metadata api per cell"Zuul2019-01-152-6/+21
|\
| * Allow run metadata api per cellKevin_Zheng2019-01-142-6/+21
* | Properly log request headers in metadata APIMatt Riedemann2018-12-171-1/+7
|/
* metadata: add vf_trusted field to device metadataSahid Orentino Ferdjaoui2018-05-311-11/+15
* make metadata doc up to datejichen2018-04-101-0/+2
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-1/+1
* Merge "conf: Remove 'vendordata_driver' opt"Zuul2018-01-191-26/+1
|\
| * conf: Remove 'vendordata_driver' optStephen Finucane2017-11-021-26/+1
* | Merge "Add debug information to metadata requests"Zuul2017-12-051-1/+3
|\ \
| * | Add debug information to metadata requestsGary Kotton2017-10-201-1/+3
| |/
* | Add error message on metadata APIKen'ichi Ohmichi2017-11-141-1/+2
* | Handle InstanceNotFound when setting password via metadataMatt Riedemann2017-11-061-1/+5
|/
* Merge "Handle keypair not found from metadata server using cells"Jenkins2017-09-121-3/+8
|\
| * Handle keypair not found from metadata server using cellsLuis Pigueiras2017-07-031-3/+8
* | Pre-load instance.device_metadata in InstanceMetadataMatt Riedemann2017-07-061-0/+1
|/
* Sanitize instance in InstanceMetadata to avoid un-pickleable contextDan Smith2017-06-291-0/+9
* XenAPI: device taggingJohn Hua2017-06-141-0/+2
* Fix lookup of instance mapping in metadata set-passwordDan Smith2017-06-081-1/+3
* Move to proper target_cell calling conventionDan Smith2017-05-231-2/+2
* Add pbr-installed wsgi application for metadata apiChris Dent2017-05-021-0/+20
* Get instance availability_zone without hitting the api dbDan Smith2017-03-231-3/+1
* remove log translation from nova.api.metadataSean Dague2017-03-214-44/+39
* Merge "Revert "Add some metadata logging to root cause ssh failure""Jenkins2017-03-072-7/+0
|\
| * Revert "Add some metadata logging to root cause ssh failure"Kevin Benton2017-03-052-7/+0
* | Use flake8-import-orderJohn L. Villalovos2017-03-061-1/+1
* | Merge "Only create vendordata_dynamic ksa session if needed"Jenkins2017-03-031-1/+4
|\ \