-
Notifications
You must be signed in to change notification settings - Fork 583
Options for creating load balancers members is missing fields #1823
Copy link
Copy link
Closed
Description
The Octavia API added a few fields to load balancer pool member api.
The fields are already supported by gophercloud in the Member result:
gophercloud/openstack/loadbalancer/v2/pools/results.go
Lines 223 to 230 in 79f393b
| // Is the member a backup? Backup members only receive traffic when all non-backup members are down. | |
| Backup bool `json:"backup"` | |
| // An alternate IP address used for health monitoring a backend member. | |
| MonitorAddress string `json:"monitor_address"` | |
| // An alternate protocol port used for health monitoring a backend member. | |
| MonitorPort int `json:"monitor_port"` |
Currently these are not supported in the CreateMemberOpts struct.
The missing fields are:
MonitorPort
MonitorAddress
Backup
https://docs.openstack.org/api-ref/load-balancer/v2/#create-member
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels