summaryrefslogtreecommitdiff
path: root/nova/api/metadata/handler.py
Commit message (Expand)AuthorAgeFilesLines
* Log failed metadata retrievalsMohammed Naser2021-10-281-0/+1
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-6/+3
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+2
* 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: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-1/+1
* Ensure that metadata proxy raises correct exceptionGary Kotton2019-05-271-3/+2
* Improve metadata performanceGary Kotton2019-05-031-4/+13
* Properly log request headers in metadata APIMatt Riedemann2018-12-171-1/+7
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-1/+1
* Add debug information to metadata requestsGary Kotton2017-10-201-1/+3
* remove log translation from nova.api.metadataSean Dague2017-03-211-23/+21
* Revert "Add some metadata logging to root cause ssh failure"Kevin Benton2017-03-051-2/+0
* Add some metadata logging to root cause ssh failureKevin Benton2017-03-011-0/+2
* Merge "conf: Move api options to a group"Jenkins2016-12-021-4/+4
|\
| * conf: Move api options to a groupMaciej Szankin2016-11-251-4/+4
* | Port test_metadata to Python 3Victor Stinner2016-11-291-7/+6
|/
* Add warning if metadata_proxy_shared_secret is not configuredShih-Hao Li2016-08-231-0/+5
* New style vendordata support.Michael Still2016-07-261-2/+2
* Move config options from nova/api directory (1)EdLeafe2016-05-091-16/+0
* Config options: Centralize neutron metadata optionsHieu LE2016-04-211-14/+2
* Use constant_time_compare from oslo.utilsChangBo Guo(gcb)2016-02-251-2/+2
* Switch to oslo.cache libDavanum Srinivas2016-02-021-5/+6
* Replace unicode with six.text_typeAnkit Agrawal2015-12-181-1/+1
* Fix capitalization of IPAndreas Jaeger2015-12-091-2/+2
* Metadata: support proxying loadbalancersGary Kotton2015-08-041-8/+101
* Remove unused metadata conductor parameterHans Lindgren2015-04-121-5/+2
* Make metadata cache time configurableChris St. Pierre2015-02-281-4/+18
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch nova.api.* to use instance dot notationDavanum Srinivas2015-02-171-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Guard against missing X-Instance-ID-Signature headerTomoe Sugihara2015-01-091-0/+2
* Replacement `_` on `_LW` in all LOG.warning part 2Mike Durnosvistov2014-11-201-14/+15
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-2/+2
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-2/+2
* Merge "Use six.text_type instead of unicode"Jenkins2014-11-121-2/+4
|\
| * Use six.text_type instead of unicodeEli Qiao2014-11-061-2/+4
* | Neutron: remove deprecated config optionsGary Kotton2014-11-051-7/+2
|/
* Use response.text for returning unicode EC2 metadataAdam Gandelman2014-10-141-1/+5
* Merge "Deprecate metadata_neutron_* configuration settings"Jenkins2014-08-121-8/+13
|\
| * Deprecate metadata_neutron_* configuration settingsGary Kotton2014-08-031-8/+13
* | EC2: fixed AttributeError when metadata is not foundIhar Hrachyshka2014-08-011-2/+1
|/
* Log translation hint for nova.apiliu-sheng2014-07-241-13/+15
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Avoid possible timing attack in metadata apiGrant Murphy2014-07-171-1/+2
* Include proper Content-Type in the HTTP Headerssridhargaddam2014-03-241-2/+8
* neutron_metadata_proxy_shared_secret should not be written to log fileAaron Rosen2014-03-051-1/+1
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Remove deprecated config aliasesJoe Gordon2013-12-171-2/+0