LoadBalancer V2: implement quotas.Update#2023
Conversation
Signed-off-by: Schlotter, Christian <christian.schlotter@daimler.com>
ce20d21 to
1af8453
Compare
|
Build failed.
|
|
recheck |
|
Let's ignore the Travis error for now. I'm not sure if it's a temporary issue with the master branch of Go or if we need to change something with https://travis-ci.org/github/gophercloud/gophercloud/jobs/728307527 |
|
Build failed.
|
|
recheck |
|
Build failed.
|
|
And from what I can tell, the OpenLab tests are failing because devstack is failing (https://logs.openlabtesting.org/logs/23/2023/1af845341e457a4a63729a936a1c2c83c164c3fa/check/gophercloud-acceptance-test/18184f6/logs/devstacklog.txt). Maybe this will fix itself in another day or two. If not, I'll open an issue with OpenLab. However, this all looks good to me. Let me know if you've tested this and it works. If you have and it does, I can merge this. |
Hi @jtopjian, thank you for looking at it :-) I tested it locally on two stacks (acceptance tests) however, I had to comment out the However I'd be also ok with waiting for OpenLab :-) |
|
recheck |
|
Build failed.
|
Add
openstack/loadbalancer/v2/quotas.Update.Add unit and acceptance tests.
For #1826
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
I did not implement any handling for
load_balancerorhealth_monitorfor now. Duplicating the values and adding these to the json request too leads to a400from API side.However the not-deprecated way (
Christian Schlotter , Daimler TSS GmbH, Imprintloadbalancerandhealthmonitor) did work for me on two different stacks.