jedipunkz / openstack_havana_deploy

Deployment Tool for OpenStack Havana Release with Ubuntu Cloud Archive
6 stars 6 forks source link

Glance configuration and Nova configuration needs relook. #6

Open yashjit opened 10 years ago

yashjit commented 10 years ago

Hi Punkz,

I saw issue in glance registry database connection setting. it is using "sqllite". Same in nova.conf and nova.conf.nova-network it is using "sql_connection=" where as on openstack doc it should be "connection="

can you help me solving my previous issue where nova-manage db sync does not create tables in nova database. I am using your scripts for havana deployment in nova-network separate node mode.

jedipunkz commented 10 years ago

As you know, nova-network will be close on Icehouse release. So I still not do test of nova-network on havana release. If you know how to solve in nova.conf, please edit conf/etc.nova/nova.conf and fork it :)))

yashjit commented 10 years ago

Hi punkz,

Thanks for your prompt reply. To solve the issue, i did the following steps -

  1. In /etc/glance - glance-registry.conf i change the connection string for mysql connection and run the glance-manage db_sync and it created the tables in glance database. It worked.
  2. Some thing i repeat in nova.conf and run the nova-manage db sync command but it didn't created table in nova database.

It was a controller node. when i run nova-manage service list the output does not show any service running.

can you please look into it and give me some idea where we can fix.

is there any possibility that nova database needs some data from glance database ?