summaryrefslogtreecommitdiff
path: root/nova/tests/unit/network/security_group
Commit message (Expand)AuthorAgeFilesLines
* nova-net: Make the security group API a moduleStephen Finucane2019-11-291-484/+0
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-1/+1
* Improve metadata server performance with large security groupsDoug Wiegley2019-11-051-8/+23
* Fix a deprecation warningTakashi NATSUME2019-04-021-1/+1
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Handle PortNotFoundClient exception when getting portsRadoslav Gerganov2018-04-301-0/+13
* trivial: Resolve "X is renamed to Y" warningsStephen Finucane2018-01-301-1/+1
* Merge "Handle exception on adding secgroup"Zuul2017-10-261-0/+39
|\
| * Handle exception on adding secgroupHongbin Lu2017-09-061-0/+39
* | Remove unneeded attributes from contextJamie Lennox2017-08-291-2/+2
|/
* neutron: actually populate list in populate_security_groupsMatt Riedemann2016-11-151-2/+4
* Fix neutron security group tests for 5.1.0 neutronclientMatt Riedemann2016-08-131-28/+9
* Fix invalid import orderbhagyashris2016-07-041-1/+0
* Remove the skip_policy_check flagsHe Jie Xu2016-06-081-17/+0
* Remove mox from tests/unit/network/security_group/test_neutron_driver.pyHironori Shiina2016-04-061-68/+79
* Get instance security_groups from already fetched instanceHans Lindgren2016-03-111-3/+6
* Change populate_security_groups to return a SecurityGroupListAndrew Laski2016-02-111-0/+7
* Cache SecurityGroupAPI results from neutron multiplexerDan Smith2015-12-101-0/+17
* Fix order of arguments in assertEqualRajesh Tailor2015-09-211-3/+3
* Add secgroup param checks for NeutronKen'ichi Ohmichi2015-09-021-0/+13
* Merge "Support all_tenants search_opts for neutron"Jenkins2015-08-071-0/+95
|\
| * Support all_tenants search_opts for neutronJeffrey Zhang2015-07-161-0/+95
* | Add error handling for creating secgroupKen'ichi Ohmichi2015-06-091-0/+14
|/
* Use six.moves.range for Python 3Victor Stinner2015-05-201-2/+4
* Refactored tests in test_neutron_driver to pass with random PYTHONHASHSEEDTimofey Durakov2015-04-201-2/+4
* Refactored test in test_neutron_driver to pass with random PYTHONHASHSEEDTimofey Durakov2015-03-261-2/+3
* Fix 500 when deleting a not existing ec2 security groupliyingjun2015-02-231-0/+21
* Add handling of BadRequest from NeutronEugeniya Kudryashova2015-01-061-0/+20
* Stop neutron.api relying on base neutron packageJamie Lennox2014-12-101-3/+3
* Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-021-1/+1
* Remove native security group api classHe Jie Xu2014-11-131-3/+2
* move all tests to nova/tests/unitSean Dague2014-11-122-0/+247