Davanum Srinivas
4366454fbe
Update Gophercloud dependency for reauth problem
...
Fixes picked up from gophercloud are:
443743e883...0b6b13c4dd
Including the one for endless loop on reauth:
https://github.com/gophercloud/gophercloud/pull/604
2017-11-14 09:24:50 -05:00
FengyunPan
bf7f1a0610
Update gophercloud: cleanup lbaas v1
2017-10-23 18:01:03 +08:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
FengyunPan
5f056f007a
Update gophercloud: Remove v1/appiversions
...
Using OpenStack service catalog to do version detection
2017-09-27 14:29:52 +08:00
FengyunPan
f98326b7f9
Update gophercloud to Handle New Identity Endpoints
...
Currently openstack cloud provider just support keystone v2.0 and v3
The latest Identity Service is publishing an ID of v3.8, we should
update gophercloud to recognize v3.8 as a valid version id.
2017-09-24 19:49:14 +08:00
Davanum Srinivas
74a3d89ad4
Bug Fix - Adding an allowed address pair wipes port security groups
...
Fix for cloud routes enabled instances will have their security groups
removed when the allowed address pair is added to the instance's port.
Upstream bug report is in:
https://github.com/gophercloud/gophercloud/issues/509
Upstream bug fix is in:
https://github.com/gophercloud/gophercloud/pull/510
2017-09-01 20:56:13 -04:00
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