summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* Add api methods to delete provider firewall rules.Todd Willey2011-06-252-0/+29
|\
| * 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-231-0/+14
| * 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
* | Removes the usage of the IPy module in favor of the netaddr module.Chuck Short2011-06-254-8/+8
|\ \
| * \ Merge trunk:Chuck Short2011-06-2320-132/+891
| |\ \
| * \ \ Merge trunkChuck Short2011-06-133-3/+38
| |\ \ \
| * \ \ \ Merged trunkChuck Short2011-06-086-4/+222
| |\ \ \ \
| * \ \ \ \ Fix merge conflictChuck Short2011-06-083-47/+128
| |\ \ \ \ \
| * | | | | | Remove more stray import IPyChuck Short2011-06-061-1/+1
| * | | | | | Convert stray import IPyChuck Short2011-06-061-1/+1
| * | | | | | Remove ipy from network code and replace with netaddrChuck Short2011-06-062-6/+6
* | | | | | | - update glance image fixtures with expected checksum attributeBrian Waldon2011-06-251-1/+7
|\ \ \ \ \ \ \
| * | | | | | | updating glance image fixtures with checksum attribute; fixing glance image s...Brian Waldon2011-06-221-1/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | This adds a way to create global firewall blocks that apply to all instances ...Todd Willey2011-06-233-2/+179
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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
| * | | | | | Merge Trunk.Todd Willey2011-06-2317-118/+871
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkTodd Willey2011-06-147-14/+134
| |\ \ \ \ \ \ \
| * | | | | | | | pep 8 whitespace fix.Todd Willey2011-06-111-1/+0
| * | | | | | | | Merge and resolve.Todd Willey2011-06-1128-347/+1477
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunk.Todd Willey2011-06-0111-297/+424
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge Trunk.Todd Willey2011-05-3113-50/+611
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Test tweaks.Todd Willey2011-05-261-4/+9
| * | | | | | | | | | | Make a cleaner log message and use [] instead of . to get database fields.Todd Willey2011-05-261-4/+1
| * | | | | | | | | | | Merge trunk.Todd Willey2011-05-2643-490/+2460
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | remove unused code.Todd Willey2011-04-071-6/+0
| * | | | | | | | | | | | Merge trunk.Todd Willey2011-04-075-15/+118
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test provider fw rules at the virt/ipteables layer.Todd Willey2011-04-071-1/+64
| * | | | | | | | | | | | | Testing for iptables manager changes.Todd Willey2011-04-051-0/+30
* | | | | | | | | | | | | | Accept a full serverRef to OSAPI POST /images (snapshot)Brian Waldon2011-06-232-13/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | adding check for serverRef hostname matching app urlBrian Waldon2011-06-171-2/+13
| * | | | | | | | | | | | | | adding extra image service properties to compute api snapshot; adding instanc...Brian Waldon2011-06-172-13/+24
* | | | | | | | | | | | | | | Adding dict with single 'meta' key to /imgages/<id>/meta/<key> GET and PUTBrian Waldon2011-06-231-7/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | moving image show/update into 'meta' containerBrian Waldon2011-06-221-7/+19
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | pep8 fixesBrian Waldon2011-06-221-1/+0
* | | | | | | | | | | | | | merging trunkBrian Waldon2011-06-2221-135/+929
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Stop trying to set a body for HTTP methods that do not allow it. It renders t...Soren Hansen2011-06-213-5/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Stop trying to set a body for HTTP methods that do not allow it. It renders t...Soren Hansen2011-06-213-5/+4
| * | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-06-2013-86/+568
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merging trunk, fixing conflictsRick Harris2011-06-204-12/+380
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Check that server exists when interacting with /v1.1/servers/<id>/meta resourceBrian Waldon2011-06-201-2/+53
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | moving instance existance logic down to api layerBrian Waldon2011-06-171-2/+1
| | | | * | | | | | | | | | | | | | pep8Brian Waldon2011-06-151-0/+2
| | | | * | | | | | | | | | | | | | adding server existence check to server metadata resourceBrian Waldon2011-06-151-0/+50
| | | * | | | | | | | | | | | | | | Implements a portion of ec2 ebs boot.Isaku Yamahata2011-06-173-10/+327
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | pep8: white space/blank linesIsaku Yamahata2011-06-181-1/+1
| | | | * | | | | | | | | | | | | | | merge with nova trunkIsaku Yamahata2011-06-1641-645/+2441
| | | | |\| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | pep8Isaku Yamahata2011-06-151-20/+20