Bug 1108056
| Summary: | openstack-heat-common package on havana and icehouse doesnt include python-ceilometerclient | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bruno Bompastor <b.bompastor> |
| Component: | openstack-heat | Assignee: | Jeff Peeler <jpeeler> |
| Status: | CLOSED ERRATA | QA Contact: | Amit Ugol <augol> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.0 (RHEL 6) | CC: | ajeain, apevec, breeler, mlopes, sbaker, sclewis, sdake, shardy, yeylon, zbitter |
| Target Milestone: | rc | ||
| Target Release: | 5.0 (RHEL 7) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-heat-2014.1.1-2.5.el7ost openstack-heat-2014.1.1-2.5.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
Previously, the openstack-heat-common package was missing a few dependencies for services that Orchestration supports, including the Telemetry, Trove, and Image services.
Now, the openstack-heat-common package has been updated to include these missing dependencies.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-02 18:21:15 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: | |||
|
Description
Bruno Bompastor
2014-06-11 11:43:42 UTC
The following packages: * python-ceilometerclient * python-glanceclient * python-troveclient appear to be missing from the explicit dependency list, and are evidently not being picked up automatically from the Python packaging. Changelog is misleading s/build/runtime/ or even s/build// * Mon Aug 4 2014 Jeff Peeler <jpeeler> - 2014.1.1-2.4 - add client build requires (rhbz #1108056) New builds created with changelog: - add client requires (rhbz #1108056) These packages are installed with all-in-one + heat parts in latest puddle: # rpm -qa | grep 'python-.*client' | sort python-ceilometerclient-1.0.10-1.el7ost.noarch python-cinderclient-1.0.9-1.el7ost.noarch python-glanceclient-0.13.1-1.el7ost.noarch python-heatclient-0.2.9-1.el7ost.noarch python-keystoneclient-0.9.0-1.el7ost.noarch python-neutronclient-2.3.4-2.el7ost.noarch python-novaclient-2.17.0-2.el7ost.noarch python-swiftclient-2.1.0-2.el7ost.noarch python-troveclient-1.0.3-2.el7ost.noarch So seems to be OK as per comment #2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1135.html |