summaryrefslogtreecommitdiff
path: root/nova/tests/network/test_rpcapi.py
Commit message (Expand)AuthorAgeFilesLines
* move all tests to nova/tests/unitSean Dague2014-11-121-353/+0
* Use NetworkRequest objects through to nova-networkDan Smith2014-08-281-2/+3
* Remove db query from deallocate_fixed_ipRussell Bryant2014-02-261-2/+4
* update deallocate_for_instance to take instance objRussell Bryant2014-02-261-10/+23
* Fix a couple of unit test typosRussell Bryant2014-02-081-2/+2
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-45/+45
* Remove get_all_networks from nova.network.rpcapiRussell Bryant2014-01-251-3/+0
* Remove get_network from nova.network.rpcapiRussell Bryant2014-01-251-4/+0
* Remove get_vif_by_mac_address from network rpcapiRussell Bryant2014-01-241-4/+0
* Remove unused method from network rpcapiRussell Bryant2014-01-241-4/+0
* Convert TestCases to NoDBTestCaseMichael Still2013-09-211-1/+1
* Port all rpcapi modules to oslo.messaging interfaceMark McLoughlin2013-09-031-0/+2
* Raises masked AssertionError in _test_network_apiMatt Riedemann2013-08-161-0/+2
* Avoid deleting user-provided Neutron ports if VM spawn failsarmando-migliaccio2013-07-151-1/+18
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-5/+1
* Ensure macs can be serialized.Russell Bryant2013-02-221-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Fix add-fixed-ip and remove-fixed-ip.Vishvananda Ishaya2013-02-131-9/+9
* Optimize rpc handling for allocate and deallocateVishvananda Ishaya2013-02-071-3/+22
* Support hypervisor supplied macs in nova-networkMichael J Fork2013-02-071-1/+2
* Fix get Floating ip pools action name to match with its policyMauro S. M. Rodrigues2013-01-211-2/+3
* Move network_topic into nova.network.rpcapiMark McLoughlin2013-01-081-1/+0
* fix floating-ip in multihost caseMate Lakat2013-01-041-2/+3
* removed duplicate function definitionsTrey Morris2012-12-181-8/+0
* Add more association support to network APIChris Yeoh2012-12-171-0/+7
* Add host to get_backdoor_port() for network api.Matthew Treinish2012-12-051-2/+3
* Multi host DHCP networking and local DNS resolvingÉdouard Thuleau2012-11-291-3/+7
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Add support for backdoor_port to be returned with a rpc call.Matthew Treinish2012-11-141-0/+3
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-4/+4
* Fix migrations when not using multi-host networkChris Behrens2012-11-051-1/+49
* Add version to network rpc API.Russell Bryant2012-10-091-0/+260