Bug 1148694
| Summary: | packstack allinone fails on _api_nova.pp (fc20) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Mike Abrams <mabrams> | ||||
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | aortega, derekh, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | Juno | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-02 07:37:46 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: | |||||||
| Attachments: |
|
||||||
Created attachment 943303 [details] openstack setup log from /var/tmp/packstack Description of problem: /sbin/service openstack-nova-api start' returned 1 Version-Release number of selected component (if applicable): juno How reproducible: fresh install Steps to Reproduce: 1. install fresh os 2. yum update 3. packstack --allinone Actual results: ERROR : Error appeared during Puppet run: 10.35.117.6_api_nova.pp Error: Could not start Service[nova-api]: Execution of '/sbin/service openstack-nova-api start' returned 1: You will find full trace in log /var/tmp/packstack/20141002-120238-jBBNF7/manifests/10.35.117.6_api_nova.pp.log Please check log file /var/tmp/packstack/20141002-120238-jBBNF7/openstack-setup.log for more information Expected results: return 0 and "installation conmplete" Additional info: Fedora release 20 (Heisenbug) [root@lynx03 ~]# yum repolist Loaded plugins: priorities repo id repo name status fedora/20/x86_64 Fedora 38,597 openstack-juno/20 OpenStack Juno Repository 252 updates/20/x86_64 Fedora 20 - x86_64 - Updates 19,189 repolist: 58,038 [root@lynx03 ~]# [root@lynx03 ~]# service openstack-nova-api status Redirecting to /bin/systemctl status openstack-nova-api.service openstack-nova-api.service - OpenStack Nova API Server Loaded: loaded (/usr/lib/systemd/system/openstack-nova-api.service; disabled) Active: failed (Result: start-limit) since Thu 2014-10-02 12:17:23 IDT; 18min ago Process: 27879 ExecStart=/usr/bin/nova-api (code=exited, status=1/FAILURE) Main PID: 27879 (code=exited, status=1/FAILURE) Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Failed to start OpenStack Nova API Server. Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Unit openstack-nova-api.service entered failed state. Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: openstack-nova-api.service holdoff time over, scheduling restart. Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Stopping OpenStack Nova API Server... Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Starting OpenStack Nova API Server... Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: openstack-nova-api.service start request repeated too quickly, refusing to start. Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Failed to start OpenStack Nova API Server. Oct 02 12:17:23 lynx03.qa.lab.tlv.redhat.com systemd[1]: Unit openstack-nova-api.service entered failed state. [root@lynx03 ~]# seems nova not enabled at this point; could be causing the packstack crash; investigating here, too.