Jeff Grafton
653d05c169
Regenerate all BUILD files in vendor/ from scratch using gazelle
2017-08-16 15:48:25 -07:00
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
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
FengyunPan
ba463062ca
Update gophercloud to support list interfaces of OpenStack instance
2017-08-08 23:29:37 +08:00
Huamin Chen
ca65a6d151
rebase gophercloud to support HTTP status 300 in pagination, so listing Cinder v1/v2 API versions won't break
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2017-06-15 20:23:26 +00:00
stuart.warren
adaade6a22
update gophercloud/gophercloud dependency
...
Why:
* fixes #44461
2017-05-09 15:29:58 +01:00
Kubernetes Submit Queue
712ccf3fa4
Merge pull request #44082 from zetaab/fixzone2
...
Automatic merge from submit-queue
use availability_zone instead of availability (update godep for gophercloud)
**What this PR does / why we need it**: there is typo in json variable name
**Which issue this PR fixes**: fixes #44032
**Special notes for your reviewer**:our openstack environment region name is not nova, so I tested this and it works now
All cinder blockstorages are using variable name availability_zone instead of availability. Docs:
v3:
https://developer.openstack.org/api-ref/block-storage/v3/index.html?expanded=create-a-volume-detail#create-a-volume
v2:
https://developer.openstack.org/api-ref/block-storage/v2/index.html?expanded=create-volume-detail#create-volume
I could not find v1 documentation anymore from openstack pages. However, https://developer.rackspace.com/docs/cloud-block-storage/v1/api-reference/cbs-volumes-operations/#create-a-volume documentation says also availability_zone is the correct one.
Like mentioned in https://github.com/kubernetes/kubernetes/issues/44032#issuecomment-291488494 openstack CLI is using availability_zone
2017-04-19 03:26:25 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Jesse Haka
5c24fb9a75
update deps
2017-04-08 09:26:10 +03:00
Maxym Kutsevol
89f596f408
Update deps
2017-03-21 20:46:06 +02:00
Angus Lees
10b3b96c8a
Migrate rackspace/gophercloud -> gophercloud/gophercloud
...
Update vendor libraries
2017-02-20 11:04:08 +11:00