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-2019:0075 - Bug Fix Advisory
Issued:
2019-01-16
Updated:
2019-01-16

RHBA-2019:0075 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat OpenStack Platform 10 bug fix and enhancement advisory

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated packages that resolve various issues are now available for Red Hat
OpenStack Platform 10.0 (Newton) for RHEL 7.

Description

Red Hat OpenStack Platform provides the facilities for building, deploying
and monitoring a private or public infrastructure-as-a-service (IaaS) cloud
running on commonly available physical hardware.

Changes to the os-apply-config component:

  • This update allows nodes to recover when a "group" attribute was not set in a SoftwareConfig heat resource.

Prior to this update, if a "group" attribute was not set in a SoftwareConfig heat resource, the resulting invalid json caused os-apply-config to fail. Even when the "group" attribute was specified, os-apply-config runs still failed.

With this update, s-apply-config now ignores non-dict json instead of generating an error. This allows affected nodes to recover. (BZ#1653513)

Changes to the python-oslo-rootwrap component:

  • Previously, after a service upgrade, 'oslo.rootwrap' was unable to stop the service any more as the executable was replaced (renamed).

With this update, the executables are renamed to use '/proc/$pid/cmdline' if it exists instead of '/proc/$pid/exe'. As a result, 'oslo.rootwrap' is now able to stop a service properly after an upgrade, even when the executable is replaced (renamed). (BZ#1511592)

Changes to the python-oslo-utils component:

  • With this update, oslo.utils now hides private keys in logs.

Prior to this update, if Nova or Heat was configured to log at the DEBUG log level, private keys were logged as clear text when a keypair was created. (BZ#1612881)

Changes to the rhosp-release component:

  • This update adds maintenance release version information to the rhosp-release file.

For instance:
....
$ cat ./etc/rhosp-release
Red Hat OpenStack Platform release 10.0.10 (Newton)
.... (BZ#1653848)

Solution

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

Red Hat OpenStack Platform 10 runs on Red Hat Enterprise Linux 7.5.

The Red Hat OpenStack Platform 10 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 10, 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/10/paged/release-notes

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 Enterprise Linux Server 7 x86_64
  • Red Hat Enterprise Linux Workstation 7 x86_64
  • Red Hat Enterprise Linux Desktop 7 x86_64
  • Red Hat OpenStack 10 x86_64

Fixes

  • BZ - 1511592 - l3agent can not kill keepalived process due to rootwrap filter when keepalived gets updated
  • BZ - 1590876 - test_create_list_show_delete_interfaces frequently failing
  • BZ - 1598908 - unable to live migrate instances when specifying nova api version 2.30
  • BZ - 1612881 - [OSP10] Heat in DEBUG logs private keys when a template creates a keypair
  • BZ - 1622077 - tempest.scenario.test_network_v6.TestGettingAddress tests failing with custom guest image and OVS firewall
  • BZ - 1623921 - os-collect-config not working after a stop of systemd-journald
  • BZ - 1635914 - /etc/localtime is still not a symbolic file to a file under /usr/share/zoneinfo
  • BZ - 1636296 - [OSP10] instack uses /tmp as temporary directory for DIB to run scripts, but /tmp is often mounted with noexec
  • BZ - 1641754 - rabbitmq-server: eheap_alloc: Cannot allocate 3280272216 bytes of memory (of type "old_heap")
  • BZ - 1652903 - Minor Upgrade deployment stuck and fails
  • BZ - 1653513 - OS::Heat::SoftwareConfig - missing group property can permanently break software deployments and os-collect-config on deployed nodes
  • BZ - 1653848 - Add maintenance release to /etc/rhosp-release
  • BZ - 1657373 - [OSP10] Newer erlang in OSP should Obsolete erlang-reltool

CVEs

(none)

References

  • https://access.redhat.com/documentation/en/red-hat-openstack-platform/10/paged/release-notes
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 7

SRPM
python-openstackclient-3.2.1-7.el7ost.src.rpm SHA-256: f9d260086384acad60f68e3bd32aa608c601aa166b14168bd21ec87b4a6cea50
python-oslo-utils-3.16.0-2.el7ost.src.rpm SHA-256: 404a4177aca1b96ba79c204813208f72282e2de726b163f5196d0c5978790e4f
x86_64
python-openstackclient-3.2.1-7.el7ost.noarch.rpm SHA-256: 4535edcc6bb89777ac681474ba6cfb85148e15555d731277d731b3bf573e9581
python-oslo-utils-3.16.0-2.el7ost.noarch.rpm SHA-256: 09b7c7f6f0991c8074a77125f1eca2e685b290c25f4c8c2f2fe24cc190911ae8
python-oslo-utils-lang-3.16.0-2.el7ost.noarch.rpm SHA-256: 973558aff02dbf92905987066ce01f2ff275578ae3af648427699fc94d1c5910

Red Hat Enterprise Linux Workstation 7

SRPM
python-openstackclient-3.2.1-7.el7ost.src.rpm SHA-256: f9d260086384acad60f68e3bd32aa608c601aa166b14168bd21ec87b4a6cea50
python-oslo-utils-3.16.0-2.el7ost.src.rpm SHA-256: 404a4177aca1b96ba79c204813208f72282e2de726b163f5196d0c5978790e4f
x86_64
python-openstackclient-3.2.1-7.el7ost.noarch.rpm SHA-256: 4535edcc6bb89777ac681474ba6cfb85148e15555d731277d731b3bf573e9581
python-oslo-utils-3.16.0-2.el7ost.noarch.rpm SHA-256: 09b7c7f6f0991c8074a77125f1eca2e685b290c25f4c8c2f2fe24cc190911ae8
python-oslo-utils-lang-3.16.0-2.el7ost.noarch.rpm SHA-256: 973558aff02dbf92905987066ce01f2ff275578ae3af648427699fc94d1c5910

Red Hat Enterprise Linux Desktop 7

SRPM
python-openstackclient-3.2.1-7.el7ost.src.rpm SHA-256: f9d260086384acad60f68e3bd32aa608c601aa166b14168bd21ec87b4a6cea50
python-oslo-utils-3.16.0-2.el7ost.src.rpm SHA-256: 404a4177aca1b96ba79c204813208f72282e2de726b163f5196d0c5978790e4f
x86_64
python-openstackclient-3.2.1-7.el7ost.noarch.rpm SHA-256: 4535edcc6bb89777ac681474ba6cfb85148e15555d731277d731b3bf573e9581
python-oslo-utils-3.16.0-2.el7ost.noarch.rpm SHA-256: 09b7c7f6f0991c8074a77125f1eca2e685b290c25f4c8c2f2fe24cc190911ae8
python-oslo-utils-lang-3.16.0-2.el7ost.noarch.rpm SHA-256: 973558aff02dbf92905987066ce01f2ff275578ae3af648427699fc94d1c5910

Red Hat OpenStack 10

SRPM
erlang-18.3.4.11-2.el7ost.src.rpm SHA-256: 49eea74ad6215f2ed6f96bea351b4237f0369180505541482207ed96caea0992
instack-5.1.0-3.el7ost.src.rpm SHA-256: 64b7d751d681a4b31585cdfd94dbe31cb9b4384ae7dcafdb35b9178dcda79b5a
openstack-aodh-3.0.4-3.el7ost.src.rpm SHA-256: 439127960a2d1b5d360a9ad182e641e5ab2b0cb3323c5a88dc379027e6ecf32c
openstack-tempest-13.0.0-20.bafe630git.el7ost.src.rpm SHA-256: fd8b6ce887408d190a510ddaf3061179545ef98a4a03f5c46eb871483bfc6b28
os-apply-config-5.1.1-3.el7ost.src.rpm SHA-256: 168577e117cfce0aad7ee784f7bba6424da227ec7fee01070b1168763c000700
os-collect-config-5.2.1-3.el7ost.src.rpm SHA-256: 7cb5a955a13317da255b80e103435ba32312761c4e95eae0827bb424ed240239
puppet-timezone-3.3.0-3.cf62f1bgit.el7ost.src.rpm SHA-256: 8e51440591894a822d42eb9ba38a9b5e15a26aa221516f1d39a6c0ae39718ade
python-openstackclient-3.2.1-7.el7ost.src.rpm SHA-256: f9d260086384acad60f68e3bd32aa608c601aa166b14168bd21ec87b4a6cea50
python-oslo-rootwrap-5.1.2-2.el7ost.src.rpm SHA-256: 71811e1ff456c8911b3e542b3d9fd19dbe583867fb92eaee9d7ddddeea92a464
python-oslo-utils-3.16.0-2.el7ost.src.rpm SHA-256: 404a4177aca1b96ba79c204813208f72282e2de726b163f5196d0c5978790e4f
rabbitmq-server-3.6.3-12.el7ost.src.rpm SHA-256: dc32928a1abb0d54ccbcc181d46cd6d7da4d592c4432cfe7801b0d3836685890
rhosp-release-10.0.10-1.el7ost.src.rpm SHA-256: 95a1986bb9219d5c78a7919e17f8cb9ecb39eab62a0d6cdcbbab96f25168f057
x86_64
erlang-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: f1a360152f4255b4f1ddba2593501b7743a4f2823225072c405bb32a98674eb8
erlang-asn1-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 097b5766dee034932d2d43bb3309658553737b3b261d61ec0c86f50e427cfa65
erlang-compiler-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: f3d898fd30f6877284e1214a5d32ab808eb9674f7ff4807f696114be77b92903
erlang-cosEvent-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: c72a8dbc9009585d490eb2951e5d71928159b9973723dc4346a7bd48342bcdd8
erlang-cosEventDomain-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 9eadf369c72051f8fe16ece89902f976b8d32ae5c7dac95ed341273e956a63b1
erlang-cosFileTransfer-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: ad2385196ca298036b84eb634eeef1d7b8188648c88f6fe01326020699e478ec
erlang-cosNotification-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 8351690190f2b9bdf8cb521fccfab40e66780d826035ae490d2aa19f7c078323
erlang-cosProperty-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 16a570a352b04309c52ed776d97e325fec522c2b08dff79d6cd7a8a47da5e3bb
erlang-cosTime-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 250647aa241722c6d327838899844aa664bc8bcf37e8336364a665ec93fc3193
erlang-cosTransactions-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 418bb3a8eb9e8795fd402b091f765f47cce5b3cbfbe153296afd39db7027e6b1
erlang-crypto-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 0e27817f21a0ea7a8e2c7e2f2c3bd01d473b5b8197df0c7d2c0054a004a2f29b
erlang-debuginfo-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 0c815815fac3f3dd46fc76f9e7f8e2b6a66e2e12d46379878c1731872c989ca9
erlang-diameter-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 47eaf126169f34bd5db72a46812809f0519b935fbbce0320e9eca9154adb9cd7
erlang-edoc-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 185791512edcd3fa848e23fd8aae300827caa756042b5fb911c772352ecfff5b
erlang-eldap-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 81dc82f1fc6eb6b0450df2968451a8220f599690412f858753e223cb82547e36
erlang-erl_docgen-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 44f866fa2522ea4e51162114c8cc26d94e6d91483a01f1842bd827911668346e
erlang-erl_interface-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 1c440cda80c08ea4df5821ad89c2df823b250b6f5a2cfdb58d433afb253a55d6
erlang-erts-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: d9264912dbb5cd6b4dc7bf0fecf01a790a41b380dc4401e16e1214f9378fd4f2
erlang-eunit-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: cb07b8fd4de848561ffea8a7cfe922bbf498992c98b22e28ba7acb5cd3ecb1c7
erlang-hipe-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 8b9976319b13aa9b55a828c041f2b898d237cf5fccaee0aad7909730c3bac666
erlang-ic-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 36ebcc914b58e805458a2b6f4bc1bc4e2ad9bd32475c1fb55087f87caf5a7da8
erlang-inets-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 732095a81a5a7f3608bd433ac85d4d1b2e4940f45549ac4e98583e89e40d6cb1
erlang-kernel-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 50b757458b597bc4091744669f240b65df085256d70a4703b4f06b07fa415205
erlang-mnesia-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: f03e73d8b70608df5f1ddd7486b4c122da3dea22eb7078460c26de7330a14169
erlang-odbc-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: ec8675ee39fec67f0e93ec7fc1f8ca260942c388f0ade638cdd619466b66a6a0
erlang-orber-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 8551f29226988c40ad8145b4d2739cb277951dee50c39dd0c838710d374dda6e
erlang-os_mon-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 7a72b22ce552559bcee260494f89f63156706b14298786b43ed4816a79f5631d
erlang-ose-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: e703a7ceeaf7c702c1518af08ab2cd7e042a0f028a24a7ad0c2319df3ba456e0
erlang-otp_mibs-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 36fffe2f7fc35a054b4fbf210ce90f3dafabb932be52b84db3c59f0e9567ddf8
erlang-parsetools-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 419ccdc3d2f7f0b1262cb3bdc3cbe438a371225321a7080770f2f830ffcc0f31
erlang-percept-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: f3bdf0560ff71673be5c602fbb6eee7a715ea5a8a49f880ba7db5be3aaeb4a24
erlang-public_key-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: f13c7071d076b24c0024b3c6c3461c729be49f76ede8980c56c2b76f0f1df954
erlang-runtime_tools-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 0a90f87c94d6592a2733ff05a6d9d95af99b5ab89844ae05f0500179dedf44e1
erlang-sasl-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: a45deb59beded41eee1bf9cb109b5334315f38c474980c1bbf72cdf1b502224e
erlang-snmp-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 93437aa458443b5e99364210e39ec3fa56206ea19628f30a126515162598d219
erlang-ssh-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: e2f4947ec9c1024bc8074f330c90694be014d2ef5421c49caf529bff9c11a71f
erlang-ssl-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 974db1052bbeed549f5a92551c9b675ee8cdb48bafb446596fbb555c4ffc6987
erlang-stdlib-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 4b81cdc2daf0d1e76868a277fdcf7f5beb467dfd5db505985b3c42c3e98bc3fe
erlang-syntax_tools-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: fc42739444753540a529d99d39f6dd53b9dda717e59e16b3a8777ffcb2e39b6a
erlang-tools-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: b3faac0cffbc31587369dffeafdf2ad45f01bfb0e06fd5016296632d131b6124
erlang-xmerl-18.3.4.11-2.el7ost.x86_64.rpm SHA-256: 03fd05f5f1877be00af759ff2e1d9964bc22ad40b4fb231e7fb2876a4f941826
instack-5.1.0-3.el7ost.noarch.rpm SHA-256: b3d27dea250fc944d7e7a6874a5b25e2fafeeb9c65dd7b7b683be929cf995c70
openstack-aodh-api-3.0.4-3.el7ost.noarch.rpm SHA-256: 584c72d8222feb10b5f4b6f55a4bbeb7b5d3f72a3a25acd80cee2a1d4f12897a
openstack-aodh-common-3.0.4-3.el7ost.noarch.rpm SHA-256: 1985186bf4d8ab02f4433155e3f33e1fbee286aae2b5b5d449c359dac5968c17
openstack-aodh-compat-3.0.4-3.el7ost.noarch.rpm SHA-256: 8c9dea4abb2fb217d56269dc4e6c8e105bdf57dca784dd11db6867bae95cfb6e
openstack-aodh-evaluator-3.0.4-3.el7ost.noarch.rpm SHA-256: 4bf87f6b018a4b68bf5d7dc9effe466d193f064c1ab335e99c37da91df5b242a
openstack-aodh-expirer-3.0.4-3.el7ost.noarch.rpm SHA-256: 505890ead857bab215ad2c9cfa1fd1b1e167221ccc51a6e4eabf590b407e7baa
openstack-aodh-listener-3.0.4-3.el7ost.noarch.rpm SHA-256: b5f75c618ed6f76b5b46fbfac81ea1d21819503b92ca40bbbff976b48a8551bb
openstack-aodh-notifier-3.0.4-3.el7ost.noarch.rpm SHA-256: c783eb0f31cce9bb7732fc6676373a418abb14840f5e2d5ef2f14ea155964fd5
openstack-tempest-13.0.0-20.bafe630git.el7ost.noarch.rpm SHA-256: 912626fb9a84a88f502f47b6797c56593ede2a9cfbc26bc6c26460bb7b9579a0
openstack-tempest-all-13.0.0-20.bafe630git.el7ost.noarch.rpm SHA-256: a17c62f393261b5597a13f0d1b086c99e7e12879b679a802ea3f67e6b44cdc26
os-apply-config-5.1.1-3.el7ost.noarch.rpm SHA-256: 116b11740d7379725752e1faf82895028201153d351acc01ecd23b2c47c9526d
os-collect-config-5.2.1-3.el7ost.noarch.rpm SHA-256: 1d7d93464a45b77981f578aa3e02fa90da4d0d4a8251780337affdbf753f162a
puppet-timezone-3.3.0-3.cf62f1bgit.el7ost.noarch.rpm SHA-256: 250ca6de91503df3fd883f2e9209bd7676423bcc9ccd3b4634bd34df14266d9d
python-aodh-3.0.4-3.el7ost.noarch.rpm SHA-256: 2487285504cdb66e387f17e7c6039d41a868f545d2654fc6f521cc837c990040
python-aodh-tests-3.0.4-3.el7ost.noarch.rpm SHA-256: 4b525b9ac893a4fe829196d7e161b4a0e18fab6f3bb571fe6b7a85079d3c2cec
python-openstackclient-3.2.1-7.el7ost.noarch.rpm SHA-256: 4535edcc6bb89777ac681474ba6cfb85148e15555d731277d731b3bf573e9581
python-oslo-rootwrap-5.1.2-2.el7ost.noarch.rpm SHA-256: 20ca2fe6e9e8c7f5c7e1e059d73ecaa47dccdfc20f913b1628b3d2919d9e4b86
python-oslo-rootwrap-tests-5.1.2-2.el7ost.noarch.rpm SHA-256: 58262f334fa32d53ecddaed8784320a86712ac3e7897ce675baf227360f3aede
python-oslo-utils-3.16.0-2.el7ost.noarch.rpm SHA-256: 09b7c7f6f0991c8074a77125f1eca2e685b290c25f4c8c2f2fe24cc190911ae8
python-oslo-utils-lang-3.16.0-2.el7ost.noarch.rpm SHA-256: 973558aff02dbf92905987066ce01f2ff275578ae3af648427699fc94d1c5910
python-oslo-utils-tests-3.16.0-2.el7ost.noarch.rpm SHA-256: 1683e564b9a6d4710db4b7d41139ed30a1d046cbb9955cec1174c3bb1feb8240
python-tempest-13.0.0-20.bafe630git.el7ost.noarch.rpm SHA-256: 2d825556d2a8de94aa3f1ef113af0e09a4040e4b5168cbadd544ad19b325ed6e
python-tempest-tests-13.0.0-20.bafe630git.el7ost.noarch.rpm SHA-256: 16c36c6de888d0aca65ef108adc87fad06f569434fcf5ad7f40c11d2dbd648d5
rabbitmq-server-3.6.3-12.el7ost.noarch.rpm SHA-256: 1f040e7462373b0eebced28fac760b730d55c8c8fe01710f611c472e1cfd0c07
rhosp-release-10.0.10-1.el7ost.noarch.rpm SHA-256: bafba8db6b0d999f95fd95af5363d0956dee82f9225f89d2503c9fa190110f2c

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
© 2025 Red Hat

Red Hat legal and privacy links

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