| Summary: | "service neutron-ovs-cleanup start" failing to start | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Martina Kollarova <mkollaro> |
| Component: | openstack-neutron | Assignee: | Terry Wilson <twilson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aortega, chrisw, derekh, mmagr, ncredi, twilson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-2013.2-0.8.b3.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-07 17:21:00 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: | |
|
Description
Martina Kollarova
2013-09-09 10:15:58 UTC
The image had some packages preinstalled for grizzly, but otherwise it was clean - no OpenStack installation was done on it before. Currently we don't support upgrade via Packstack and looking at your machine I think that following is not good condition: [root@rdo4-tempest ~]# cat /etc/passwd | egrep "(quantum|neutron)" quantum:x:164:164:OpenStack Quantum Daemons:/var/lib/quantum:/sbin/nologin neutron:x:164:164:OpenStack Quantum Daemons:/var/lib/neutron:/sbin/nologin Please try on the OpenStack free machine and let me know if your issue still persists. Yes, the problem is probably that I already had some grizzly packages installed. I knew packstack isn't able to upgrade a running openstack instance, but I thought it wouldn't have problems with the packages alone. I'll try it on a clean image ASAP. The issue is actually in the fedora neutron packages. They do not Require: python-pbr like the el6 havana ones do. Other projects patch around the python-pbr runtime dependency since it is just used for determining the version which can be done at build time. We may do that in neutron as well, but for now I'm taking the easy way out and just rebuilding with the requires, since we already use it for the el6 branches. Fix synced to openstack-havana/fedora-19 repo |