Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

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

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat Application Foundations
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2020:0711 - Bug Fix Advisory
Issued:
2020-03-05
Updated:
2020-03-05

RHBA-2020:0711 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

openstack-nova bug fix advisory

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated OpenStack Compute packages that resolve various issues are now
available for Red Hat OpenStack Platform 15.0 (Stein) for RHEL 8.

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. This advisory includes
packages for:

  • OpenStack Compute service

OpenStack Compute (nova) launches and schedules large networks of virtual
machines, creating a redundant and scalable cloud computing platform.
Compute provides the software, control panels, and APIs required to
orchestrate a cloud, including running virtual machine instances and
controlling access through users and projects.

Changes to the openstack-nova component:

  • With this update, you can configure NUMA affinity for most neutron networks. This is useful to ensure that instances are placed on the same host NUMA node as the NIC that provides external connectivity to the vSwitch. This feature is available for networks that use a 'provider:network_type' of 'flat' or 'vlan' and a 'provider:physical_network' (L2 networks) or networks that use a 'provider:network_type' of 'vxlan', 'gre' or 'geneve' (L3 networks). (BZ#1696658)
  • A new Compute (nova) parameter is now available, max_disk_devices_to_attach, which you can use to specify the maximum number of disk devices that can be attached to a single instance. The default is unlimited (-1). The following example illustrates how to change the value of max_disk_devices_to_attach to "30":

parameter_defaults:
ComputeExtraConfig:
nova::config::nova_config:
[compute]/max_disk_devices_to_attach:
value: '"30"' (BZ#1691040)

Changes to the python-novaclient component:

  • With this update, the 'nova boot' command now validates the argument for the '--hint' option. This option expects a key-value argument. Previously, incorrectly formatted arguments were ignored silently, causing confusing behavior. (BZ#1756392)

Solution

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

Red Hat OpenStack Platform 15 runs on Red Hat Enterprise Linux 8.1.

The Red Hat OpenStack Platform 15 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 15, 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 for IBM Power 15 ppc64le
  • Red Hat OpenStack 15 x86_64
  • Red Hat Enterprise Linux for x86_64 8 x86_64

Fixes

  • BZ - 1625235 - [Test-Only][OSP15][RFE] NVIDIA vGPU support for Guests in RHOSP (AI/ML use case)
  • BZ - 1664790 - [RFE] Secure data transport between QEMU servers live migration — [RHOS-15.0.z]
  • BZ - 1691040 - [OSP15][RFE] Not able to attach more than 26 virtio-scsi volumes
  • BZ - 1691585 - [OSP 15] nova-novncproxy does not handle TCP RST cleanly when using SSL
  • BZ - 1696658 - [OSP15.z][RFE] Take into account NUMA locality of physical NICs when plugging instance VIFS from Neutron networks
  • BZ - 1703610 - [OSP 15] Build requests can be orphaned without instance mapping
  • BZ - 1748990 - [OSP15] Since we're using nova_cell0 instead of nova database, nova-manage db archive_deleted_rows is no longer archiving deleted rows
  • BZ - 1753453 - [OSP 15] Leftover Libvirt VMs on Compute nodes
  • BZ - 1754479 - [OSP15] stack creation struck in CREATE_IN_PROGRESS and its deleting after timeout
  • BZ - 1756392 - Support syntax validation on '--hint' parameters in 'nova boot'
  • BZ - 1761623 - [OSP15] "nova hypervisor-show" is not considering ceph replica while calculating disk_available_least parameter.
  • BZ - 1767917 - [OSP 15] disconnect_volume errors during post_live_migration result in the overall failure of the migration despite the instance running on the destination.
  • BZ - 1768676 - [OSP15] [Update] Undercloud update failed on db migration
  • BZ - 1783354 - [OSP 15] Optional NUMA affinity for SR-IOV devices

CVEs

(none)

References

(none)

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

Red Hat OpenStack for IBM Power 15

SRPM
openstack-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.src.rpm SHA-256: d44c834f3d55906a5b9098f6e8bfd09e29034bdad9e39b4424f44c8519687e30
python-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.src.rpm SHA-256: 2b0a9643bc33df074e9f7fd4373e1596c34f3628a3a0b5b7a4f35d5b99cb1b2b
ppc64le
openstack-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: e412dd65eddd07ef360e24b4c24cd5e62f001e90db4752e27b91aedfa6e60f75
openstack-nova-api-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 7f99e92b00a759913121ba92bfdd746610adcf8541ba4594fc24a88e35ccc8b1
openstack-nova-cells-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: c59b954883b7a9ca0586350329ea2295600235aee46b0be3946afda6fbe9b45a
openstack-nova-common-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 614064b11921a0cee50bcafdbd9e2ea17744e0363eca06c74be4bbfce8faa19e
openstack-nova-compute-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 7a7e3bbdfa21a1cadb55b886e484e7ac7bf4b700cabce57355d0b78a753acd5b
openstack-nova-conductor-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: fcb5d96eb7666b3d3ed6aa6a45a8a836b2f1928418361d37fd87ca9e81829e1d
openstack-nova-console-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 3e915f8c90fd72431d50fc86051afbe2e6050cac3ff6d59c89a2d1f2d5efe7f0
openstack-nova-migration-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: f6f88db900c8bacf15228759a6cdc6e407f0740de8293654831c5c1809158087
openstack-nova-novncproxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 8f150051acb3f079189e7bfddb36a3be51a4c3b1c6645a1569d00357a1cd3bb9
openstack-nova-placement-api-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 93e873ed75fc27ebc70bd89217ff36d747f2dc3d825dffe2e2e46f94980bad6e
openstack-nova-scheduler-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 57b7a4b3bd62e5dc4376bf4dfc14e18d388a94058f110c8f04e6dafd080dc61a
openstack-nova-serialproxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 479263c090698e15b339bdd214f08b9e4877c2f96016d95fcd5809773a9f0aef
openstack-nova-spicehtml5proxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: bed336085895eda57bc75d9549fb16379777d584e0fc1be2db9bd49aefecba26
python3-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: ac3d8398caddb1585f07b62e204b428ff2cda544508e5d9cd2e4efea439e0e21
python3-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.noarch.rpm SHA-256: c9bbfd1fe896ea1f89ccd27b23212d6b26aceb0103919368551ab14789bd3efd

Red Hat OpenStack 15

SRPM
openstack-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.src.rpm SHA-256: d44c834f3d55906a5b9098f6e8bfd09e29034bdad9e39b4424f44c8519687e30
python-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.src.rpm SHA-256: 2b0a9643bc33df074e9f7fd4373e1596c34f3628a3a0b5b7a4f35d5b99cb1b2b
x86_64
openstack-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: e412dd65eddd07ef360e24b4c24cd5e62f001e90db4752e27b91aedfa6e60f75
openstack-nova-api-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 7f99e92b00a759913121ba92bfdd746610adcf8541ba4594fc24a88e35ccc8b1
openstack-nova-cells-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: c59b954883b7a9ca0586350329ea2295600235aee46b0be3946afda6fbe9b45a
openstack-nova-common-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 614064b11921a0cee50bcafdbd9e2ea17744e0363eca06c74be4bbfce8faa19e
openstack-nova-compute-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 7a7e3bbdfa21a1cadb55b886e484e7ac7bf4b700cabce57355d0b78a753acd5b
openstack-nova-conductor-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: fcb5d96eb7666b3d3ed6aa6a45a8a836b2f1928418361d37fd87ca9e81829e1d
openstack-nova-console-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 3e915f8c90fd72431d50fc86051afbe2e6050cac3ff6d59c89a2d1f2d5efe7f0
openstack-nova-migration-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: f6f88db900c8bacf15228759a6cdc6e407f0740de8293654831c5c1809158087
openstack-nova-novncproxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 8f150051acb3f079189e7bfddb36a3be51a4c3b1c6645a1569d00357a1cd3bb9
openstack-nova-placement-api-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 93e873ed75fc27ebc70bd89217ff36d747f2dc3d825dffe2e2e46f94980bad6e
openstack-nova-scheduler-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 57b7a4b3bd62e5dc4376bf4dfc14e18d388a94058f110c8f04e6dafd080dc61a
openstack-nova-serialproxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: 479263c090698e15b339bdd214f08b9e4877c2f96016d95fcd5809773a9f0aef
openstack-nova-spicehtml5proxy-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: bed336085895eda57bc75d9549fb16379777d584e0fc1be2db9bd49aefecba26
python3-nova-19.1.0-0.20200207070457.bf9d9e5.el8ost.noarch.rpm SHA-256: ac3d8398caddb1585f07b62e204b428ff2cda544508e5d9cd2e4efea439e0e21
python3-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.noarch.rpm SHA-256: c9bbfd1fe896ea1f89ccd27b23212d6b26aceb0103919368551ab14789bd3efd

Red Hat Enterprise Linux for x86_64 8

SRPM
python-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.src.rpm SHA-256: 2b0a9643bc33df074e9f7fd4373e1596c34f3628a3a0b5b7a4f35d5b99cb1b2b
x86_64
python3-novaclient-13.0.2-0.20191118050438.c7e793c.el8ost.noarch.rpm SHA-256: c9bbfd1fe896ea1f89ccd27b23212d6b26aceb0103919368551ab14789bd3efd

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
2023
  • Privacy Statement
  • Terms of Use
  • All Policies and Guidelines
We've updated our Privacy Policy effective July 1st, 2023.
Red Hat Summit
Twitter