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: