Bug 1217721

Summary: [packaging] /etc/nova/nova.conf changes due to deprecated options
Product: [Community] RDO Reporter: Arif Ali <mail>
Component: openstack-novaAssignee: Alan Pevec <apevec>
Status: CLOSED CURRENTRELEASE QA Contact: nlevinki <nlevinki>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: KiloCC: apevec, berendt, berrange, dasmith, eharney, hguemar, mail, ndipanov, nlevinki, rbryant, sbauza, sferdjao, sgordon, vromanso, yeylon
Target Milestone: ---   
Target Release: Kilo   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-nova-2015.1.0-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1212900 Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arif Ali 2015-05-01 11:08:36 UTC
The /etc/nova/nova.conf in the delorean repo now has deprecated options wrt rabbit, qpid and amqp in [DEFAULT], whereas new sections need to be added as per other projects i.e. [oslo_messaging_amqp], [oslo_messaging_qpid] and [oslo_messaging_rabbit]

This gives a lot of messages in syslog which we could do without

Also ...

When creating config file through tox, it doesn't generate the whole config correctly, as shown in the following pastebin

http://paste.openstack.org/show/213805/

It seems like that the tox config needs an extra parameter somewhere, unfortunately I don't know anything on this to resolve the problem

Comment 1 Arif Ali 2015-05-01 14:03:29 UTC
Looks like this is fixed in following commit

http://pkgs.fedoraproject.org/cgit/openstack-nova.git/commit/?id=b30fbaffb41702bb1f7164e33355f69d11fe10c4

Comment 2 Arif Ali 2015-05-01 14:38:04 UTC
Looking at the commit, under keystone_authtoken

we are missing a few options identity_uri, admin_user, admin_password, admin_tenant_name to name some

Comment 4 Alan Pevec 2015-05-05 20:33:51 UTC
In current testing/kilo repo
https://www.rdoproject.org/RDO_test_day_Kilo#How_To_Test