| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge patch from Vish to move creation of default security groups into the AP... | Soren Hansen | 2010-09-29 | 5 | -14/+30 |
| |\ |
|
| | * | move default group creation to api | Vishvananda Ishaya | 2010-09-28 | 5 | -14/+30 |
| * | | Apply patch from Vish to fix a hardcoded id in the unit tests. | Soren Hansen | 2010-09-29 | 1 | -6/+7 |
| |/ |
|
| * | Improve unit tests for network filtering. It now tracks recursive filter depe... | Soren Hansen | 2010-09-28 | 1 | -17/+28 |
| * | Make sure arguments to string format are in the correct order. | Soren Hansen | 2010-09-28 | 1 | -2/+3 |
| * | Make the incoming blocking rules take precedence over the output accept rules. | Soren Hansen | 2010-09-28 | 1 | -8/+9 |
| * | This is getting ridiculous. | Soren Hansen | 2010-09-28 | 1 | -10/+40 |
| * | Set priority of security group rules to 300 to make sure they override the de... | Soren Hansen | 2010-09-27 | 1 | -1/+1 |
| * | Recreate ensure_security_group_filter. Needed for refresh. | Soren Hansen | 2010-09-27 | 1 | -4/+8 |
| * | Clean up nwfilter code. Move our filters into the ipv4 chain. | Soren Hansen | 2010-09-27 | 1 | -61/+38 |
| * | If neither a security group nor a cidr has been passed, assume cidr=0.0.0.0/0 | Soren Hansen | 2010-09-27 | 1 | -1/+1 |
| * | If an instance never got scheduled for whatever reason, its host will turn up... | Soren Hansen | 2010-09-27 | 1 | -1/+2 |
| * | Allow DHCP requests through, pass the IP of the gateway as the dhcp server. | Soren Hansen | 2010-09-27 | 3 | -1/+7 |
| * | Merge trunk | Soren Hansen | 2010-09-24 | 26 | -268/+684 |
| |\ |
|
| | * | Put EC2 API -> eventlet back into trunk, fixing the bits that I missed when I... | Michael Gundlach | 2010-09-23 | 18 | -253/+341 |
| | |\ |
|
| | | * | Merge vishy's patch: admin-user-not-admin-role | Michael Gundlach | 2010-09-23 | 1 | -4/+5 |
| | | |\ |
|
| | | | * | Apply vish's patch | Michael Gundlach | 2010-09-23 | 1 | -4/+5 |
| | | |/ |
|
| | | * | Merge lp:~eday/nova/endpoint-cleanup | Michael Gundlach | 2010-09-23 | 10 | -167/+122 |
| | | |\ |
|
| | | | * | Applied vish's fixes. | Eric Day | 2010-09-23 | 1 | -2/+4 |
| | | | * | Fixed rpc consumer to use unique return connection to prevent overlap. This c... | Eric Day | 2010-09-23 | 1 | -5/+8 |
| | | | * | Merged gundlach's branch. | Eric Day | 2010-09-23 | 11 | -92/+224 |
| | | | |\
| | | |/
| | |/| |
|
| | | * | | Merge lp:~gundlach/nova/rbac_tests_rewrite | Michael Gundlach | 2010-09-23 | 6 | -78/+56 |
| | | |\ \ |
|
| | | | * | | Responding to eday's feedback -- make a clearer inner wsgi app | Michael Gundlach | 2010-09-22 | 1 | -1/+4 |
| | | | * | | Reenable access_unittest now that it works with new rbac | Michael Gundlach | 2010-09-21 | 1 | -2/+1 |
| | | | * | | Rewrite rbac tests to use Authorizer middleware | Michael Gundlach | 2010-09-21 | 4 | -76/+47 |
| | | * | | | Merge lp:~gundlach/nova/missing_ec2_url_endpoints | Michael Gundlach | 2010-09-23 | 3 | -8/+160 |
| | | |\ \ \ |
|
| | | | * | | | Added FLAGS.FAKE_subdomain letting you manually set the subdomain for testing... | Michael Gundlach | 2010-09-23 | 1 | -5/+16 |
| | | | * | | | Re-add root and metadata request handlers to EC2 API | Michael Gundlach | 2010-09-22 | 3 | -8/+149 |
| | | | |/ / |
|
| | | * | | | Spot-fix endpoint reference | Michael Gundlach | 2010-09-23 | 1 | -1/+1 |
| | | * | | | Merge lp:~soren/nova/nova-api-new-daemonize | Michael Gundlach | 2010-09-23 | 1 | -4/+9 |
| | | |\ \ \ |
|
| | | | * | | | Wrap WSGI container in server.serve to make it properly handle command line a... | Soren Hansen | 2010-09-23 | 1 | -4/+9 |
| | | |/ / / |
|
| | | * | | | Apply vish's patch | Michael Gundlach | 2010-09-23 | 1 | -2/+1 |
| | | * | | | Soren's patch to fix part of ec2 | Michael Gundlach | 2010-09-22 | 1 | -3/+1 |
| | | | | * | Fixed cloudpipe lib init. | Eric Day | 2010-09-23 | 2 | -1/+3 |
| | | | | * | Various loose ends for endpoint and tornado removal cleanup, including cloudp... | Eric Day | 2010-09-22 | 9 | -157/+105 |
| | | | |/
| | |/| |
|
| | * | | | Implementation of Rackspace token based authentication for the Openstack API. | mdietz | 2010-09-23 | 26 | -742/+824 |
| | |\ \ \ |
|
| | | * \ \ | Merge fix from Soren | mdietz | 2010-09-23 | 3 | -44/+24 |
| | | |\ \ \ |
|
| | | | * | | | Compare project_id to '' using == (equality) rather than 'is' (identity). Thi... | Soren Hansen | 2010-09-23 | 1 | -1/+1 |
| | | | * | | | Re-added the ramdisk line I accidentally removed | mdietz | 2010-09-22 | 1 | -1/+2 |
| | | | * | | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u... | mdietz | 2010-09-22 | 2 | -2/+5 |
| | | | * | | | merge from trunk | mdietz | 2010-09-22 | 18 | -727/+483 |
| | | | |\ \ \
| | | | | |/
| | | | |/| |
|
| | | | * | | | Missed the model include, and fixed a broke test after the merge | Cerberus | 2010-09-21 | 3 | -1/+12 |
| | | | * | | | Merge from trunk and resolving merge conflicts | Cerberus | 2010-09-21 | 38 | -291/+1973 |
| | | | |\ \ \ |
|
| | | * | | | | | Re-added the ramdisk line I accidentally removed | mdietz | 2010-09-23 | 1 | -1/+2 |
| | | * | | | | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u... | mdietz | 2010-09-23 | 2 | -2/+5 |
| | | * | | | | | Missed the model include, and fixed a broken test after the merge | mdietz | 2010-09-23 | 3 | -1/+12 |
| | | * | | | | | Some more refactoring and another unit test | mdietz | 2010-09-23 | 5 | -45/+58 |
| | | |\| | | | |
|
| | | | * | | | | Some more refactoring and another unit test | Cerberus | 2010-09-21 | 5 | -45/+58 |
| | | * | | | | | Refactored the auth branch based on review feedback | mdietz | 2010-09-23 | 7 | -102/+220 |
| | | |\| | | | |
|
| | | | * | | | | Refactored the auth branch based on review feedback | Cerberus | 2010-09-20 | 7 | -127/+225 |