summaryrefslogtreecommitdiff
path: root/nova/tests/unit/network
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixes interfaces template identification issue"Jenkins2015-02-131-0/+15
|\
| * Fixes interfaces template identification issueAlessandro Pilotti2014-12-071-0/+15
* | Merge "Remove unused network rpcapi calls"Jenkins2015-02-121-64/+0
|\ \
| * | Remove unused network rpcapi callsHans Lindgren2015-01-221-64/+0
* | | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-064-11/+11
* | | Merge "Transform IPAddress to string when creating port"Jenkins2015-02-021-2/+2
|\ \ \
| * | | Transform IPAddress to string when creating portzhiyuan_cai2015-01-261-2/+2
| |/ /
* | | Merge "Allow instances to attach to shared external nets"Jenkins2015-02-021-1/+10
|\ \ \
| * | | Allow instances to attach to shared external netsKevin Benton2015-01-281-1/+10
* | | | Merge "Adds skip_policy_check flag to Compute/Network/SecurityGroup API"Jenkins2015-02-021-0/+11
|\ \ \ \
| * | | | Adds skip_policy_check flag to Compute/Network/SecurityGroup APIHe Jie Xu2015-01-281-0/+11
* | | | | Merge "Revert "Raise if sec-groups and port id are provided on boot""Jenkins2015-01-301-34/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "Raise if sec-groups and port id are provided on boot"Matthew Booth2015-01-291-34/+0
* | | | | Merge "Raise NotFound if attach interface with invalid net id or port id"Jenkins2015-01-301-1/+35
|\ \ \ \ \
| * | | | | Raise NotFound if attach interface with invalid net id or port idQin Zhao2015-01-271-1/+35
* | | | | | Merge "Maintain the creation order for vifs"Jenkins2015-01-291-1/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Maintain the creation order for vifsVishvananda Ishaya2015-01-071-1/+34
* | | | | | Merge "Network: correct VMware DVS port group name lookup"Jenkins2015-01-291-1/+1
|\ \ \ \ \ \
| * | | | | | Network: correct VMware DVS port group name lookupGary Kotton2015-01-281-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Raise if sec-groups and port id are provided on boot"Jenkins2015-01-291-0/+34
|\ \ \ \ \ \
| * | | | | | Raise if sec-groups and port id are provided on bootOleg Bondarev2015-01-261-0/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge "don't use exec cat when we can use read"Jenkins2015-01-291-0/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | don't use exec cat when we can use readSean Dague2015-01-281-0/+41
| |/ / / /
* | | | | Merge "Reply with a meaningful exception when ports are over the quota limit"Jenkins2015-01-271-0/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Reply with a meaningful exception when ports are over the quota limitVladik Romanovsky2015-01-271-0/+38
| | |/ / | |/| |
* | | | Add setup/cleanup_instance_network_on_host api for neutron/nova-networkHe Jie Xu2015-01-192-13/+71
|/ / /
* | | Merge "Fix OverQuota headroom KeyError in nova-network allocate_fixed_ip"Jenkins2015-01-151-1/+2
|\ \ \
| * | | Fix OverQuota headroom KeyError in nova-network allocate_fixed_ipMatt Riedemann2015-01-131-1/+2
* | | | Merge "Add handling of BadRequest from Neutron"Jenkins2015-01-141-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Add handling of BadRequest from NeutronEugeniya Kudryashova2015-01-061-0/+20
* | | | Return floating_ip['fixed_ip']['instance_uuid'] from neutronv2 APIMatt Riedemann2015-01-061-0/+3
|/ / /
* | | Merge "Reuse methods from netutils"Jenkins2015-01-051-1/+2
|\ \ \
| * | | Reuse methods from netutilsEugeniya Kudryashova2014-12-291-1/+2
| |/ /
* | | Merge "Make neutronapi get networks operations return objects"Jenkins2015-01-021-1/+29
|\ \ \ | |/ / |/| |
| * | Make neutronapi get networks operations return objectsDan Smith2014-11-211-1/+29
* | | Merge "Remove unused network_api.get_instance_uuids_by_ip_filter()"Jenkins2014-12-182-12/+0
|\ \ \
| * | | Remove unused network_api.get_instance_uuids_by_ip_filter()Hans Lindgren2014-11-232-12/+0
* | | | Merge "Stop neutron.api relying on base neutron package"Jenkins2014-12-172-53/+52
|\ \ \ \
| * | | | Stop neutron.api relying on base neutron packageJamie Lennox2014-12-102-53/+52
* | | | | Merge "Add backoff to ebtables retry"Jenkins2014-12-111-0/+9
|\ \ \ \ \
| * | | | | Add backoff to ebtables retryChet Burgess2014-12-101-0/+9
| |/ / / /
* | | | | Merge "Check for floating IP pool in nova-network"Jenkins2014-12-101-0/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check for floating IP pool in nova-networkThang Pham2014-12-051-0/+15
* | | | | rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-063-3/+3
| |_|_|/ |/| | |
* | | | Fix long hostname in dnsmasqChet Burgess2014-12-041-2/+65
|/ / /
* | | Merge "Switch to moxstubout and mockpatch from oslotest"Jenkins2014-12-026-7/+8
|\ \ \
| * | | Switch to moxstubout and mockpatch from oslotestDavanum Srinivas2014-12-026-7/+8
* | | | Merge "remove test.ReplaceModule from test.py"Jenkins2014-12-021-1/+3
|\ \ \ \
| * | | | remove test.ReplaceModule from test.pySean Dague2014-11-271-1/+3
* | | | | Merge "initialize objects with context in network manager tests"Jenkins2014-12-021-8/+8
|\ \ \ \ \