From e58fc33cc1ef169a00ca8dfb89db7ec504097a44 Mon Sep 17 00:00:00 2001 From: Craig Vyvial Date: Thu, 8 Mar 2012 15:34:16 -0600 Subject: Adding database instance details for show/create/delete/list * expanding the create instance api data input * added all the fields to the view and added exceptions to be thrown correctly * added a few things to .gitignore * adding some testing tests --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ce9b613f..4fe11bc5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ guest-agent-files.txt reddwarf.egg* reddwarf/vcsversion.py *py*.egg +.coverage +covhtml/ -- cgit v1.2.1