Add loadbalancer_id QP to octavia pools

Previously loadbalancer_id query parameter for listing pools was missed.
OpenStackSDK also states listener_id is supported, but practice showed
it is not really the case.
Change-Id: Id8855a509af146d860d233af3bca35aa6b754c72
This commit is contained in:
Artem Goncharov
2024年11月28日 10:37:28 +01:00
parent cadf4f8652
commit 5093eb8fbb

View File

@@ -292,6 +292,11 @@ POOL_QUERY_PARAMETERS: dict[str, Any] = {
"format": "date-time",
"description": "The UTC date and timestamp when the resource was last updated.",
},
"loadbalancer_id": {
"type": "string",
"format": "uuid",
"description": "The ID of the load balancer for the pool.",
},
"tls_enabled": {"type": "boolean"},
"tls_ciphers": {
"type": "string",
Reference in New Issue
openstack/codegenerator
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.