summaryrefslogtreecommitdiffstats
path: root/nova/api/metadata
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix metadata access in prep for instance objects"Jenkins2013-06-271-3/+3
|\
| * Fix metadata access in prep for instance objectsAlexei Kornienko2013-06-271-3/+3
* | Fix sys_meta access in prep for instance objectChris Behrens2013-06-211-4/+4
|/
* Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+0
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-1/+1
* Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-181-4/+8
* Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-2/+2
* Guard against content being NoneRick Harris2013-04-021-2/+3
* Ensure only pickle-able objects live in metadataStanislaw Pitucha2013-03-281-3/+2
* Remove unnecessary DB call to find EC2 AZs.Joe Gordon2013-03-211-3/+1
* Remove uses of instance['instance_type'] from nova/apiDan Smith2013-03-081-1/+3
* Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-1/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+3
* Fix passing conductor to get_instance_nw_info()Dan Smith2013-02-121-1/+2
* Make the metadata paths use conductorDan Smith2013-02-122-30/+30
* Refactor server password metadata to avoid direct db usageDan Smith2013-02-051-7/+11
* Quantum metadata handler now uses X-Forwarded-ForMark McClain2013-01-311-1/+1
* Move memcached_servers opt into common.memorycacheMark McLoughlin2013-01-091-7/+2
* Allow larger encrypted password posts to metadataVishvananda Ishaya2013-01-042-11/+30
* add 'random_seed' entry to instance metadataScott Moser2012-12-201-0/+3
* Allows an instance to post encrypted passwordVishvananda Ishaya2012-12-103-4/+77
* add metadata support for overlapping networksMark McClain2012-11-302-14/+117
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-202-3/+3
* Remove nova.flagsMark McLoughlin2012-11-172-2/+0
* Fixes a bug in api.metadata.base.lookup() on WindowsAlessandro Pilotti2012-11-091-2/+3
* Decouple EC2 API from using instance idMotoKen2012-11-071-1/+1
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-042-10/+9
* Remove flags.DECLAREMark McLoughlin2012-11-042-2/+6
* handles empty dhcp_domain with hostname in metadataMelanie Witt2012-10-131-3/+8
* Include launch-index in openstack style metadata.Michael Still2012-08-281-0/+1
* add availability_zone to openstack metadataScott Moser2012-08-211-0/+1
* Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-151-49/+2
* continue config-drive-v2, add openstack metadata apiScott Moser2012-08-141-38/+179
* Config drive v2Michael Still2012-08-111-0/+46
* Remove unused importsJoe Gordon2012-08-021-4/+0
* Convert fixed_ips to using instance_uuid.Michael Still2012-07-261-1/+1
* Merge "Make metadata content match the requested version of the metadata API."Jenkins2012-07-181-25/+46
|\
| * Make metadata content match the requested version of the metadata API.Steve Baker2012-07-021-25/+46
* | Switch to common logging.Andrew Bogott2012-07-022-2/+2
|/
* Fixes bug 1014194, metadata keys are incorrect for kernel-id and ramdisk-idSteve Baker2012-06-291-2/+2
* Implement blueprint ec2-id-compatibilty.Yaguang Tang2012-06-281-1/+2
* Merge "metadata: cleanup pubkey representation"Jenkins2012-06-271-5/+15
|\
| * metadata: cleanup pubkey representationScott Moser2012-06-221-5/+15
* | Merge "Allow access to metadata server '/' without IP check"Jenkins2012-06-261-0/+4
|\ \
| * | Allow access to metadata server '/' without IP checkZhiteng Huang2012-06-261-0/+4
| |/
* / Fix several PEP-8 issuesSascha Peilicke2012-06-261-2/+2
|/
* separate Metadata logic away from the web serviceScott Moser2012-06-062-179/+264
* Migrate block_device_mapping to use instance uuids.Michael Still2012-05-011-1/+1