Skip to content

v5.5.1

Latest

Choose a tag to compare

@yhuanghamu yhuanghamu released this 09 Aug 03:24
Dedicatedhost#Cancel: cli bug with --immediate flag

We found weird behavior with cancellation if we set `--immediate default=True` in decorator.

`slcli dedicatedhost cancel ID`   => will create immediate cancellation ticket
`slcli dedicatedhost cancel ID --immediate` => will create non-immediate cancellation ticket
Have no idea what is the root cause, fix is to enforce `immediate = True` in function body.