[deployment_handler] Fix problem when trying to run ovs-vsctl on Fuel
[releng.git] / modules / opnfv / deployment / factory.py
index e48a751..1ccee4e 100644 (file)
@@ -41,4 +41,5 @@ class Factory(object):
                                             installer_user=installer_user,
                                             installer_pwd=installer_pwd)
         else:
-            raise Exception("Installer adapter is not implemented.")
+            raise Exception("Installer adapter is not implemented for "
+                            "the given installer.")