summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-71/+60
* | | | | | | | | | | | | | | | updated the hypervisors and ec2 api to support receiving lists from pluralize...Trey Morris2011-05-192-11/+12
* | | | | | | | | | | | | | | | updated the mac_address delete function to actually delete the rows, and upda...Trey Morris2011-05-161-17/+8
* | | | | | | | | | | | | | | | merge koelker migration changesTrey Morris2011-05-161-7/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | make the migration work like we expect it toJason Koelker2011-05-161-7/+17
* | | | | | | | | | | | | | | | added |fixed_ip_get_all_by_mac_address| and |mac_address_get_by_fixed_ip| to ...Trey Morris2011-05-132-0/+41
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | fixed_ip disassociate now also unsets mac_address_idTrey Morris2011-05-124-25/+60
* | | | | | | | | | | | | | | updated previous calls referring to the flags to use the column from the netw...Trey Morris2011-05-122-1/+17
* | | | | | | | | | | | | | | misc related network manager refactor and cleanupTrey Morris2011-05-122-139/+161
* | | | | | | | | | | | | | | added eagerloading mac adddresses for instanceTrey Morris2011-04-271-0/+9
* | | | | | | | | | | | | | | merge trunkTrey Morris2011-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
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | 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
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | eager loaded mac_address attributes for mac address get functionsTrey Morris2011-04-211-2/+12
* | | | | | | | | | | | | commit to push for testingTrey Morris2011-04-214-36/+69
* | | | | | | | | | | | | merge trunkTrey Morris2011-04-114-3/+122
|\| | | | | | | | | | | |
| * | | | | | | | | | | | 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
| |/ / / / / / / / / /
* | | | | | | | | | | network manager changes, compute changes, various otherTrey Morris2011-04-114-14/+29
* | | | | | | | | | | merge with trunkTrey Morris2011-03-2813-83/+1302
|\| | | | | | | | | |
| * | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | moved scheduler API check into db.api decoratorSandy Walsh2011-03-161-1/+34