| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Untested) Make changes to security group rules propagate to the relevant ↵ | Soren Hansen | 2010-09-13 | 3 | -16/+46 |
| | | | | | compute nodes. | ||||
| * | Filters all get defined when running an instance. | Soren Hansen | 2010-09-13 | 7 | -22/+179 |
| | | |||||
| * | Merge nwfilter branch. | Soren Hansen | 2010-09-13 | 2 | -0/+6 |
| |\ | |||||
| | * | Add a clean-traffic filterref to the libvirt templates to prevent spoofing ↵ | Soren Hansen | 2010-09-07 | 2 | -0/+6 |
| | | | | | | | | | and snooping attacks from the guests. | ||||
| * | | Merge Devin's security groups branch. | Soren Hansen | 2010-09-13 | 8 | -124/+195 |
| |\ \ | |||||
| | * | | Security Group API layer cleanup | Devin Carlen | 2010-09-11 | 3 | -41/+59 |
| | | | | |||||
| | * | | Fixed manager_user reference in create_project | Devin Carlen | 2010-09-11 | 1 | -6/+6 |
| | | | | |||||
| | * | | Finished security group / project refactor | Devin Carlen | 2010-09-10 | 5 | -15/+26 |
| | | | | |||||
| | * | | Refactored to security group api to support projects | Devin Carlen | 2010-09-10 | 8 | -91/+133 |
| |/ / | |||||
| * | | Adjust a few things to make the unit tests happy again. | Soren Hansen | 2010-09-10 | 2 | -2/+6 |
| | | | |||||
| * | | Merge with orm_deux (fixing up style changes in my stuff at the same time). | Soren Hansen | 2010-09-10 | 37 | -634/+609 |
| |\ \ | |||||
| | * | | removed extraneous rollback | Vishvananda Ishaya | 2010-09-09 | 1 | -1/+0 |
| | | | | |||||
| | * | | logging for backend is now info instead of error | Vishvananda Ishaya | 2010-09-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | set state everywhere | Vishvananda Ishaya | 2010-09-09 | 1 | -14/+16 |
| | | | | |||||
| | * | | consistent naming for instance_set_state | Vishvananda Ishaya | 2010-09-09 | 2 | -3/+3 |
| | | | | |||||
| | * | | fixed missing paren | Vishvananda Ishaya | 2010-09-08 | 1 | -3/+3 |
| | | | | |||||
| | * | | remove end of line slashes from models.py | Vishvananda Ishaya | 2010-09-08 | 1 | -20/+20 |
| | | | | |||||
| | * | | set state moved to db layer | Vishvananda Ishaya | 2010-09-08 | 1 | -7/+22 |
| | | | | |||||
| | * | | changed a few unused context to _context | Vishvananda Ishaya | 2010-09-07 | 1 | -9/+9 |
| | | | | |||||
| | * | | fixed a few bugs in volume handling | Vishvananda Ishaya | 2010-09-07 | 4 | -22/+42 |
| | | | | |||||
| | * | | merged trunk | Vishvananda Ishaya | 2010-09-07 | 10 | -4/+99 |
| | |\ \ | |||||
| | | * \ | It's annoying and confusing to have to set PYTHONPATH to point to your | Soren Hansen | 2010-09-08 | 10 | -4/+99 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | development tree before you run any of the scripts. If you're lucky, it just fails (because you don't have nova in the default search path (i.e. don't have them installed in /usr/lib/blah)) so that you can fix it up. If you're less lucky, you spend at least a couple of minutes wondering why the cool changes you made to one of the nova modules don't take effect until you realise it's because it's using the nova stuff in /usr/lib. So, to save myself (and probably others) a bit of time, this patch adds a snippet to each of the scripts in bin/ to detect this and set up the PYTHONPATH. | ||||
| | | | * | | Make the scripts in bin/ detect if they're being run from a bzr checkout | Soren Hansen | 2010-09-08 | 10 | -4/+99 |
| | | | |/ | | | | | | | | | | | | | | | | | or an extracted release tarball or whatever and adjust PYTHONPATH accordingly. | ||||
| | * | | | Last of cleanup, including removing fake_storage flage | Vishvananda Ishaya | 2010-09-07 | 15 | -183/+50 |
| | | | | | |||||
| | * | | | more fixes from code review | Vishvananda Ishaya | 2010-09-07 | 4 | -58/+54 |
| | | | | | |||||
| | * | | | review db code cleanup | Vishvananda Ishaya | 2010-09-07 | 2 | -75/+76 |
| | | | | | |||||
| | * | | | review cleanup for compute manager | Vishvananda Ishaya | 2010-09-07 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | first pass at cleanup rackspace/servers.py | Vishvananda Ishaya | 2010-09-07 | 1 | -16/+13 |
| | | | | | |||||
| | * | | | dhcpbridge fixes from review | Vishvananda Ishaya | 2010-09-07 | 1 | -5/+4 |
| | | | | | |||||
| | * | | | more fixes to session handling | Vishvananda Ishaya | 2010-09-07 | 2 | -7/+9 |
| | | | | | |||||
| | * | | | few typos in updates | Vishvananda Ishaya | 2010-09-07 | 1 | -8/+8 |
| | | | | | |||||
| | * | | | don't log all sql statements | Vishvananda Ishaya | 2010-09-07 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix for getting reference on service update | Vishvananda Ishaya | 2010-09-07 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | clean up of session handling | Vishvananda Ishaya | 2010-09-07 | 3 | -235/+215 |
| | | | | | |||||
| | * | | | fix floating_ip to follow standard create pattern | Vishvananda Ishaya | 2010-09-07 | 3 | -10/+11 |
| | | | | | |||||
| * | | | | First pass of nwfilter based security group implementation. It is not where ↵ | Soren Hansen | 2010-09-10 | 6 | -5/+113 |
| | | | | | | | | | | | | | | | | | it is supposed to be and it does not actually do anything yet. | ||||
| * | | | | Create and delete security groups works. | Soren Hansen | 2010-09-10 | 6 | -16/+104 |
| | | | | | | | | | | | | | | | | | | | | | Adding and revoking rules works. DescribeSecurityGroups returns the groups and rules. So, the API seems to be done. Yay. | ||||
| * | | | | Authorize and Revoke access now works. | Soren Hansen | 2010-09-09 | 5 | -9/+92 |
| | | | | | |||||
| * | | | | AuthorizeSecurityGroupIngress now works. | Soren Hansen | 2010-09-09 | 5 | -13/+161 |
| | | | | | |||||
| * | | | | Alright, first hole poked all the way through. We can now create security ↵ | Soren Hansen | 2010-09-09 | 6 | -8/+160 |
| | | | | | | | | | | | | | | | | | groups and read them back. | ||||
| * | | | | Merge orm_deux. | Soren Hansen | 2010-09-08 | 53 | -3536/+3765 |
| |\| | | | |||||
| | * | | | Merged trunk | Vishvananda Ishaya | 2010-09-07 | 2 | -4/+6 |
| | |\| | | |||||
| | | * | | Just a couple of UML-only fixes: | Soren Hansen | 2010-09-03 | 2 | -4/+5 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * Due to an issue with libvirt, we need to chown the disk image to root. * Just point UML's console directly at a file, and don't bother with the pty. It was only used for debugging. | ||||
| | | | * | | Revert the changes to the qemu libvirt template and make the appropriate ↵ | Soren Hansen | 2010-09-01 | 2 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | changes in the UML template where they belong. | ||||
| | | | * | | chown disk images to root for uml. Due to libvirt dropping CAP_DAC_OVERRIDE ↵ | Soren Hansen | 2010-08-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | for uml, root needs to have explicit access to the disk images for stuff to work. | ||||
| | | | * | | Set UML guests to use a file as their console. This halfway fixes ↵ | Soren Hansen | 2010-08-26 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | get-console-output for them. | ||||
| | * | | | | Lots of fixes to make the nova commands work properly and make datamodel ↵ | Vishvananda Ishaya | 2010-09-07 | 13 | -203/+279 |
| | | | | | | | | | | | | | | | | | | | | | work with mysql properly | ||||
| | * | | | | fixed up format_instances | Vishvananda Ishaya | 2010-09-03 | 1 | -18/+18 |
| | | | | | | |||||
| | * | | | | reverting accidental search/replace change to server.py | Vishvananda Ishaya | 2010-09-03 | 1 | -15/+15 |
| | | | | | | |||||
| | * | | | | removed model from nova-manage | Vishvananda Ishaya | 2010-09-02 | 1 | -5/+3 |
| | | | | | | |||||
