summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* make sure basic filters are setup on instance restartVishvananda Ishaya2011-06-271-0/+1
* Fix for bug #788265.Yuriy Taraday2011-06-251-0/+10
|\
| * PEP8 fixYuriy Taraday2011-06-251-1/+2
| * Remove extra debug line.Yuriy Taraday2011-06-241-1/+0
| * Merged with trunkYuriy Taraday2011-06-2464-617/+2775
| |\
| * | Unwind last commit, force anyjson to use our serialization methods.Yuriy Taraday2011-06-243-12/+13
| * | Filter out datetime fields from instance_typeYuriy Taraday2011-06-211-3/+12
* | | Add api methods to delete provider firewall rules.Todd Willey2011-06-255-0/+80
|\ \ \
| * | | libvirt test for deleting provider firewall rules.Todd Willey2011-06-231-0/+7
| * | | Make firewall rules tests idempotent, move IPy=>netaddr, add deltete test.Todd Willey2011-06-232-1/+15
| * | | Merge provider-fw-rules-list.Todd Willey2011-06-2375-952/+3160
| |\ \ \
| | * | | Make sure there are actually rules to test against.Todd Willey2011-06-231-0/+1
| | * | | Add test for listing provider firewall rules.Todd Willey2011-06-231-0/+7
| | * | | Merge provider-fw-rules.Todd Willey2011-06-2375-952/+3152
| | |\ \ \
| * | | | | fix method chaining in database layer to pass right parameters.Todd Willey2011-06-111-2/+2
| * | | | | Add a method to delete provider firewall rules.Todd Willey2011-06-113-0/+43
| |/ / / /
| * | | | Add ability to list ip blocks.Todd Willey2011-06-111-0/+8
* | | | | This small change restores single quotes and double quotes as they were befor...Salvatore Orlando2011-06-251-2/+4
|\ \ \ \ \
| * | | | | fix comment lineSalvatore Orlando2011-06-211-2/+2
| * | | | | Enclosing tokens for xenapi filter in double quotesSalvatore Orlando2011-06-201-2/+4
* | | | | | Removes the usage of the IPy module in favor of the netaddr module.Chuck Short2011-06-259-44/+43
|\ \ \ \ \ \
| * | | | | | Fixed typoChuck Short2011-06-231-1/+1
| * | | | | | Merge trunk:Chuck Short2011-06-2370-944/+2885
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkChuck Short2011-06-1312-32/+114
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged trunkChuck Short2011-06-0824-116/+602
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Fix merge conflictChuck Short2011-06-0815-98/+189
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove more stray import IPyChuck Short2011-06-061-1/+1
| * | | | | | | | | | Convert stray import IPyChuck Short2011-06-061-1/+1
| * | | | | | | | | | Remove ipy from virt code and replace with netaddrChuck Short2011-06-062-9/+8
| * | | | | | | | | | Remove ipy from network code and replace with netaddrChuck Short2011-06-064-30/+29
| * | | | | | | | | | Remove ipy from nova/api/ec2/cloud.py and use netaddrChuck Short2011-06-061-2/+2
* | | | | | | | | | | - update glance image fixtures with expected checksum attributeBrian Waldon2011-06-252-2/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | updating glance image fixtures with checksum attribute; fixing glance image s...Brian Waldon2011-06-222-2/+8
* | | | | | | | | | | This adds a way to create global firewall blocks that apply to all instances ...Todd Willey2011-06-2315-15/+556
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | pep8: remove newline at end of file.Todd Willey2011-06-231-1/+0
| * | | | | | | | | | Add admin api test case (like cloud test case) with a test for fw rules.Todd Willey2011-06-231-0/+90
| * | | | | | | | | | Move migration to newer version.Todd Willey2011-06-231-0/+0
| * | | | | | | | | | Merge Trunk.Todd Willey2011-06-2366-925/+2909
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunkTodd Willey2011-06-1413-25/+152
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Move ipy commands to netaddr.Todd Willey2011-06-141-2/+2
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | pep 8 whitespace fix.Todd Willey2011-06-111-1/+0
| * | | | | | | | | | | Move migration.Todd Willey2011-06-111-0/+0
| * | | | | | | | | | | Merge and resolve.Todd Willey2011-06-1193-848/+2843
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Reorder firewall rules so the common path is shorter.Todd Willey2011-06-101-4/+4
| * | | | | | | | | | | | Merge trunk.Todd Willey2011-06-0147-1037/+1558
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Whitespace cleanups.Todd Willey2011-05-311-2/+2
| * | | | | | | | | | | | | Merge Trunk.Todd Willey2011-05-3146-279/+1611
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Change version number of migration.Todd Willey2011-05-311-0/+0
| * | | | | | | | | | | | | | Add refresh_provider_fw_rules to virt/driver.py#ComputeDriver so virtualizationTodd Willey2011-05-311-0/+4
| * | | | | | | | | | | | | | Fixes from Ed Leafe's review suggestions.Todd Willey2011-05-261-7/+4