Skip to content

Releases: rescale/softlayer-python

Rebase to 5.7.2

09 Aug 03:25
3fd889f

Choose a tag to compare

Rebase to 5.7.2 Pre-release
Pre-release
Merge pull request #22 from rescale/rebase-softlayer-07-22-2019

Rebase softlayer to upstream - 07 22 2019

v5.5.1

09 Aug 03:24

Choose a tag to compare

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.