kubernetes/pkg/cloudprovider/providers/openstack
Kubernetes Submit Queue a7ce691311 Merge pull request #49785 from FengyunPan/fix-getPortByIP
Automatic merge from submit-queue (batch tested with PRs 47724, 49984, 49785, 49803, 49618)

Fix conflict about getPortByIp

**What this PR does / why we need it**:
Currently getPortByIp() get port of instance only based on IP.
If there are two instances in diffent network and the CIDR of
their subnet are same, getPortByIp() will be conflict.
My PR gets port based on IP and Name of instance.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
Fix #43909

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```
2017-08-11 18:47:19 -07:00
..
BUILD Merge pull request #49785 from FengyunPan/fix-getPortByIP 2017-08-11 18:47:19 -07:00
MAINTAINERS.md create cloudprovider "providers" package 2015-08-11 22:36:51 -07:00
metadata.go update import 2017-07-20 11:03:49 -07:00
metadata_test.go openstack: Support config-drive for local metadata 2016-10-04 21:13:27 +11:00
openstack.go Merge pull request #49785 from FengyunPan/fix-getPortByIP 2017-08-11 18:47:19 -07:00
openstack_client.go [OpenStack] Add more detail error message 2017-08-06 14:41:47 +08:00
openstack_instances.go Avoid looking up instance id until we need it 2017-07-20 14:40:10 -04:00
openstack_loadbalancer.go Fix conflict about getPortByIp 2017-08-08 23:32:59 +08:00
openstack_metrics.go Recording openstack metrics 2017-05-22 10:47:08 +08:00
openstack_routes.go Fix conflict about getPortByIp 2017-08-08 23:32:59 +08:00
openstack_routes_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
openstack_test.go Merge pull request #49299 from dims/delay-looking-for-instance-id 2017-07-21 22:23:19 -07:00
openstack_volumes.go Merge pull request #50208 from FengyunPan/fix-volume-detach 2017-08-08 01:47:36 -07:00
OWNERS Volunteer to help with OpenStack provider reviews 2017-07-06 08:43:43 -04:00