From: Tony Mack Date: Mon, 8 Apr 2013 00:33:04 +0000 (-0400) Subject: fix syntax error X-Git-Tag: 1.0~251 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ded6fbf4cf7a4d1bd93bcf7cee2cd43e21af82e0;p=plstackapi.git fix syntax error --- diff --git a/plstackapi/planetstack/api/roles.py b/plstackapi/planetstack/api/roles.py index cd737b0..0a2eb2a 100644 --- a/plstackapi/planetstack/api/roles.py +++ b/plstackapi/planetstack/api/roles.py @@ -5,7 +5,7 @@ from plstackapi.planetstack.models import * def auth_check(auth): client = OpenStackShell(username=auth['Username'], - password=auth['AuthMethod', + password=auth['AuthMethod]', tenant=auth['LoginBase']) client.authenticate() return client