Installation problem on fedroa17 x86_64
I am following the guide from this link http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17 (http://fedoraproject.org/wiki/Getting...) to install the openstack on my fedroa17 x86_64 which is a VM. I succeed to install all the stuff with the below command: sudo yum install --enablerepo=updates-testing openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard qpid-cpp-server
But I got some errors when I try to init the nova db with the command: sudo openstack-db --service nova --init
[stack@openstack devstack]$ sudo openstack-db --service nova --init
Please enter the password for the 'root' MySQL user:
Verified connectivity to MySQL.
Creating 'nova' database.
ERROR 1007 (HY000) at line 1: Can't create database 'nova'; database exists
Asking openstack-nova to sync the database.
Traceback (most recent call last):
File "/bin/nova-manage", line 85, in
So, I want to know anything else I am missing. Is there something wrong in my python environment? Following are my python trace: [stack@openstack devstack]$ python Python 2.7.3 (default, Apr 30 2012, 21:18:11) [GCC 4.7.0 20120416 (Red Hat 4.7.0-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information.