Description of problem: ======================= Found when I tried to verify bug #1061055 neutron-dhcp-agent fails to start with the error: Package 'openstack-neutron' isn't signed with proper key installed the neutron-dhcp-agent on a dedicated node which only populates that service. Version-Release number of selected component (if applicable): ============================================================= openstack-neutron-2014.1-0.4.b2.el6.noarch How reproducible: ================= 2/2 Steps to Reproduce: =================== 1. Install RDO on RHEL6.5 , allocate a dedicated node to host the neutron-dhcp service. 2. Actual results: =============== # service neutron-dhcp-agent start From /var/log/messages Feb 4 18:32:10 puma09 abrtd: Deleting problem directory '/var/spool/abrt/pyhook-2014-02-04-18:32:10-6671' Feb 4 18:37:41 puma09 ntpd[6016]: 0.0.0.0 0612 02 freq_set kernel 25.764 PPM Feb 4 18:37:41 puma09 ntpd[6016]: 0.0.0.0 0615 05 clock_sync Feb 4 18:40:52 puma09 abrt: detected unhandled Python exception in '/usr/bin/neutron-dhcp-agent' Feb 4 18:40:52 puma09 abrtd: New client connected Feb 4 18:40:52 puma09 abrtd: Directory 'pyhook-2014-02-04-18:40:52-6722' creation detected Feb 4 18:40:52 puma09 abrt-server[6728]: Saved Python crash dump of pid 6722 to /var/spool/abrt/pyhook-2014-02-04-18:40:52-6722 Feb 4 18:40:52 puma09 abrtd: Package 'openstack-neutron' isn't signed with proper key Feb 4 18:40:52 puma09 abrtd: 'post-create' on '/var/spool/abrt/pyhook-2014-02-04-18:40:52-6722' exited with 1 Feb 4 18:40:52 puma09 abrtd: Deleting problem directory '/var/spool/abrt/pyhook-2014-02-04-18:40:52-6722' Expected results: ================= service should be running.
Are you using an internal test repo? Packages are only signed when put in staging repo or in public repos. Please set gpgcheck=0 in the /etc/yum.repos.d/ repo file for the testing repo
(In reply to Pádraig Brady from comment #1) > Are you using an internal test repo? > Packages are only signed when put in staging repo or in public repos. > Please set gpgcheck=0 in the /etc/yum.repos.d/ repo file for the testing repo This only reproduce whem the neutron-dhcp-server is installed on a dedicated server.
So this was abrtd giving the error. What this means is if we want to have abrtd auto report bugzillas, then we would need to add the RDO key(s) to /etc/abrt/gpg_keys and restart abrtd. Now abrtd currently reports to Fedora bugzilla so that wouldn't be appropriate. Also there may be privacy issues with enabling this by default. Closing for now.