Skip to content

Commit

Permalink
Fixing load metric parsing (#47)
Browse files Browse the repository at this point in the history
* Fixing load metric parsing

* Updating history
  • Loading branch information
samedder authored Oct 20, 2017
1 parent d511778 commit bc5fa4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Change Log
3.0.0
-----

- Rename compose deployment creation and upgrade progress commands to accept 'deployment-name' as identifier.
- Rename compose deployment creation and upgrade progress commands to accept 'deployment-name' as identifier (#44)
- Fix incorrect parsing error when updating service description load metrics (#47)

2.0.0
-----
Expand Down
1 change: 1 addition & 0 deletions src/sfctl/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def custom_arguments(self, _): #pylint: disable=too-many-statements
arg_context.argument('instance_count', type=int)
arg_context.argument('target_replica_set_size', type=int)
arg_context.argument('min_replica_set_size', type=int)
arg_context.argument('load_metrics', type=json_encoded)

with ArgumentsContext(self, 'chaos start') as arg_context:
arg_context.argument('app_type_health_policy_map', type=json_encoded)
Expand Down

0 comments on commit bc5fa4d

Please sign in to comment.