summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge patch from Vish to move creation of default security groups into the AP...Soren Hansen2010-09-295-14/+30
|\
| * move default group creation to apiVishvananda Ishaya2010-09-285-14/+30
* | Apply patch from Vish to fix a hardcoded id in the unit tests.Soren Hansen2010-09-291-6/+7
|/
* Improve unit tests for network filtering. It now tracks recursive filter depe...Soren Hansen2010-09-281-17/+28
* Make sure arguments to string format are in the correct order.Soren Hansen2010-09-281-2/+3
* Make the incoming blocking rules take precedence over the output accept rules.Soren Hansen2010-09-281-8/+9
* This is getting ridiculous.Soren Hansen2010-09-281-10/+40
* Set priority of security group rules to 300 to make sure they override the de...Soren Hansen2010-09-271-1/+1
* Recreate ensure_security_group_filter. Needed for refresh.Soren Hansen2010-09-271-4/+8
* Clean up nwfilter code. Move our filters into the ipv4 chain.Soren Hansen2010-09-271-61/+38
* If neither a security group nor a cidr has been passed, assume cidr=0.0.0.0/0Soren Hansen2010-09-271-1/+1
* If an instance never got scheduled for whatever reason, its host will turn up...Soren Hansen2010-09-271-1/+2
* Allow DHCP requests through, pass the IP of the gateway as the dhcp server.Soren Hansen2010-09-273-1/+7
* Merge trunkSoren Hansen2010-09-2426-268/+684
|\
| * Put EC2 API -> eventlet back into trunk, fixing the bits that I missed when I...Michael Gundlach2010-09-2318-253/+341
| |\
| | * Merge vishy's patch: admin-user-not-admin-roleMichael Gundlach2010-09-231-4/+5
| | |\
| | | * Apply vish's patchMichael Gundlach2010-09-231-4/+5
| | |/
| | * Merge lp:~eday/nova/endpoint-cleanupMichael Gundlach2010-09-2310-167/+122
| | |\
| | | * Applied vish's fixes.Eric Day2010-09-231-2/+4
| | | * Fixed rpc consumer to use unique return connection to prevent overlap. This c...Eric Day2010-09-231-5/+8
| | | * Merged gundlach's branch.Eric Day2010-09-2311-92/+224
| | | |\ | | | |/ | | |/|
| | * | Merge lp:~gundlach/nova/rbac_tests_rewriteMichael Gundlach2010-09-236-78/+56
| | |\ \
| | | * | Responding to eday's feedback -- make a clearer inner wsgi appMichael Gundlach2010-09-221-1/+4
| | | * | Reenable access_unittest now that it works with new rbacMichael Gundlach2010-09-211-2/+1
| | | * | Rewrite rbac tests to use Authorizer middlewareMichael Gundlach2010-09-214-76/+47
| | * | | Merge lp:~gundlach/nova/missing_ec2_url_endpointsMichael Gundlach2010-09-233-8/+160
| | |\ \ \
| | | * | | Added FLAGS.FAKE_subdomain letting you manually set the subdomain for testing...Michael Gundlach2010-09-231-5/+16
| | | * | | Re-add root and metadata request handlers to EC2 APIMichael Gundlach2010-09-223-8/+149
| | | |/ /
| | * | | Spot-fix endpoint referenceMichael Gundlach2010-09-231-1/+1
| | * | | Merge lp:~soren/nova/nova-api-new-daemonizeMichael Gundlach2010-09-231-4/+9
| | |\ \ \
| | | * | | Wrap WSGI container in server.serve to make it properly handle command line a...Soren Hansen2010-09-231-4/+9
| | |/ / /
| | * | | Apply vish's patchMichael Gundlach2010-09-231-2/+1
| | * | | Soren's patch to fix part of ec2Michael Gundlach2010-09-221-3/+1
| | | | * Fixed cloudpipe lib init.Eric Day2010-09-232-1/+3
| | | | * Various loose ends for endpoint and tornado removal cleanup, including cloudp...Eric Day2010-09-229-157/+105
| | | |/ | | |/|
| * | | Implementation of Rackspace token based authentication for the Openstack API. mdietz2010-09-2326-742/+824
| |\ \ \
| | * \ \ Merge fix from Sorenmdietz2010-09-233-44/+24
| | |\ \ \
| | | * | | Compare project_id to '' using == (equality) rather than 'is' (identity). Thi...Soren Hansen2010-09-231-1/+1
| | | * | | Re-added the ramdisk line I accidentally removedmdietz2010-09-221-1/+2
| | | * | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u...mdietz2010-09-222-2/+5
| | | * | | merge from trunkmdietz2010-09-2218-727/+483
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Missed the model include, and fixed a broke test after the mergeCerberus2010-09-213-1/+12
| | | * | | Merge from trunk and resolving merge conflictsCerberus2010-09-2138-291/+1973
| | | |\ \ \
| | * | | | | Re-added the ramdisk line I accidentally removedmdietz2010-09-231-1/+2
| | * | | | | Added a primary_key to AuthToken, fixed some unbound variables, and now all u...mdietz2010-09-232-2/+5
| | * | | | | Missed the model include, and fixed a broken test after the mergemdietz2010-09-233-1/+12
| | * | | | | Some more refactoring and another unit testmdietz2010-09-235-45/+58
| | |\| | | |
| | | * | | | Some more refactoring and another unit testCerberus2010-09-215-45/+58
| | * | | | | Refactored the auth branch based on review feedbackmdietz2010-09-237-102/+220
| | |\| | | |
| | | * | | | Refactored the auth branch based on review feedbackCerberus2010-09-207-127/+225