summaryrefslogtreecommitdiffstats
path: root/nova/db/sqlalchemy/models.py
Commit message (Expand)AuthorAgeFilesLines
...
| * use postgresql INET datatype for storing IPsIonuț Arțăriși2013-01-141-19/+20
* | Fix error in NovaBase.save() methodBoris Pavlovic2013-01-121-2/+11
* | fix new N402 errorsSean Dague2013-01-101-2/+2
|/
* fix N402 for nova/dbSean Dague2013-01-091-16/+16
* New instance_actions and events table, model, and apiAndrew Laski2013-01-081-0/+29
* Remove availability_zones from service tableJoe Gordon2013-01-081-1/+0
* Enable Aggregate based availability zonesJoe Gordon2013-01-081-2/+7
* NovaBase.delete() rename to NovaBase.soft_delete()Boris Pavlovic2013-01-061-2/+2
* Spelling: Compatability=>CompatibilityJoe Gordon2012-12-261-1/+1
* Removed unused imports.Chuck Short2012-12-211-1/+0
* Add DBDuplicateEntry exception for unique constraint violationsBoris Pavlovic2012-12-181-8/+1
* Implements volume usage metering.Cian O'Driscoll2012-12-031-0/+18
* Include 'hosts' and 'metadetails' in aggregate.Russell Bryant2012-11-281-0/+3
* Merge "Migration model update for multi-node resize fix."Jenkins2012-11-281-0/+3
|\
| * Migration model update for multi-node resize fix.Brian Elliott2012-11-271-0/+3
* | Cells: Re-add DB model and callsChris Behrens2012-11-211-0/+28
|/
* Convert migrations.instance_uuid to String(36).Dan Prince2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Clarify server_name, hostname, host.andrewbogott2012-11-091-3/+3
* Add DB query to get in-progress migrations.Brian Elliott2012-11-131-0/+5
* Merge "Switch from FLAGS to CONF in nova.db"Jenkins2012-11-121-6/+7
|\
| * Switch from FLAGS to CONF in nova.dbMark McLoughlin2012-11-101-6/+7
* | Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-101-0/+4
|/
* Remove nova-volume DBJoe Gordon2012-11-081-69/+0
* Remove unused table options dicts.Monty Taylor2012-10-241-5/+2
* Collect more accurate bandwidth data for XenServerMonsyne Dragon2012-09-251-0/+2
* Properly create and delete AggregatesJoe Gordon2012-09-191-1/+1
* Fix quota reservation expirationMark McLoughlin2012-09-011-0/+6
* Implement project specific flavors APIunicell2012-08-271-0/+16
* Keep the ComputeNode model updated with usageBrian Elliott2012-08-201-2/+18
* Revert per-user-quotasEoghan Glynn2012-08-161-15/+0
* Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-061-0/+15
* Convert virtual_interfaces to using instance_uuid.Michael Still2012-07-311-1/+1
* Remove ugly instance._rescue hackJohannes Erdfelt2012-07-271-2/+0
* Convert fixed_ips to using instance_uuid.Michael Still2012-07-261-1/+1
* Include name in a primitive Instance.Russell Bryant2012-07-251-4/+16
* Fix SQL deadlock in quota reservationsJohannes Erdfelt2012-07-191-8/+0
* General-host-aggregates part 1.Joe Gordon2012-07-131-4/+4
* Remove deprecated auth-related db codeBrian Waldon2012-07-111-81/+0
* Refactor instance_usage_audit. Add audit tasklog.Monsyne Dragon2012-07-101-0/+14
* Implement blueprint ec2-id-compatibilty.Yaguang Tang2012-06-281-0/+7
* Rename the instance_id column in instance_info_caches.Michael Still2012-06-281-4/+4
* Merge "Spelling fixes"Jenkins2012-06-211-8/+8
|\
| * Spelling fixesJoe Gordon2012-06-191-8/+8
* | Fix bug 1010581Yun Mao2012-06-201-1/+3
|/
* Imports cleanupZhongyue Luo2012-06-191-3/+2
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-4/+4
* Remove unused DB callsJoe Gordon2012-06-121-19/+0
* Convert consoles to use instance uuid.Michael Still2012-06-071-1/+1