Skip to content

Commit

Permalink
added command PrepareConnectivity on CP
Browse files Browse the repository at this point in the history
  • Loading branch information
GilGald committed Jun 15, 2016
1 parent 3a7f044 commit 4c5808e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/aws_shell/src/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def initialize(self, context):
def deploy_ami(self, context, request):
return self.aws_shell.deploy_ami(context, request)

def PrepareConnectivity(self, context):
return "MOCK-PrepareConnectivity"

def PowerOn(self, context, ports):
return self.aws_shell.power_on_ami(context)

Expand Down

0 comments on commit 4c5808e

Please sign in to comment.