The droplet_v2_action and image_v2_action methods would always override the value of params, even when set by the caller, making methods like rebuild_droplet always fail with the v2 API. I fixed that.
I also fixed a NameError in edit_domain_record that I noticed.
The
droplet_v2_action
andimage_v2_action
methods would always override the value ofparams
, even when set by the caller, making methods likerebuild_droplet
always fail with the v2 API. I fixed that.I also fixed a NameError in
edit_domain_record
that I noticed.