summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | migaration and pep8 fixesIlya Alekseyev2011-04-122-0/+40
| | * | Floating ips auto assignmentIlya Alekseyev2011-04-112-0/+15
| * | | merged trunkVishvananda Ishaya2011-04-215-38/+46
| |\ \ \
| | * \ \ Create a dictionary of instance_types before executing SQL updates in the ins...Dan Prince2011-04-211-2/+4
| | |\ \ \
| | | * | | Create a dictionary of instance_types before executing SQL updates in the ins...Dan Prince2011-04-191-2/+4
| | * | | | docstring cleanup, nova/db dirtermie2011-04-203-33/+38
| | |/ / /
| * | / / Fixes cloudpipe to get the proper ip address.Vishvananda Ishaya2011-04-192-13/+1
| | |/ / | |/| |
* | | | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-71/+60
| |/ / |/| |
* | | Implement quotas for the new v1.1 server metadata controller.Dan Prince2011-04-191-2/+3
|\ \ \ | |_|/ |/| |
| * | Merged trunk.Brian Lamar2011-04-124-1/+118
| |\|
| * | Merge w/ trunk.Dan Prince2011-04-051-1/+3
| |\ \
| * | | Implement quotas for the new v1.1 server metadata controller.Dan Prince2011-03-301-2/+3
* | | | use 'is not None' instead of '!= None'Jason Koelker2011-04-181-1/+1
| |_|/ |/| |
* | | Drop unneeded Fkey on InstanceTypes.id.Dan Prince2011-04-071-2/+1
* | | Remove comments.Dan Prince2011-04-051-2/+0
* | | Merge w/ trunk.Dan Prince2011-04-041-1/+3
|\ \ \ | | |/ | |/|
| * | Added updated_at field to update statement according to Jay's comment.Masanori Itoh2011-04-021-1/+3
| * | Added synchronize_session parameter to a query in fixed_ip_disassociate_all_b...Masanori Itoh2011-03-311-1/+1
| |/
* / Refactor so that instances.instance_type is now instances.instance_type_id.Dan Prince2011-04-044-2/+122
|/
* Add a "links" container to flavors entities for Openstack API v1.1.Brian Waldon2011-03-251-1/+1
|\
| * merged trunk r864Brian Waldon2011-03-245-10/+213
| |\
| * \ merging trunk r843Brian Waldon2011-03-224-10/+24
| |\ \
| * \ \ merging parent branch lp:~bcwaldon/nova/osapi-flavors-1_1Brian Waldon2011-03-173-1/+22
| |\ \ \
| * | | | expanding osapi flavors tests; rewriting flavors resource with view builders;...Brian Waldon2011-03-161-1/+1
* | | | | Merge w/ trunk.Dan Prince2011-03-242-7/+12
|\ \ \ \ \
| * \ \ \ \ trunk mergeSandy Walsh2011-03-242-7/+11
| |\ \ \ \ \
| | * \ \ \ \ Pylint 'Undefined variable' E0602 error fixes.Brian Lamar2011-03-241-1/+2
| | |\ \ \ \ \
| | | * \ \ \ \ Merged trunk and resolved conflict in nova/db/sqlalchemy/api.pyBrian Lamar2011-03-244-5/+57
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Merged trunk.Brian Lamar2011-03-236-13/+171
| | | |\ \ \ \ \
| | | * | | | | | id -> instance_idBrian Lamar2011-03-231-1/+1
| | | * | | | | | Fixed 'Undefined variable' errors generated by pylint (E0602).Brian Lamar2011-03-182-4/+3
| | * | | | | | | Made service_get_all()'s disabled parameter default to None. Pass False for e...Josh Kleinpeter2011-03-242-6/+9
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | Changed default for disabled on service_get_all to None. Changed calls to ser...Josh Kleinpeter2011-03-222-6/+9
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | trunk mergeSandy Walsh2011-03-245-10/+213
| |\| | | | | |
| * | | | | | | pep8 and fixed up zone-listSandy Walsh2011-03-221-4/+0
| * | | | | | | zones3 and trunk mergeSandy Walsh2011-03-214-10/+24
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | refactored out middleware, now it's a decorator on service.apiSandy Walsh2011-03-175-95/+502
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | cleanupSandy Walsh2011-03-161-1/+1