From 5093eb8fbbcb529f6b0646539fb2cf9d9b18a878 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: 2024年11月28日 10:37:28 +0100 Subject: [PATCH] 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 --- codegenerator/openapi/octavia.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codegenerator/openapi/octavia.py b/codegenerator/openapi/octavia.py index 4924a47..90c3160 100644 --- a/codegenerator/openapi/octavia.py +++ b/codegenerator/openapi/octavia.py @@ -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",

AltStyle によって変換されたページ (->オリジナル) /