summaryrefslogtreecommitdiffstats
path: root/nova/db/sqlalchemy/models.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Sync db.models with migrations."Jenkins2013-07-011-21/+32
|\
| * Sync db.models with migrations.Svetlana Shturm2013-07-011-21/+32
* | Merge "Sync db.models and migrations."Jenkins2013-07-011-11/+22
|\ \
| * | Sync db.models and migrations.Svetlana Shturm2013-06-251-11/+22
| |/
* / Sync db.models.Quota* with migrations.Svetlana Shturm2013-06-201-8/+15
|/
* Add unique constraints to Cell.Yuriy Zveryanskyy2013-06-171-0/+4
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Merge "Give a way to save why a service has been disabled."Jenkins2013-06-121-0/+1
|\
| * Give a way to save why a service has been disabled.Andrea Rosa2013-06-121-0/+1
* | Merge "Fix db.models.Instance description"Jenkins2013-06-121-41/+55
|\ \
| * | Fix db.models.Instance descriptionBoris Pavlovic2013-06-081-41/+55
* | | Merge "Fix db.models.Certificate description"Jenkins2013-06-121-3/+7
|\| |
| * | Fix db.models.Certificate descriptionBoris Pavlovic2013-06-081-3/+7
* | | Merge "Fix db.models.ComputeNodeStats description"Jenkins2013-06-121-4/+11
|\| |
| * | Fix db.models.ComputeNodeStats descriptionBoris Pavlovic2013-06-081-4/+11
* | | Merge "Fix db.models.ComputeNode description"Jenkins2013-06-121-15/+16
|\| | | |/ |/|
| * Fix db.models.ComputeNode descriptionBoris Pavlovic2013-06-081-15/+16
* | Nova instance group DB supportGary Kotton2013-06-111-0/+69
* | Merge "DB migration to the new BDM data format"Jenkins2013-06-111-4/+12
|\ \ | |/ |/|
| * DB migration to the new BDM data formatNikola Dipanov2013-06-101-4/+12
* | Fix db.models.Service descriptionBoris Pavlovic2013-06-081-3/+5
|/
* Rename unique constraints due to new convention.Victor Sergeyev2013-06-071-3/+40
* Add missing unique constraint to KeyPair model.Victor Sergeyev2013-05-141-0/+1
* Add the availability_zone to the volume.usage notificationsMichael Kerrin2013-04-301-0/+1
* Update NovaBase model per changes on oslo.db.sqlalchemyZhongyue Luo2013-04-271-2/+4
* Add tenant/ user id to volume usage notificationsOllie Leahy2013-04-091-1/+3
* Merge "Don't load system_metadata when it isn't joined."Jenkins2013-03-131-1/+1
|\
| * Don't load system_metadata when it isn't joined.Vishvananda Ishaya2013-03-121-1/+1
* | Remove instance['instance_type'] relationship from db apiDan Smith2013-03-111-7/+0
|/
* Merge "Shrink size of aggregate_metadata_get_by_host sql query"Jenkins2013-02-281-18/+5
|\
| * Shrink size of aggregate_metadata_get_by_host sql queryJoe Gordon2013-02-281-18/+5
* | Remove old commented out code in sqlalchemy modelsJoe Gordon2013-02-281-6/+0
|/
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+1
* Default SG rules for the Security Group "Default"Morgan Fainberg2013-02-191-0/+9
* create new cidr type for data storageSean Dague2013-02-181-4/+4
* Merge "Use oslo database code"Jenkins2013-02-071-69/+3
|\
| * Use oslo database codeEric Windisch2013-02-051-69/+3
* | Merge "Record instance actions and events"Jenkins2013-02-051-1/+5
|\ \ | |/ |/|
| * Record instance actions and eventsAndrew Laski2013-02-011-1/+5
* | Optimize floating ip list to make one db queryVishvananda Ishaya2013-02-021-1/+15
|/
* Fix SQL Error with fixed ips under devstack/postgresqlDavanum Srinivas2013-01-291-1/+1
* Merge "Fix floating ips with external gateway"Jenkins2013-01-291-0/+6
|\
| * Fix floating ips with external gatewayVishvananda Ishaya2013-01-211-0/+6
* | Merge "Avoid db lookup in info_from_instance()."Jenkins2013-01-251-1/+1
|\ \
| * | Avoid db lookup in info_from_instance().Russell Bryant2013-01-241-1/+1
* | | Enable N302: Import modules onlyJoe Gordon2013-01-251-20/+20
|/ /
* | Provide creating real unique constraints for columnsBoris Pavlovic2013-01-231-25/+28
* | Fix the wrong datatype in task_log table.Wenhao Xu2013-01-221-2/+2
|/
* Add host to instance_faults table.Rick Harris2013-01-171-0/+1
* Merge "use postgresql INET datatype for storing IPs"Jenkins2013-01-171-19/+20
|\