Bug 1104236
| Summary: | Exception while running keystone on httpd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Jose Castro Leon <jose.castro.leon> | ||||
| Component: | openstack-keystone | Assignee: | Adam Young <ayoung> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | apevec, ayoung, jose.castro.leon, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-19 23:27:43 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
Jose Castro Leon
2014-06-03 15:12:57 UTC
Iwas able to deploy without this change. I think that there is an RPM dependency missing. I think you need python-paste-deploy There is something weird here, I have just installed python-paste-deploy and it works without the patch. I have now this two packages installed Installed Packages python-paste-deploy1.5.noarch 1.5.0-5.el6 @epel python-paste-deploy.noarch 1.3.3-2.1.el6 @slc6-os Keystone package has as a dependency only on: python-paste-deploy1.5 Any ideas? Fixed in RDO Icehouse where we introduced updated python-* packages for EL6 in RDO repo instead of using parallel installable versions which were a pain to maintain. |