Hello guys,<br><br>I got a problem with run up cloudpipe image.<br><br>I made a cloudpipe template with following the doc (<a href="http://nova.openstack.org/devref/cloudpipe.html" rel="nofollow">http://nova.openstack.org/devref/cloudpipe.html</a>). 
When I start it with command 'nova-manage vpn run PROJECT_ID',<br><br>#nova-manage vpn run myproject<br>

<p>And there's the short cut log</p><p>2011-09-21 10:46:28,845 CRITICAL nova [-] Unexpected error while running command.<br>Command: openssl ca -batch -out /tmp/tmptgKgPI/outbound.csr -config ./openssl.cnf -infiles /tmp/tmptgKgPI/inbound.csr<br>
Exit code: 1<br>Stdout: ''<br><span style="color: rgb(255, 0, 0);">Stderr: "Using configuration from ./openssl.cnf\nerror loading the config file './openssl.cnf'\n1724:error:02001002:system library:fopen:No such file or directory:bss_file.c:126:fopen('./openssl.cnf','rb')\n1</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">724:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:129:\n1724:error:0E078072:configuration file routines:DEF_LOAD:no such file:conf_def.c:197:\n"</span><br>(nova): TRACE: Traceback (most recent call last):<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 1122, in <module><br>(nova): TRACE:     main()<br>(nova): TRACE:   File "/usr/bin/nova-manage", line 1111, in main<br>(nova): TRACE:     fn(*argv)<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 170, in run<br>(nova): TRACE:     self.pipe.launch_vpn_instance(project_id)<br>(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/cloudpipe/pipelib.py", line 105, in launch_vpn_instance<br>
(nova): TRACE:     user_data=self.get_encoded_zip(project_id),<br>(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/cloudpipe/pipelib.py", line 77, in get_encoded_zip<br>(nova): TRACE:     crypto.generate_vpn_files(project_id)<br>
(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/crypto.py", line 246, in generate_vpn_files<br>(nova): TRACE:     (serial, signed_csr) = sign_csr(csr_text, project_id)<br>(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/crypto.py", line 259, in sign_csr<br>
(nova): TRACE:     return _sign_csr(csr_text, ca_folder(project_id))<br>(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/crypto.py", line 276, in _sign_csr<br>(nova): TRACE:     './openssl.cnf', '-infiles', inbound)<br>
(nova): TRACE:   File "/usr/lib/pymodules/python2.7/nova/utils.py", line 173, in execute<br>(nova): TRACE:     cmd=' '.join(cmd))<br>(nova): TRACE: ProcessExecutionError: Unexpected error while running command.<br>
(nova): TRACE: Command: openssl ca -batch -out /tmp/tmptgKgPI/outbound.csr -config ./openssl.cnf -infiles /tmp/tmptgKgPI/inbound.csr<br>(nova): TRACE: Exit code: 1<br>(nova): TRACE: Stdout: ''<br>(nova): TRACE: Stderr: "Using configuration from ./openssl.cnf\nerror loading the config file './openssl.cnf'\n1724:error:02001002:system library:fopen:No such file or directory:bss_file.c:126:fopen('./openss<br>
l.cnf','rb')\n1724:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:129:\n1724:error:0E078072:configuration file routines:DEF_LOAD:no such file:conf_def.c:197:\n"<br>(nova): TRACE:<br><br>
</p><p><br></p><p><br></p><p><br></p><br>