Skip to content

Commit

Permalink
Add missing set_common_state.
Browse files Browse the repository at this point in the history
Without this e.g. send-keys doesn't work.
  • Loading branch information
teh committed Dec 8, 2016
1 parent 2109e1d commit 985886c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixops/backends/digital_ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def create(self, defn, check, allow_reboot, allow_recreate):
if ssh_key is None:
raise Exception('Please specify a ssh-key resource (resources.sshKeyPairs.ssh-key = {}).')

self.set_common_state(defn)

if self.droplet_id is not None:
return

Expand Down

0 comments on commit 985886c

Please sign in to comment.