generated from canonical/platform-engineering-charm-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The documentation for the construction parameters for HaproxyRouteTcpRequirer (and in other places) suggests:
port: The provider port.
backend_port: List of ports the service is listening on.
But backend_port is Optional[int], not a list.
What is the intended behaviour here? There are some instances where it might be very useful to actually have multiple backend ports, or for the port/backend port to be a mapping instead, so as to reduce the amount of relations required.
Impact
Low (minor issue or cosmetic problem)
Impact Rationale
No response
To Reproduce
See docs:
| class HaproxyRouteTcpRequirer(Object): |
Environment
Latest version, any environment
Relevant log output
N/A.Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working