Bug 1175450
Summary: | packstack fails to start Nova on Rawhide: Error: comparison of String with 18 failed at [...]ceilometer/manifests/params.pp:32 | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Richard W.M. Jones <rjones> |
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
Status: | CLOSED EOL | QA Contact: | Shai Revivo <srevivo> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | aortega, derekh, lbezdick, srevivo |
Target Milestone: | --- | ||
Target Release: | Juno | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-19 16:03:37 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
Richard W.M. Jones
2014-12-17 18:41:50 UTC
(In reply to Richard W.M. Jones from comment #0) > I fixed this by changing the line to: > > if ($::operatingsystem == 'Fedora' and $distrelease == 'Rawhide') or > ($::\ > operatingsystem == 'Fedora' and $::operatingsystemrelease >= 18) { Ooops, no I didn't. Offending line should be changed to: if ($::operatingsystem == 'Fedora' and $::operatingsystemrelease == 'Rawhide') or ($::operatingsystem == 'Fedora' and $::operatingsystemrelease >= 18) { This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |