From 3979af35cf48124a5f94c3ae5f54de8d539a0b69 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Sat, 28 Jan 2012 18:35:46 -0800 Subject: [PATCH] Updates client to work with keystone essex roles API routes. Also adds pep8 to requirements since it was missing, and adds the automatically-created venv to the gitignore list. Change-Id: Iafa05c1889d7706b79d0f9392a9ac24f2f5a1719 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d87775cc..097d2085 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .coverage -.keystoneclient-venv +.venv *,cover cover *.pyc