| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add api methods to delete provider firewall rules. | Todd Willey | 2011-06-25 | 1 | -0/+20 |
| |\ | |||||
| | * | Make firewall rules tests idempotent, move IPy=>netaddr, add deltete test. | Todd Willey | 2011-06-23 | 1 | -1/+1 |
| | * | Merge provider-fw-rules-list. | Todd Willey | 2011-06-23 | 18 | -448/+770 |
| | |\ | |||||
| | | * | Merge provider-fw-rules. | Todd Willey | 2011-06-23 | 18 | -448/+770 |
| | | |\ | |||||
| | * | | | Add a method to delete provider firewall rules. | Todd Willey | 2011-06-11 | 1 | -0/+12 |
| | |/ / | |||||
| | * | | Add ability to list ip blocks. | Todd Willey | 2011-06-11 | 1 | -0/+8 |
| * | | | Removes the usage of the IPy module in favor of the netaddr module. | Chuck Short | 2011-06-25 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * \ \ | Merge trunk: | Chuck Short | 2011-06-23 | 16 | -440/+706 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge trunk | Chuck Short | 2011-06-13 | 3 | -5/+19 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merged trunk | Chuck Short | 2011-06-08 | 6 | -26/+28 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Fix merge conflict | Chuck Short | 2011-06-08 | 5 | -21/+22 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Remove ipy from nova/api/ec2/cloud.py and use netaddr | Chuck Short | 2011-06-06 | 1 | -2/+2 |
| * | | | | | | | | This adds a way to create global firewall blocks that apply to all instances ... | Todd Willey | 2011-06-23 | 1 | -0/+45 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | Merge Trunk. | Todd Willey | 2011-06-23 | 16 | -438/+753 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge trunk | Todd Willey | 2011-06-14 | 3 | -8/+15 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Move ipy commands to netaddr. | Todd Willey | 2011-06-14 | 1 | -2/+2 |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| | * | | | | | | | | Merge and resolve. | Todd Willey | 2011-06-11 | 19 | -175/+231 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge trunk. | Todd Willey | 2011-06-01 | 22 | -357/+873 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge Trunk. | Todd Willey | 2011-05-31 | 5 | -17/+93 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fixes from Ed Leafe's review suggestions. | Todd Willey | 2011-05-26 | 1 | -7/+4 |
| | * | | | | | | | | | | | Double quotes are ugly. | Todd Willey | 2011-05-26 | 1 | -6/+6 |
| | * | | | | | | | | | | | Merge trunk. | Todd Willey | 2011-05-26 | 27 | -227/+790 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge trunk. | Todd Willey | 2011-04-07 | 17 | -41/+72 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | test provider fw rules at the virt/ipteables layer. | Todd Willey | 2011-04-07 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | Merge trunk. | Todd Willey | 2011-04-04 | 34 | -452/+3484 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge trunk | Todd Willey | 2011-02-15 | 2 | -7/+29 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge trunk. | Todd Willey | 2011-02-01 | 3 | -11/+23 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge trunk and make work with provider fw rules (setup alongside basic_rules). | Todd Willey | 2011-01-31 | 4 | -18/+30 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | Todd Willey | 2011-01-26 | 2 | -1/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | A couple of bugfixes. | Todd Willey | 2011-01-26 | 1 | -1/+2 |
| | * | | | | | | | | | | | | | | | | | | Merge trunk. | Todd Willey | 2011-01-25 | 5 | -29/+61 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | Updates for provider_fw_rules in admin api. | Todd Willey | 2011-01-25 | 1 | -2/+5 |
| | * | | | | | | | | | | | | | | | | | | | Merge trunk. | Todd Willey | 2011-01-25 | 6 | -43/+64 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | Add provider_fw_rules awareness to iptables firewall driver. | Todd Willey | 2011-01-21 | 1 | -1/+2 |
| | * | | | | | | | | | | | | | | | | | | | | Merge trunk. | Todd Willey | 2011-01-19 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Whitespace (pep8) cleanups. | Todd Willey | 2011-01-19 | 1 | -1/+0 |
| | * | | | | | | | | | | | | | | | | | | | | | Trunk merge. | Todd Willey | 2011-01-18 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Add rules to database, cast refresh message and trickle down to firewall driver. | Todd Willey | 2011-01-17 | 1 | -4/+39 |
| | * | | | | | | | | | | | | | | | | | | | | | | Stubbed-out code for working with provider-firewalls. | Todd Willey | 2011-01-17 | 1 | -0/+8 |
| * | | | | | | | | | | | | | | | | | | | | | | | Accept a full serverRef to OSAPI POST /images (snapshot) | Brian Waldon | 2011-06-23 | 2 | -24/+51 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | adding check for serverRef hostname matching app url | Brian Waldon | 2011-06-17 | 1 | -5/+11 |
| | * | | | | | | | | | | | | | | | | | | | | | | | adding extra image service properties to compute api snapshot; adding instanc... | Brian Waldon | 2011-06-17 | 2 | -20/+41 |
| * | | | | | | | | | | | | | | | | | | | | | | | | Adding dict with single 'meta' key to /imgages/<id>/meta/<key> GET and PUT | Brian Waldon | 2011-06-23 | 1 | -4/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | moving image show/update into 'meta' container | Brian Waldon | 2011-06-22 | 1 | -4/+11 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | pep8 fixes | Brian Waldon | 2011-06-22 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | | | | | | | | | | merging trunk | Brian Waldon | 2011-06-22 | 16 | -445/+725 |
| |\| | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merging trunk, fixing conflicts | Rick Harris | 2011-06-20 | 4 | -93/+175 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Check that server exists when interacting with /v1.1/servers/<id>/meta resource | Brian Waldon | 2011-06-20 | 1 | -7/+31 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | moving instance existance logic down to api layer | Brian Waldon | 2011-06-17 | 1 | -18/+29 |
| | | | * | | | | | | | | | | | | | | | | | | | | | | adding server existence check to server metadata resource | Brian Waldon | 2011-06-15 | 1 | -1/+14 |
| | | | |/ / / / / / / / / / / / / / / / / / / / / | |||||
