| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Untested) Make changes to security group rules propagate to the relevant com... | Soren Hansen | 2010-09-13 | 1 | -3/+17 |
| * | Security Group API layer cleanup | Devin Carlen | 2010-09-11 | 1 | -41/+43 |
| * | Finished security group / project refactor | Devin Carlen | 2010-09-10 | 1 | -3/+2 |
| * | Refactored to security group api to support projects | Devin Carlen | 2010-09-10 | 1 | -32/+51 |
| * | Adjust a few things to make the unit tests happy again. | Soren Hansen | 2010-09-10 | 1 | -1/+1 |
| * | Merge with orm_deux (fixing up style changes in my stuff at the same time). | Soren Hansen | 2010-09-10 | 2 | -39/+36 |
| |\ | |||||
| | * | more fixes from code review | Vishvananda Ishaya | 2010-09-07 | 2 | -39/+36 |
| * | | First pass of nwfilter based security group implementation. It is not where i... | Soren Hansen | 2010-09-10 | 1 | -1/+0 |
| * | | Create and delete security groups works. | Soren Hansen | 2010-09-10 | 2 | -8/+36 |
| * | | Authorize and Revoke access now works. | Soren Hansen | 2010-09-09 | 1 | -3/+48 |
| * | | AuthorizeSecurityGroupIngress now works. | Soren Hansen | 2010-09-09 | 1 | -4/+46 |
| * | | Alright, first hole poked all the way through. We can now create security gro... | Soren Hansen | 2010-09-09 | 1 | -4/+10 |
| * | | Merge orm_deux. | Soren Hansen | 2010-09-08 | 3 | -304/+271 |
| |\| | |||||
| | * | Lots of fixes to make the nova commands work properly and make datamodel work... | Vishvananda Ishaya | 2010-09-07 | 1 | -5/+6 |
| | * | fixed up format_instances | Vishvananda Ishaya | 2010-09-03 | 1 | -18/+18 |
| | * | removed references to compute.model | Vishvananda Ishaya | 2010-09-02 | 1 | -4/+6 |
| | * | renamed daemon to service and update db on create and destroy | Vishvananda Ishaya | 2010-09-02 | 1 | -1/+1 |
| | * | rename node_name to host | Vishvananda Ishaya | 2010-08-31 | 1 | -3/+3 |
| | * | merged trunk, fixed a couple errors | Vishvananda Ishaya | 2010-08-30 | 1 | -1/+0 |
| | |\ | |||||
| | * | | all tests pass again | Vishvananda Ishaya | 2010-08-30 | 1 | -2/+2 |
| | * | | instance runs | Vishvananda Ishaya | 2010-08-30 | 1 | -37/+47 |
| | * | | tests pass | Vishvananda Ishaya | 2010-08-29 | 1 | -1/+1 |
| | * | | moved network code into business layer | Vishvananda Ishaya | 2010-08-28 | 1 | -11/+8 |
| | * | | move None context up into cloud | Vishvananda Ishaya | 2010-08-27 | 1 | -2/+4 |
| | * | | split volume into service/manager/driver | Vishvananda Ishaya | 2010-08-27 | 1 | -6/+4 |
| | * | | more data layer breakouts, lots of fixes to cloud.py | Vishvananda Ishaya | 2010-08-25 | 1 | -130/+91 |
| | * | | small tweaks | Jesse Andrews | 2010-08-24 | 1 | -6/+4 |
| | * | | move create volume to work like instances | Jesse Andrews | 2010-08-24 | 1 | -14/+21 |
| | * | | work towards volumes using db layer | Jesse Andrews | 2010-08-24 | 1 | -5/+7 |
| | * | | run instances works | Vishvananda Ishaya | 2010-08-24 | 1 | -28/+34 |
| | |\ \ | |||||
| | | * \ | merge vish | Jesse Andrews | 2010-08-24 | 1 | -1/+1 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | more work on getting running instances to work | Jesse Andrews | 2010-08-24 | 1 | -23/+26 |
| | * | | | merge and fixes to creates to all return id | Vishvananda Ishaya | 2010-08-23 | 2 | -57/+34 |
| | |\| | | |||||
| | | * | | merge vish | Jesse Andrews | 2010-08-24 | 1 | -19/+30 |
| | | |\ \ | |||||
| | | * | | | more cleanup | Jesse Andrews | 2010-08-24 | 2 | -57/+34 |
| | * | | | | bunch more fixes | Vishvananda Ishaya | 2010-08-23 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| | * | | | moving network code and fixing run_instances | Vishvananda Ishaya | 2010-08-23 | 1 | -19/+30 |
| | |/ / | |||||
| | * | | getting run/terminate/describe to work | Jesse Andrews | 2010-08-24 | 1 | -79/+77 |
| | * | | merged trunk and fixed merge errors | Vishvananda Ishaya | 2010-08-23 | 9 | -236/+0 |
| | |\ \ | |||||
| | * | | | Refactored network model access into data abstraction layer. | Vishvananda Ishaya | 2010-08-23 | 1 | -14/+14 |
| | * | | | remove references to deleted files so tests run | Vishvananda Ishaya | 2010-08-17 | 1 | -1/+0 |
| | * | | | merged trunk | Vishvananda Ishaya | 2010-08-17 | 15 | -220/+252 |
| | |\ \ \ | |||||
| | * \ \ \ | merged trunk | Vishvananda Ishaya | 2010-08-16 | 1 | -3/+3 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merged trunk and fixed conflicts | Vishvananda Ishaya | 2010-08-16 | 1 | -4/+11 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | fix launching and describing instances to work with sqlalchemy | Vishvananda Ishaya | 2010-08-16 | 1 | -54/+52 |
| * | | | | | | | Add stubbed out handler for AuthorizeSecurityGroupIngress EC2 API call. | Soren Hansen | 2010-09-07 | 1 | -0/+4 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Dead code removal. | Eric Day | 2010-08-30 | 1 | -1/+0 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | Removed old cloud_topic queue setup, it is no longer used. | Eric Day | 2010-08-18 | 1 | -1/+0 |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | In an effort to keep new and old API code separate, I've created a nova.api t... | Eric Day | 2010-08-17 | 9 | -236/+0 |
| |/ / / / | |||||
| * | | | | See description of change... what's the difference between that message and t... | Michael Gundlach | 2010-08-17 | 11 | -215/+236 |
| |\ \ \ \ | |||||
