I'm getting the aforementioned error message when trying to reinstall a host that failed to be added to the cluster.

in the engine log I have:

2013-04-27 16:29:58,249 ERROR [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-3-thread-49) [3070670b] Host installation failed for host cf09fb25-b8a4-4068-a
3c8-9869d0ba4ff9, kernelpanic.home.: java.lang.RuntimeException: Failed to decode own public key from store 'keys/engine.p12' using alias '1'
        at org.ovirt.engine.core.bll.VdsDeploy._getEngineSSHPublicKey(VdsDeploy.java:227) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy.access$400(VdsDeploy.java:71) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy$9.call(VdsDeploy.java:334) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy._nextCustomizationEntry(VdsDeploy.java:476) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:687) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy.access$1400(VdsDeploy.java:71) [bll.jar:]
        at org.ovirt.engine.core.bll.VdsDeploy$32.run(VdsDeploy.java:779) [bll.jar:]
        at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
Caused by: java.io.FileNotFoundException: keys/engine.p12 (No such file or directory)
        at java.io.FileInputStream.open(Native Method) [rt.jar:1.7.0_09-icedtea]
        at java.io.FileInputStream.<init>(FileInputStream.java:138) [rt.jar:1.7.0_09-icedtea]
        at java.io.FileInputStream.<init>(FileInputStream.java:97) [rt.jar:1.7.0_09-icedtea]
        at org.ovirt.engine.core.bll.VdsDeploy._getEngineSSHPublicKey(VdsDeploy.java:206) [bll.jar:]
        ... 7 more



My setup has an all-in-one node with the engine installed from sources,

and I'm attempting to add a seconds host (Fedora 18, vdsm from yum, nothing fancy).

I installed vdsm (yum install vdsm), and disabled SSL as instructed in:
http://www.ovirt.org/OVirt_-_disable_SSL_in_VDSM

I read here that the development setup (i.e engine installed from sources) does not support automatic deployment:
http://www.mail-archive.com/users@ovirt.org/msg07608.html

Is this still the case?
If so, how do I deploy an additional host in such a setup?

Thanks,

Yuval Meir