From ded6fbf4cf7a4d1bd93bcf7cee2cd43e21af82e0 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sun, 7 Apr 2013 20:33:04 -0400 Subject: [PATCH] fix syntax error --- plstackapi/planetstack/api/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0