Bug 1209932
Summary: | Packstack installation failed with Neutron-server Could not start Service | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Eran Kuris <ekuris> | ||||||||
Component: | openstack-neutron | Assignee: | Ihar Hrachyshka <ihrachys> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | trunk | CC: | aortega, chrisw, derekh, ihrachys, kchamart, markmc, yeylon | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | Kilo | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2016-03-30 22:59:35 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: |
|
Description
Eran Kuris
2015-04-08 13:13:17 UTC
ImportError: No module named barbicanclient Workaround would be to either install python-barbicanclient from PIP or using RDO Kilo repo [1], or to add the following entry in neutron.conf: [certificates] cert_manager_class = neutron_lbaas.common.cert_manager.local_cert_manager Note that there is another bug in lbaas, missing dep. You need to install python-pyasn1-modules to be able to start the service. [1]: https://repos.fedorapeople.org/repos/openstack/openstack-kilo/ Moving the bug to neutron and assigning to myself. Created attachment 1012247 [details]
repo files
OK, the reason why certificates section is not caught is because we don't pass it as --config-file to neutron-server. We will probably need to introduce another dist config dir, now for neutron-server, since we don't know which configuration files are installed. Fixes to make neutron-server read *aas configuration files are at: https://review.gerrithub.io/#/q/owner:ihrachys%2540redhat.com+status:open Created attachment 1012257 [details]
SOSreport
Should be fixed now, please check with latest delorean builds. |