Bug 1061356

Summary: neutron-dhcp-agent fails to start with the error: Package 'openstack-neutron' isn't signed with proper key
Product: [Community] RDO Reporter: Nir Magnezi <nmagnezi>
Component: distributionAssignee: RHOS Maint <rhos-maint>
Status: CLOSED WONTFIX QA Contact: Ami Jeain <ajeain>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: chrisw, markmc, pbrady, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 13:54:09 UTC 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 Nir Magnezi 2014-02-04 16:47:46 UTC
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.

Comment 1 Pádraig Brady 2014-02-04 17:44:28 UTC
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

Comment 3 Nir Magnezi 2014-02-06 12:29:42 UTC
(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.

Comment 4 Pádraig Brady 2014-02-06 13:54:09 UTC
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.