Parasyris Nikolaos
Parasyris Nikolaos
Close #1414
Close #1413
We have recently moved to github actions( see https://github.com/terraform-provider-openstack/terraform-provider-openstack/issues/1381 ) and most of our services are being tested with their own workflow. Database/trove is currently failing, devstack cant even build...
We have recently moved to github actions( see #1381 ) and most of our services are being tested with their own workflow. Containerinfra/magnum is failing, all the tests of it....
As part of the `unified limits` keystone has added a `limits` api. Add support for it. [docs](https://docs.openstack.org/api-ref/identity/v3/?expanded=list-projects-detail#unified-limits) [code](https://github.com/openstack/keystone/blob/34a37772e866074f0bc5413c18bb446ac8c1d17e/keystone/api/limits.py) TO-DO: - [x] List Limits - [ ] Create Limit - [...
As part of the `unified limits` keystone has added a `registered_limits` api. Add support for it. [docs](https://docs.openstack.org/api-ref/identity/v3/?expanded=list-projects-detail#unified-limits) [code](https://github.com/openstack/keystone/blob/34a37772e866074f0bc5413c18bb446ac8c1d17e/keystone/api/registered_limits.py)
Fixes #2478 [Docs](https://docs.openstack.org/api-ref/network/v2/index.html?expanded=create-subnet-detail,update-subnet-detail#subnets)
service types can be set on create and update of a neutron subnet but it is not supported yet. [Docs](https://docs.openstack.org/api-ref/network/v2/index.html?expanded=create-subnet-detail,update-subnet-detail#subnets)
`Description` and `Options` are currently missing from [identity role](https://github.com/gophercloud/gophercloud/blob/master/openstack/identity/v3/roles/results.go#L11) and also in the CreateOpts and UpdateOpts. This is possible based on [docs](https://docs.openstack.org/api-ref/identity/v3/?expanded=create-role-detail,update-role-detail#create-role). Currently `Extra` is supported that is a free-from...
Deprecated allocation_pools is removed in favor of allocation_pool Partially implements https://github.com/terraform-provider-openstack/terraform-provider-openstack/issues/1660