From 6d544f1e93aeafe7e81e232c61b97fd5574f7b31 Mon Sep 17 00:00:00 2001 From: prachi Date: Thu, 17 May 2012 14:11:00 -0700 Subject: [PATCH] python script needs indentation corrected --- awsapi-setup/setup/cloudstack-aws-api-register | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsapi-setup/setup/cloudstack-aws-api-register b/awsapi-setup/setup/cloudstack-aws-api-register index 83425b61b2a..bb8fe6308ef 100644 --- a/awsapi-setup/setup/cloudstack-aws-api-register +++ b/awsapi-setup/setup/cloudstack-aws-api-register @@ -28,7 +28,7 @@ def get_url(url, api_key, secret_key, action, query): url = url + '?' + query + '&Signature=' + get_signature(secret_key, url, query) try: urllib2.urlopen(url) - if action == 'SetCertificate': + if action == 'SetCertificate': print 'User registration is successful!' return True except urllib2.HTTPError, e: