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:
@@ -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
Block a user