summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* Fixes to the SQLAlchmeny API such that metadata is saved on an instance_update.Dan Prince2011-05-281-9/+13
* waldon's naming feedbackMark Washenberger2011-05-191-1/+1
* merge lp:novaMark Washenberger2011-05-184-4/+136
|\
| * merged trunkVishvananda Ishaya2011-05-173-1/+71
| |\
| | * Added missing metadata join to instance_get calls.Josh Kearney2011-05-171-0/+2
| | |\
| | | * Added missing metadata join to instance_get calls.Josh Kearney2011-05-161-0/+2
| | * | don't throw type errors on NoneType int conversionsMark Washenberger2011-05-171-0/+1
| | * | merge lp:novaMark Washenberger2011-05-174-30/+273
| | |\|
| | * | add logging to migration and fix migration versionMark Washenberger2011-05-161-1/+7
| | * | merge trunkMark Washenberger2011-05-1215-79/+24
| | |\ \
| | * | | handle instance_type_ids that are NULL during upgrade to integersMark Washenberger2011-05-121-1/+1
| | * | | make instance.instance_type_id an integer to support joins in postgresMark Washenberger2011-05-112-1/+62
| * | | | move migration 017 to 018Vishvananda Ishaya2011-05-171-0/+0
| * | | | add migration for proper nameVishvananda Ishaya2011-05-172-1/+61
| | |_|/ | |/| |
| * | | Migrate quota schema from hardcoded columns to a key-value approach. The hope...Mark Washenberger2011-05-164-28/+269
| |\ \ \
| * | | | Make sure imports are in alphabetical orderJohannes Erdfelt2011-05-121-1/+1
| * | | | Implement IPv6 address generation that includes account identifierJohannes Erdfelt2011-05-111-1/+2
| * | | | Merged trunkJohannes Erdfelt2011-05-1115-79/+24
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Abstract out IPv6 address generation to pluggable backendsJohannes Erdfelt2011-05-111-2/+3
| | |_|/ | |/| |
* | | | get real absolute limits in openstack api and verify absolute limit responsesMark Washenberger2011-05-181-2/+2
* | | | add ram limits to instance quotasMark Washenberger2011-05-172-3/+4
| |_|/ |/| |
* | | merge lp:novaMark Washenberger2011-05-1315-79/+24
|\ \ \ | | |/ | |/|
| * | Removed commented out 'from nova import log as logging' line, per request fro...Justin Shepherd2011-05-117-7/+0
| * | removed unused wild card imports, replaced sqlalchemy wildcard import with ex...Justin Shepherd2011-05-1015-63/+29
| * | removed unused wild card imports, replaced sqlalchemy wildcard import with ex...Justin Shepherd2011-05-101-4/+3
| * | removed unused wild card imports, replaced sqlalchemy wildcard import with ex...Justin Shepherd2011-05-101-7/+2
| * | removed unused wild card imports, replaced sqlalchemy wildcard import with ex...Justin Shepherd2011-05-101-5/+2
| * | removed unused wild card imports, replaced sqlalchemy wildcard import with ex...Justin Shepherd2011-05-101-6/+1
| |/
* | rename quota column to 'hard_limit' to make it simpler to avoid collisions wi...Mark Washenberger2011-05-123-12/+12
* | oops fixed a docstringMark Washenberger2011-05-111-1/+1
* | more filter alignmentMark Washenberger2011-05-111-3/+3
* | align filters on queryMark Washenberger2011-05-111-7/+7
* | better pylint scores on importsMark Washenberger2011-05-111-2/+2
* | migrate back updated_at correctlyMark Washenberger2011-05-101-1/+1
* | give a more informative message if pre-migration assertions failMark Washenberger2011-05-101-1/+4
* | fix migration bugMark Washenberger2011-05-101-1/+1
* | migration bug fixesMark Washenberger2011-05-101-5/+29
* | convert quota table to key-valueMark Washenberger2011-05-064-30/+244
|/
* Final cleanup of nova/exceptions.py in my series of refactoring branchesBrian Waldon2011-04-301-2/+2
|\
| * further cleanup of nova/exceptions.pyBrian Waldon2011-04-271-2/+2
* | converted 1/0 comparison to True/False for Postgres compatibilityKen Pepple2011-04-281-4/+4
|/
* pep8Brian Waldon2011-04-221-1/+1
* merging trunkBrian Waldon2011-04-227-48/+102
|\
| * Provide option of auto assigning floating ip to each instance. Depend on auto...Eldar Nugaev2011-04-224-0/+59
| |\
| | * style cleaningEldar Nugaev2011-04-211-2/+4
| | * pep8 cleaningEldar Nugaev2011-04-211-0/+1
| | * trunk mergedIlya Alekseyev2011-04-191-1/+1
| | |\
| | * | pep8 fixedIlya Alekseyev2011-04-181-1/+1
| | * | not performing floating ip operation with auto allocated ipsIlya Alekseyev2011-04-182-0/+3
| | * | pep8 fixesIlya Alekseyev2011-04-121-4/+2