summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_floating_ips.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow a floating IP to be associated to a specific fixed IP"Jenkins2013-05-101-3/+126
|\
| * Allow a floating IP to be associated to a specific fixed IPPhil Day2013-05-101-3/+126
* | Fixes race condition of deleting floating ipWangpan2013-04-261-0/+22
* | Translate NoMoreFloatingIps exceptionChris Yeoh2013-04-181-3/+16
|/
* Return proper error messages while disassociating floating IPWangpan2013-02-281-6/+9
* Move floating ip db access to calling side.Vishvananda Ishaya2013-02-071-6/+7
* Optimize floating ip list to make one db queryVishvananda Ishaya2013-02-021-17/+10
* fix floating ip test that wasn't runningSean Dague2013-01-201-9/+9
* Enable nova exception format checking in tests.Dan Prince2012-12-211-3/+5
* Remove gen_uuid()Zhongyue Luo2012-11-141-2/+4
* Map NotAuthorized to 403 in floating ips extensionBrian Waldon2012-11-061-0/+24
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-3/+7
* Merge "Dis-associate an auto-assigned floating IP should return proper warning"Jenkins2012-10-121-0/+25
|\
| * Dis-associate an auto-assigned floating IP should return proper warningSirisha Devineni2012-10-091-0/+25
* | Return proper error messages while associating floating IPSirisha Devineni2012-10-031-0/+21
|/
* Merge "Catch NotFound exception in FloatingIP add/remove"Jenkins2012-10-011-0/+33
|\
| * Catch NotFound exception in FloatingIP add/removeSulochan Acharya2012-09-201-0/+33
* | Modified 404 error response to show specific messagevijaya-erukala2012-09-261-2/+20
|/
* Check association when removing floating ip.Lianhao Lu2012-08-231-0/+29
* Adds missing assertion to FloatingIP testsSulochan Acharya2012-08-221-3/+12
* Uniqueness checks for floating ip addresses.Anton V. Yanchenko2012-08-091-8/+39
* Convert fixed_ips to using instance_uuid.Michael Still2012-07-261-2/+2
* Return 404 when attempting to remove a non-existent floating ipDan Smith2012-07-231-0/+13
* Allow NoMoreFloatingIps to bubble up to FaultWrapperEoghan Glynn2012-07-191-1/+1
* When over quota for floating ips, return HTTPRequestEntityTooLarge.Andrew Bogott2012-07-121-1/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* moved update cache functionality to the network apiTrey Morris2012-06-181-5/+11
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-2/+2
* Add the serialization of exceptions for RPC calls.Alex Meade2012-04-061-1/+14
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-1/+2
* Ties quantum, melange, and nova network modelTrey Morris2012-02-011-20/+8
* Update some extensions (1)Kevin L. Mitchell2012-01-161-14/+9
* Implement BP untie-nova-network-modelsJason Kölker2012-01-161-14/+31
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+329