| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow actions queries by UUID and PEP8 fixes. | Josh Kearney | 2011-08-05 | 1 | -2/+8 |
| * | Remove instances of the "diaper pattern" | Matthew Hooker | 2011-08-05 | 1 | -6/+8 |
| |\ | |||||
| | * | Remove instances of the "diaper pattern" | Matthew Hooker | 2011-08-03 | 1 | -6/+8 |
| * | | Load instance_types in downgrade method too | Johannes Erdfelt | 2011-08-03 | 1 | -0/+1 |
| * | | Merge with trunk | Johannes Erdfelt | 2011-08-03 | 1 | -1/+2 |
| |\| | |||||
| | * | merge the trunk | Jason Koelker | 2011-08-02 | 1 | -2/+7 |
| | |\ | |||||
| | * | | You see what happens Danny when you forget to close the parenthesis | Jason Koelker | 2011-07-29 | 1 | -1/+1 |
| | * | | allow getting by the cidr_v6 | Jason Koelker | 2011-07-29 | 1 | -1/+2 |
| * | | | Use flavorid only at the API level and use instance_type_id internally | Johannes Erdfelt | 2011-08-03 | 2 | -3/+74 |
| | |/ |/| | |||||
| * | | FlavorNotFound already existed, no need to create another exception. | Brian Lamar | 2011-07-29 | 1 | -2/+7 |
| |/ | |||||
| * | Round 1 of changes for keystone integration. | Vishvananda Ishaya | 2011-07-29 | 2 | -18/+2 |
| |\ | |||||
| | * | merged trunk | Vishvananda Ishaya | 2011-07-28 | 4 | -4/+52 |
| | |\ | |||||
| | * | | pull out auth manager from db | Vishvananda Ishaya | 2011-07-22 | 1 | -16/+0 |
| | * | | merged trunk | Vishvananda Ishaya | 2011-07-22 | 1 | -3/+3 |
| | |\ \ | |||||
| | * | | | start removing references to AuthManager | Vishvananda Ishaya | 2011-07-21 | 1 | -2/+2 |
| * | | | | Use utils.utcnow. Use True instead of literal 1 | Matthew Hooker | 2011-07-28 | 1 | -3/+2 |
| * | | | | fix undefined variable errors | Matthew Hooker | 2011-07-27 | 1 | -1/+2 |
| * | | | | fix call to nonexistant method to_global_ipv6. | Matthew Hooker | 2011-07-27 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | Fixed conflict | Josh Kearney | 2011-07-27 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Removed FK import. | Josh Kearney | 2011-07-27 | 1 | -2/+1 |
| | * | | | Delete FK before dropping instance_id column. | Josh Kearney | 2011-07-27 | 1 | -1/+8 |
| | * | | | queries in the models.Instance context need to reference the table by name (f... | Kevin Bringard | 2011-07-26 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | | * | | | Found some additional fixed_ip. entries in the Intance model contest that nee... | Kevin Bringard | 2011-07-01 | 1 | -2/+2 |
| | | * | | | Changed fixed_ip.network to be fixed_ips.network, which is the correct DB field | Kevin Bringard | 2011-07-01 | 1 | -1/+1 |
| * | | | | | Fail silently. | Josh Kearney | 2011-07-27 | 1 | -2/+5 |
| * | | | | | Drop FK before dropping instance_id column. | Josh Kearney | 2011-07-27 | 1 | -0/+6 |
| |/ / / / | |||||
| * | | | | default to None in the method signature | Jason Koelker | 2011-07-22 | 2 | -1/+3 |
| * | | | | merge trunk | Jason Koelker | 2011-07-21 | 4 | -11/+59 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Updated the compute API so that has_finished_migration uses instance_uuid. | Dan Prince | 2011-07-21 | 1 | -3/+3 |
| | | |/ | |/| | |||||
| | * | | Fixes lp813006 | matt.dietz@rackspace.com | 2011-07-21 | 2 | -3/+3 |
| | |\ \ | |||||
| | | * \ | Merge from trunk | matt.dietz@rackspace.com | 2011-07-21 | 4 | -17/+103 |
| | | |\ \ | |||||
| | | * | | | Fixes lp813006 - inconsistent DB API naming | matt.dietz@rackspace.com | 2011-07-19 | 2 | -3/+3 |
| | * | | | | Merge from trunk and moved the migration again | matt.dietz@rackspace.com | 2011-07-21 | 5 | -17/+103 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | Merge from trunk and migration rename | matt.dietz@rackspace.com | 2011-07-20 | 5 | -9/+89 |
| | |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | | First pass | matt.dietz@rackspace.com | 2011-07-14 | 3 | -5/+53 |
| | | |_|/ | |/| | | |||||
| * | | | | rename in preperation for trunk merge | Jason Koelker | 2011-07-21 | 1 | -0/+0 |
| * | | | | allow 2 dns servers to be specified on network create | Jason Koelker | 2011-07-21 | 1 | -0/+36 |
| * | | | | allow 2 dns servers to be specified on network create | Jason Koelker | 2011-07-21 | 1 | -0/+1 |
| | |_|/ |/| | | |||||
| * | | | - Add 'fixed_ipv6' property to VirtualInterface model | Brian Waldon | 2011-07-21 | 1 | -0/+13 |
| |\ \ \ | |||||
| | * | | | pep8 cleanup | Brian Waldon | 2011-07-18 | 1 | -1/+1 |
| | * | | | adding fixed_ipv6 property to VirtualInterface model; exposing ipv6 in api | Brian Waldon | 2011-07-18 | 2 | -1/+14 |
| * | | | | add downgrade | Vishvananda Ishaya | 2011-07-19 | 1 | -4/+11 |
| * | | | | change migration number | Vishvananda Ishaya | 2011-07-18 | 1 | -0/+0 |
| * | | | | merged trunk | Vishvananda Ishaya | 2011-07-18 | 4 | -9/+89 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | This change adds the basic boot-from-volume support to the image service. | Isaku Yamahata | 2011-07-18 | 4 | -1/+73 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | sqlalchemy/migrate: resolved version conflict | Isaku Yamahata | 2011-07-08 | 1 | -0/+0 |
| | | * | | merge with trunk | Isaku Yamahata | 2011-07-08 | 10 | -277/+1171 |
| | | |\| | |||||
| | | * | | sqlalchmey/migration: resolved version conflict | Isaku Yamahata | 2011-06-27 | 1 | -0/+0 |
| | | * | | merge with trunk | Isaku Yamahata | 2011-06-27 | 4 | -0/+149 |
| | | |\ \ | |||||
| | | * | | | db/block_device_mapping/api: introduce update_or_create | Isaku Yamahata | 2011-06-22 | 2 | -1/+24 |
