summaryrefslogtreecommitdiffstats
path: root/nova/db
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | moved scheduler API check into db.api decoratorSandy Walsh2011-03-161-1/+34
* | | | | | | | change names for consistency with existing db apiMark Washenberger2011-03-242-12/+12
* | | | | | | | Merge w/ trunk.Dan Prince2011-03-245-10/+213
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fix issues with certificate updating & whitespace removalTodd Willey2011-03-241-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix some crypto strangeness (\n in file_name field of certificates, wrong IMP...Todd Willey2011-03-231-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Unit test cleanupmatt.dietz@rackspace.com2011-03-231-1/+1
| * | | | | | | Moving the migration yet againmatt.dietz@rackspace.com2011-03-231-0/+0
| * | | | | | | Merge from trunkmatt.dietz@rackspace.com2011-03-232-5/+156
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Enable flat manager support for ipv6.Tushar Patil2011-03-232-5/+156
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fix to avoid db migration failure in virtualenvKoji Iida2011-03-231-0/+3
| | | * | | | | Changed Copyright to NTT for newly added files for flatmanager ipv6Tushar Patil2011-03-181-1/+1
| | | * | | | | converted new lines from CRLF to LFTushar Patil2011-03-161-151/+151
| | | * | | | | pep8 cleanKoji Iida2011-03-161-2/+1
| | | * | | | | removed conflicts and merged with trunkTushar Patil2011-03-145-0/+301
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | merged with latest trunk and removed unwanted filesTushar Patil2011-03-114-176/+146
| | | |\ \ \ \ \
| | | * \ \ \ \ \ fixed conflicts after merging with trunk with 787Tushar Patil2011-03-117-3/+434
| | | |\ \ \ \ \ \
| | | * | | | | | | fixed formatting and redundant importsTushar Patil2011-03-101-1/+0
| | | * | | | | | | remove ra_server from model and fix migration issue while running unit testsTushar Patil2011-03-032-8/+54
| | | * | | | | | | Removed properties added to fixed_ips by xs-ipv6 BPTushar Patil2011-03-031-3/+0
| | | * | | | | | | altered ra_server name to gateway_v6Tushar Patil2011-03-032-98/+6
| | | * | | | | | | Merged with TrunkTushar Patil2011-03-035-13/+357
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Changed ra_server to gateway_v6 and removed addressv6 column from fixed_ips d...Tushar Patil2011-03-013-27/+13
| | | * | | | | | | | IPV6 FlatManager changesTushar Patil2011-02-243-4/+85
| * | | | | | | | | | Tweakmatt.dietz@rackspace.com2011-03-221-0/+1
| * | | | | | | | | | Merge stuffmatt.dietz@rackspace.com2011-03-221-2/+2