Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilis committed Sep 24, 2015
1 parent ebaa17c commit c9600cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def delete(**_):
# def creation_validation(nova_client, args, **kwargs):
@operation
def run_script(**kwargs):
print "scriptttttttttt:", kwargs
print "scriptttttttttt:", kwargs["ctx"].node.properties
client = connection.MistConnectionClient().client
script = kwargs.get('script', '')
name = kwargs.get("name", '')
Expand Down

0 comments on commit c9600cd

Please sign in to comment.