Comment 1 for bug 1339695

Revision history for this message
Ken Thomas (krt) wrote : Re: Handle deprecated nova configurations in Juno

There's a similar issue with deprecated database settings.

I'm looking at the nova.conf template in the most recent/Juno Chef recipe [1] and I noticed that it's using the deprecated "sql_connection" setting in [DEFAULT] rather than the "connection" setting in the [DATABASE] section [2]. In fact, I don't see any [DATABASE] section at all in nova.conf.erb (or in any other Chef recipes) with the other useful settings like slave_connection, min_pool_size, etc.

[1] https://github.com/stackforge/cookbook-openstack-compute/blob/master/templates/default/nova.conf.erb
[2] https://github.com/openstack/oslo.db/blob/stable/juno/oslo/db/options.py#L36