From 06baf2c68767e47752a1a0552591a4304b45b4f5 Mon Sep 17 00:00:00 2001 From: Maxim Kulkin Date: Fri, 1 Nov 2013 12:50:07 +0400 Subject: [PATCH] Fix incorrect number of arguments in discovery_test.py --- discover_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discover_test.py b/discover_test.py index 5924716..3e3e850 100644 --- a/discover_test.py +++ b/discover_test.py @@ -83,7 +83,6 @@ def main(): openstack = discovery.discover( ['172.18.65.179'], - 'root', private_key=private_key) all_inspections = Inspection.all_inspections()