Please create a database by running a nova-api server on this host.
I am trying to install nova (bexar) on centos5.5, when I use this command: nova-manage --flagfile /etc/nova/nova.conf project zipfile PRO1 janson to create nova.zip file.
but an error occurs as follows:
[root@localhost nova]# nova-manage --flagfile /etc/nova/nova.conf project zipfile PRO1 janson Unexpected error while running command. Command: openssl ca -batch -out /tmp/tmptqlfLM/outbound.csr -config ./openssl.cnf -infiles /tmp/tmptqlfLM/inbound.csr Exit code: 1 Stdout: '' Stderr: "Using configuration from ./openssl.cnf\nerror loading the config file './openssl.cnf'\n16786:error:02001002:system library:fopen:No such file or directory:bss_file.c:122:fopen('./openssl.cnf','rb')\n16786:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:125:\n16786:error:0E078072:configuration file routines:DEF_LOAD:no such file:conf_def.c:197:\n" The above error may show that the certificate db has not been created. Please create a database by running a nova-api server on this host.
any ideas ???