Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2018:0253 - Bug Fix Advisory
Issued:
2018-01-30
Updated:
2018-01-30

RHBA-2018:0253 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat OpenStack Platform 12.0 director Bug Fix Advisory

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated director installer packages that resolve various issues are now
available for Red Hat OpenStack Platform 12.0 (Pike) for RHEL 7.

Description

Changes to the openstack-tripleo-common component:

  • When using the Docker CLI to report the state of running containers, the nova_migration_target container might be incorrectly reported as "unhealthy". This is due to an issue with the health check itself, and not with an accurate reflection of the state of the running container. (BZ#1469434)

Changes to the openstack-tripleo-heat-templates component:

  • There is currently a known issue with LDAP integration for Red Hat OpenStack Platform. At present, the `keystone_domain_confg` tag is missing from `keystone.yaml`, preventing Puppet from properly applying the required configuration files. Consequently, LDAP integration with Red Hat OpenStack Platform will not be properly configured. As a workaround, you will need to manually edit `keystone.yaml` and add the missing tag. There are two ways to do this:

1. Edit the the file directly:
a. Log into the undercloud as the stack user.
b. Open the keystone.yaml in the editor of your choice. For example:
`sudo vi /usr/share/openstack-tripleo-heat-templates/docker/services/keystone.yaml`
c. Append the missing puppet tag, `keystone_domain_confg`, to line 94. For example:
`puppet_tags: keystone_config`
Changes to:
`puppet_tags: keystone_config,keystone_domain_confg`
d. Save and close `keystone.yaml`.
e. Verify you see the missing tag in the `keystone.yaml` file. The following command should return '1':
`cat /usr/share/openstack-tripleo-heat-templates/docker/sercies/keystone.yaml | grep 'puppet_tags: keystone_config,keystone_domain_config' | wc -l`

2. Or, use sed to edit the file inline:
a. Login to the undercloud as the stack user.
b. Run the following command to add the missing puppet tag:
`sed -i 's/puppet_tags\: keystone_config/puppet_tags\: keystone_config,keystone_domain_config/' /usr/share/openstack-tripleo-heat-templates/docker/services/keystone.yaml`
c. Verify you see the missing tag in the keystone.yaml file The following command should return '1':
`cat /usr/share/openstack-tripleo-heat-templates/docker/sercies/keystone.yaml | grep 'puppet_tags: keystone_config,keystone_domain_config' | wc -l` (BZ#1519057)

  • All Compute and Controller nodes have bridge-mappings configured, and therefore are eligible to schedule routers. However, if you scheduled a router on a Compute node that doesn't have a connection to an external network, connectivity with the external network fails.

This fix adds the ability to configure bridge-mappings in TripleO and in the director according to roles. This means that you can now exclude Compute nodes from router scheduling and maintain external network connectivity. (BZ#1510879)

  • Previously, the value passed through the CephPools parameter was incorrectly consumed as a list of strings instead of as a JSON object. This prevented creating additional Ceph pools during the overcloud deployment, because attempting to pass a JSON object failed.

This fix updates the CephPools parameter so that it now accepts any JSON object that describes additional pools to create in the Ceph cluster. Note: The JSON object structure must conform to the ceph-ansible conventions. (BZ#1516389)

  • It is only possible to deploy Ceph storage servers if their disk devices are homogeneous. (BZ#1520004)

Solution

Before applying this update, ensure all previously released errata relevant
to your system have been applied.

Red Hat OpenStack Platform 12 runs on Red Hat Enterprise Linux 7.4.

The Red Hat OpenStack Platform 12 Release Notes contain the following:

  • An explanation of the way in which the provided components interact to

form a working cloud computing environment.

  • Technology Previews, Recommended Practices, and Known Issues.
  • The channels required for Red Hat OpenStack Platform 12, including which

channels need to be enabled and disabled.

The Release Notes are available at:
https://access.redhat.com/documentation/en/red-hat-openstack-platform/

This update is available through 'yum update' on systems registered through
Red Hat Subscription Manager. For more information about Red Hat
Subscription Manager, see:

https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/index.html

Affected Products

  • Red Hat OpenStack 12 x86_64

Fixes

  • BZ - 1419755 - [RFE] Backwards compatibility with previous version [for RHOSP12]
  • BZ - 1458861 - rhosp-director: docker error: Could not evaluate: Could not retrieve information from environment production source(s) file:/usr/bin/heat-wsgi-api-cfn
  • BZ - 1469434 - Health checks for containerized services
  • BZ - 1508936 - deploying CEPH pure HCI fails
  • BZ - 1510879 - OVN deployments shouldn't have bridge-mappings on compute nodes
  • BZ - 1512920 - OPS Tools | /usr/share/openstack-tripleo-heat-templates/environments/logging-environment.yaml should include in resource_registry reference to the new env. file for OSP12.
  • BZ - 1516389 - CephPools items are misinterpreted as strings
  • BZ - 1519057 - OSP11->OSP12 Keystone LDAP Domain Template No Longer Works
  • BZ - 1520004 - per host CephAnsibleDisksConfig are ignored
  • BZ - 1520467 - CephPools can't be used to override properties of the standard OpenStack pools when using ceph-ansible
  • BZ - 1525580 - OSP 12 with ceph deployment fails at step 4
  • BZ - 1532931 - Rebase puppet-pacemaker to 5f56a96

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat OpenStack 12

SRPM
openstack-tripleo-common-7.6.3-10.el7ost.src.rpm SHA-256: da4222b6c91a8e8ca6e69e7dacec505d00ab5175daf8b379e1c72d79e7b4db18
openstack-tripleo-heat-templates-7.0.3-22.el7ost.src.rpm SHA-256: 8e9f78e690c2c820064ea11667c7867560df38de6dd0b8f85d714adbd9b68c39
puppet-pacemaker-0.6.0-3.el7ost.src.rpm SHA-256: 2a4585b7f6bd4dc7d75a877765959ecfcf776eb7c2fa7fec64a09fb6068ae2c3
x86_64
openstack-tripleo-common-7.6.3-10.el7ost.noarch.rpm SHA-256: c2a13068126faffdc706619d789fbeaa7ced5c93d860c75dc16f6cae948d7840
openstack-tripleo-common-container-base-7.6.3-10.el7ost.noarch.rpm SHA-256: a2c824708e82be2af225d5ea31696ecdc329d97031fba657b3403f7480db75f5
openstack-tripleo-common-containers-7.6.3-10.el7ost.noarch.rpm SHA-256: 7888a45159cf46cf61dd14537bbd93741098ca2616f50d7112b603626ed3727b
openstack-tripleo-common-devtools-7.6.3-10.el7ost.noarch.rpm SHA-256: d98170bc4003664f6f868f89516c5148489556c250f8e60529e2f158fcd7ce5c
openstack-tripleo-heat-templates-7.0.3-22.el7ost.noarch.rpm SHA-256: f44b85db1f560793a1acd2840a5036278608b6afea1dc2bd02f3f3fa44f2916a
puppet-pacemaker-0.6.0-3.el7ost.noarch.rpm SHA-256: 7b7072a171c98d6266aec3fee6abbc31c763b911ee9bd9e4548873c8293008f0

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility