summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_security_groups.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor db.security_group_get() instance join behaviorDan Smith2013-06-221-1/+1
* Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-111-2/+2
|\
| * Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-2/+2
* | Handle security group quota exceeded gracefullyChris Yeoh2013-06-071-2/+2
|/
* Add update method of security group name and descriptionZhenguo Niu2013-05-291-0/+48
* Fix quantum security group driver to accept none for from/to_portAaron Rosen2013-05-141-0/+40
* Query quantum once for instance's security groupsAaron Rosen2013-03-291-13/+11
* quantum security group driver nova list shows same groupAaron Rosen2013-03-291-0/+8
* Remove unnecessary checks in api.pyGiampaolo Lauria2013-03-221-6/+5
* Makes safe xml data calls raise 400 http error instead of 500Matthew Sherborne2013-03-141-7/+15
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Add Nova quantum security group proxyAaron Rosen2013-02-201-72/+119
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Merge "test_(dis)associate_by_non_existing_security_group_name missing stub"Jenkins2013-02-121-0/+6
|\
| * test_(dis)associate_by_non_existing_security_group_name missing stubAaron Rosen2013-02-111-0/+6
* | Merge "Disallow setting /0 for network other than 0.0.0.0"Jenkins2013-02-121-0/+32
|\ \ | |/ |/|
| * Disallow setting /0 for network other than 0.0.0.0Tim Potter2013-02-111-0/+32
* | Removed print stmts in test casesGiampaolo Lauria2013-01-291-3/+0
|/
* Enable nova exception format checking in tests.Dan Prince2012-12-211-1/+1
* Use nova.test.TestCase as the base test class.Clark Boylan2012-12-121-5/+6
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-5/+4
* Speed up api.openstack.compute.contrib testsStanislaw Pitucha2012-10-241-1/+5
* All security groups not returned to admins by default.Eoghan Glynn2012-09-141-0/+39
* Avoid leaking security group quota reservationsMark McLoughlin2012-08-311-0/+32
* Moves security group functionality into extensionVishvananda Ishaya2012-08-091-0/+136
* Ensure 413 response for security group over-quotaEoghan Glynn2012-07-191-2/+4
* Handle missing server when getting security groupsMartin Packman2012-06-181-0/+14
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-2/+2
* Finish quota refactor.Kevin L. Mitchell2012-05-231-1/+1
* Implement security group quotas.Dan Prince2012-04-191-0/+31
* Allow self-referential groups to be createdVishvananda Ishaya2012-03-261-3/+6
* Tweak security port validation for ICMPGreg Althaus2012-03-161-0/+36
* Fix issues with security group auths without ports.Russell Bryant2012-03-091-0/+36
* Remove empty setUp/tearDown methodsJohannes Erdfelt2012-03-021-6/+0
* Don't delete security group in use from OS API.Russell Bryant2012-02-231-0/+19
* Simple way of returning per-server security groupsJustin Santa Barbara2012-02-141-0/+33
* Correct checking existence of security group ruleMotoKen2012-02-011-3/+29
* Update some extensions (1)Kevin L. Mitchell2012-01-161-25/+20
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+1013