Skip to content

Commit

Permalink
Add help message for new option
Browse files Browse the repository at this point in the history
Add a help message for the new command line option.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Dec 12, 2024
1 parent 649cad2 commit 1f7db93
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions openstack/tools/create_octavia_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@ Usage:
$(basename "$0") [options]
--name NAME The loadbalancer name base, default = ${lb} (things
such as listener and pool are named using this base)
--member-vm NAME The name of the member VM. Can be used multiple times.
If not provided use the first VM running.
--provider PROVIDER The Octavia provider {amphora, ovn}, default = ${provider}
--protocol PROTOCOL TCP, HTTP, ..., default = ${protocol}
--protocol-port PORT Port to use, default = ${protocol_port}
--vip-subnet SUBNET Name or ID of VIP subnet ${vip_subnet}
--name NAME The loadbalancer name base, default = ${lb} (things
such as listener and pool are named using this base)
--member-vm NAME The name of the member VM. Can be used multiple times.
If not provided use the first VM running.
--provider PROVIDER The Octavia provider {amphora, ovn}, default = ${provider}
--protocol PROTOCOL TCP, HTTP, ..., default = ${protocol}
--protocol-port PORT Port to use, default = ${protocol_port}
--vip-subnet SUBNET Name or ID of VIP subnet ${vip_subnet}
--member-subnet SUBNET Optional member subnet
EOF
exit 0
;;
Expand Down

0 comments on commit 1f7db93

Please sign in to comment.