| Summary: | packstack SSL error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paolo Antinori <pantinor> |
| Component: | openstack-packstack | Assignee: | Alan Pevec (Fedora) <apevec> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | apevec, ealcaniz, gchamoul, gdubreui, ichavero, itamar, jpena, karlthered, mmagr, social, spoore |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-20 18:07:12 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: | |
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. If you are still having issues, you might try installing pyOpenSSL. I did the following: dnf install pyOpenSSL python-cffi python-cryptography python-enum34 python-idna python-ipaddress python-ply python-pyasn1 python-pycparser python-six Seemed to work for me to resolve that particular issue. Thank you for the alternative. Actually no, with the workaround (installing pyOpenSSL) I described directly in the case I was able to solve my issue. My was just a bug report to point out that probably the dependency should be explicit at .rpm descriptor level, so that yum and dnf are able to do their magic on their own. thanks again paolo Oops. Sorry, I missed that in the description. You're right. Hopefully this is something that can be resolved in the rpm. This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: packstack command fails with the following error: # packstack --help ERROR:root:Failed to load plugin from file prescript_000.py ERROR:root:Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 885, in loadPlugins moduleobj = __import__(moduleToLoad) File "/usr/lib/python2.7/site-packages/packstack/plugins/prescript_000.py", line 36, in <module> from packstack.modules.ospluginutils import appendManifestFile File "/usr/lib/python2.7/site-packages/packstack/modules/ospluginutils.py", line 17, in <module> from OpenSSL import crypto ImportError: No module named OpenSSL ERROR:root:Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 950, in main loadPlugins() File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 893, in loadPlugins raise Exception("Failed to load plugin from file %s" % item) Exception: Failed to load plugin from file prescript_000.py ERROR : Failed to load plugin from file prescript_000.py Traceback (most recent call last): File "/bin/packstack", line 15, in <module> run_setup.main() File "/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py", line 1020, in main print(output_messages.ERR_CHECK_LOG_FILE_FOR_MORE_INFO % (logFile)) Version-Release number of selected component (if applicable): # rpm -qa | grep packstack openstack-packstack-2015.1-0.9.dev1608.g6447ff7.fc23.noarch # cat /etc/redhat-release Fedora release 23 (Twenty Three) How reproducible: Always Steps to Reproduce: 1. packstack --help 2. 3. Actual results: Expected results: Additional info: The problem is fixed manually installing pyOpenSSL.noarch Probably the RPM requires a fix in its dependencies.