Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.8.0
* Enabled to set health_check parameter at the add_slb_server action.

## v1.7.0
* Added an action (update_slb_virtul_server) to update SLB virtual-server.

Expand Down
4 changes: 4 additions & 0 deletions actions/add_slb_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ parameters:
specified_target:
type: object
description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')"
health_check:
type: string
description: name of health monitor for adding Server
default: ping
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- load balancer
- ADC
- network
version: 1.7.0
version: 1.8.0
author: Hiroyasu OHYAMA
email: [email protected]
python_versions:
Expand Down
Loading