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
    • Security Measurement
    • 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:3611 - Bug Fix Advisory
Issued:
2018-11-14
Updated:
2018-11-14

RHBA-2018:3611 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat OpenStack Platform 13 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 13.0 (Queens) 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 ansible-role-redhat-subscription component:

  • In prior releases, the Satellite URL was not properly set within role. This caused the system to fail to register with Satellite because it was unable to probe the Satellite server to determine the version. This release derives the rhsm_satellite_url from rhsm_baseurl by default, but allows it to be overridden. It also passes rhsm_baseurl to the registration task to allow force registration and adds an option to ignore certificate errors. This release also adds block and rescue tasks to automatically run recovery tasks in the event of registration failure. This fix enables successful Satellite registration. (BZ#1643254)

Changes to the openstack-kuryr-kubernetes component:

  • Kuryr Controller's health check probes perform a request that required OpenStack admin rights. The kuryr-controller pod entered a crash/restart loop when deployed by a non-admin OpenStack user. One workaround is to disable health checks by setting the enable_kuryr_controller_probes parameter to False in the openshift-ansible inventory (inventory/group_vars/all.yml). However, the Kuryr Controller might not restart when something goes wrong.

The health check probes now use a regions list API request. This request does not require OpenStack admin rights. You can deploy OpenShift with the default Kuryr health check setting (enable_kuryr_controller_probes: True) and the status of the controller is not affected. (BZ#1579813)

Changes to the python-openstackclient component:

  • In microversion 2.25, nova removed the disk_over_commit parameter during live migration of an instance, but openstackclient continued to send it. This caused the request to fail with an unexpected keyword error. In this release, do not send the disk_over_commit parameter if you’re running microversion 2.24 or greater to make sure live migration requests are correctly sent to nova. (BZ#1633723)

Changes to the python-shade component:

  • When trying to get server lists, OpenStack Nova's API paging feature would return at most N elements, with N being the page size configured in Nova. This was not apparent to shade library users. Shade now deals with the paging on behalf of the users, so the users will get all the servers that they request. (BZ#1559947)

Changes to the python-tempestconf component:

  • Rebase python-tempestconf to version 2 (package name python-tempestconf-2.0.0). The python-tempestconf tool went through a major refactoring to ease the process of generating tempest.conf. This version fixes many outstanding bugs and brings support for new services. Tempest users should benefit by moving to the new release. (BZ#1621205)

Solution

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

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

The Red Hat OpenStack Platform 13 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 13, including which

channels need to be enabled and disabled.

The Release Notes are available at:
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/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 for IBM Power 13 ppc64le
  • Red Hat OpenStack 13 x86_64
  • Red Hat OpenStack Director Deployment Tools 13 x86_64
  • Red Hat OpenStack Director Deployment Tools for IBM Power LE 13 ppc64le

Fixes

  • BZ - 1559947 - OpenShift on OpenStack - Nova has a max_limit of 1000
  • BZ - 1579813 - kuryr-controller healthcheck requires admin rights
  • BZ - 1597040 - 0.0 runtime causes ValueError: math domain error
  • BZ - 1599753 - Configure tempest for Octavia tests
  • BZ - 1608579 - Rally URL has changed
  • BZ - 1613475 - Wrong dependency on python-gabbi [osp13]
  • BZ - 1619367 - AssertionError during tempest test discovery
  • BZ - 1621205 - Rebase python-tempestconf to 2.0.0 for RHOS-13
  • BZ - 1623845 - Rebase python-gabbi to 1.42.1
  • BZ - 1631578 - Rebase openstack-barbican to cd63827
  • BZ - 1631585 - Rebase openstack-designate to 4dda863
  • BZ - 1633723 - unable to live migrate instances when specifying nova api version 2.30
  • BZ - 1636290 - [OSP13] instack uses /tmp as temporary directory for DIB to run scripts, but /tmp is often mounted with noexec
  • BZ - 1638692 - All Octavia tempest plugin tests fail to run because of non-existing httpd.bin
  • BZ - 1639408 - Rebase openstack-ec2-api to 6183cb7
  • BZ - 1639444 - Rebase openstack-octavia-ui to 5540696
  • BZ - 1639518 - Rebase os-collect-config to e7bf1c8
  • BZ - 1639616 - tempest.scenario.test_network_v6.TestGettingAddress tests failing with custom guest image and OVS firewall
  • BZ - 1639671 - Rebase openstack-kuryr-kubernetes to 0.4.5
  • BZ - 1639700 - Rebase openstack-manila to 6.0.2
  • BZ - 1639809 - Rebase python-dracclient to 1.5.0
  • BZ - 1639864 - Rebase python-manila-tests-tempest to 0.1.0
  • BZ - 1639878 - Rebase python-sushy to 1.3.3
  • BZ - 1639939 - Rebase openstack-ironic-staging-drivers to 0.9.1
  • BZ - 1640082 - Rebase python-oslo-messaging to 5.35.3
  • BZ - 1640087 - Rebase python-oslo-policy to 1.33.2
  • BZ - 1640251 - Rebase python-scciclient to 0.6.2
  • BZ - 1640280 - Rebase ansible-role-redhat-subscription to c076cc9e4f353330c3fffa4c39b6a30dd37fbf56
  • BZ - 1640282 - Rebase python-manilaclient to 1.21.1
  • BZ - 1640291 - Add a maintenance release version to /etc/rhosp-release
  • BZ - 1640376 - Rebase python-hardware to eb66b8c
  • BZ - 1640398 - Rebase python-vmware-nsxlib to cd41057
  • BZ - 1640407 - Rebase python-ovsdbapp to 0.10.2
  • BZ - 1640652 - Overcloud deployment with Rhsm role that uses activation key fails with: "msg": "parameters are mutually exclusive: activationkey, autosubscribe"
  • BZ - 1641145 - latest build leaves extra octavia-amphora builds installed.
  • BZ - 1643046 - missing microversion in transfer and backup related test http responses
  • BZ - 1643254 - [OSP13 Backport] Scaling out an overcloud with nodes registered to a Satellite 6 server fails with "msg": "Unable to reach the server at $sat_url:443/subscription", "rc": 69

CVEs

(none)

References

(none)

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-manilaclient-1.21.1-1.el7ost.src.rpm SHA-256: f6c75c82ccd2389a3ad37642961feea526b3cbc620cdd9882a4577e54e4f5382
python-openstackclient-3.14.2-2.el7ost.src.rpm SHA-256: d72e34949b59f5e88305b15171d9162f2be393db73d94b3c22064a337f11159b
python-shade-1.27.1-2.el7ost.src.rpm SHA-256: 914ec6d250dc03b1b1c87d44ba9c42fb560d1657ee415e2c65d1513c6aa5fdbb
x86_64
python-openstackclient-lang-3.14.2-2.el7ost.noarch.rpm SHA-256: b5ccb0b8ac872861715c0efcaa269be66e73f798cfb32e5e43ac9f8958de53cb
python2-manilaclient-1.21.1-1.el7ost.noarch.rpm SHA-256: 1c8653c38304d18abaa2464c78ac77304f88ddcf0cb2380e7265b89c6560a492
python2-openstackclient-3.14.2-2.el7ost.noarch.rpm SHA-256: 713755e1e4e185f632f0ef9017d1700e7c9acdb79bc87c65c10c39984f61f4a2
python2-shade-1.27.1-2.el7ost.noarch.rpm SHA-256: b32356755e21e82eff4cecfd0297013f3597976e1e1fada106d6b824ffca8207

Red Hat Enterprise Linux Workstation 7

SRPM
python-manilaclient-1.21.1-1.el7ost.src.rpm SHA-256: f6c75c82ccd2389a3ad37642961feea526b3cbc620cdd9882a4577e54e4f5382
python-openstackclient-3.14.2-2.el7ost.src.rpm SHA-256: d72e34949b59f5e88305b15171d9162f2be393db73d94b3c22064a337f11159b
python-shade-1.27.1-2.el7ost.src.rpm SHA-256: 914ec6d250dc03b1b1c87d44ba9c42fb560d1657ee415e2c65d1513c6aa5fdbb
x86_64
python-openstackclient-lang-3.14.2-2.el7ost.noarch.rpm SHA-256: b5ccb0b8ac872861715c0efcaa269be66e73f798cfb32e5e43ac9f8958de53cb
python2-manilaclient-1.21.1-1.el7ost.noarch.rpm SHA-256: 1c8653c38304d18abaa2464c78ac77304f88ddcf0cb2380e7265b89c6560a492
python2-openstackclient-3.14.2-2.el7ost.noarch.rpm SHA-256: 713755e1e4e185f632f0ef9017d1700e7c9acdb79bc87c65c10c39984f61f4a2
python2-shade-1.27.1-2.el7ost.noarch.rpm SHA-256: b32356755e21e82eff4cecfd0297013f3597976e1e1fada106d6b824ffca8207

Red Hat Enterprise Linux Desktop 7

SRPM
python-manilaclient-1.21.1-1.el7ost.src.rpm SHA-256: f6c75c82ccd2389a3ad37642961feea526b3cbc620cdd9882a4577e54e4f5382
python-openstackclient-3.14.2-2.el7ost.src.rpm SHA-256: d72e34949b59f5e88305b15171d9162f2be393db73d94b3c22064a337f11159b
python-shade-1.27.1-2.el7ost.src.rpm SHA-256: 914ec6d250dc03b1b1c87d44ba9c42fb560d1657ee415e2c65d1513c6aa5fdbb
x86_64
python-openstackclient-lang-3.14.2-2.el7ost.noarch.rpm SHA-256: b5ccb0b8ac872861715c0efcaa269be66e73f798cfb32e5e43ac9f8958de53cb
python2-manilaclient-1.21.1-1.el7ost.noarch.rpm SHA-256: 1c8653c38304d18abaa2464c78ac77304f88ddcf0cb2380e7265b89c6560a492
python2-openstackclient-3.14.2-2.el7ost.noarch.rpm SHA-256: 713755e1e4e185f632f0ef9017d1700e7c9acdb79bc87c65c10c39984f61f4a2
python2-shade-1.27.1-2.el7ost.noarch.rpm SHA-256: b32356755e21e82eff4cecfd0297013f3597976e1e1fada106d6b824ffca8207

Red Hat OpenStack for IBM Power 13

SRPM
ansible-role-redhat-subscription-1.0.1-4.el7ost.src.rpm SHA-256: 8061ec6e5507905b3ea4ab9850796c27ddfb57184f822d8070aa9aa261dd6311
instack-8.1.1-0.20180313084440.0d768a3.el7ost.src.rpm SHA-256: 44a8039dda5dd18f9ab0fc6fde4ba5ce7869d3c85adcd61edabde2a7718245e9
openstack-barbican-6.0.1-2.el7ost.src.rpm SHA-256: d8bcd511585059e24f550dae355c88f00fd51826c83983af0bee391bfefc202c
openstack-designate-6.0.1-2.el7ost.src.rpm SHA-256: e6ddb8d1556f50eca74992668ec9b5924c28539f8356bf2758838e7c9b76ece4
openstack-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.src.rpm SHA-256: 0783e2088678568bcab7db71cdd3ffbeb010fd6451966ec5bfee9da4d5a4ca94
openstack-ironic-staging-drivers-0.9.1-1.el7ost.src.rpm SHA-256: ede21acbfab08730a6fa0d300ac0fe6b1c517e545433bedbd0fbcb30944e6197
openstack-kuryr-kubernetes-0.4.5-2.el7ost.src.rpm SHA-256: 157cc32477b917f10987e3d771ce0fd3cc6383194e1b0258f5a61e3dec298111
openstack-manila-6.0.2-2.el7ost.src.rpm SHA-256: 697fe82328740d147f3a1e598d322836f27ae2ada69a1de5665aca1c843596ea
openstack-octavia-ui-1.0.1-2.el7ost.src.rpm SHA-256: 96c02fd6858cd94a2d33a1554118fe8f67223350696a6f643e309f1915c24199
openstack-rally-0.11.3-0.20180424080359.f8dc860.el7ost.src.rpm SHA-256: 5b76a494decd092dbbb6f07242ed9edd31cbc1a9fb19a97206bcdde0e40f0c18
openstack-tempest-18.0.0-4.el7ost.src.rpm SHA-256: b43c2b4e47742777f5fb910c30a9e400ac2b78098691cc46573093ad76bc1c1f
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.src.rpm SHA-256: a482baf2363cbf93a89f90b34f989cc1f859c4c08bd1efccd71a781bc6eeffe1
python-dracclient-1.5.0-2.el7ost.src.rpm SHA-256: b30c9335d592201504626437a08343ceb36a1dd2b94775399c2b4363ea85c5f4
python-gabbi-1.42.1-2.el7ost.src.rpm SHA-256: af29dfee58373b3557df1a00529daa04b06cbfe57773150bf8f51d9aa7ad27e8
python-hardware-0.18.1-0.20180516112600.eb66b8c.el7ost.src.rpm SHA-256: 74b343d39d844ac6e0479e0355134cdedaa1bd9ccf5f7a6a73c504d7bd6992da
python-heat-tests-tempest-0.1.1-0.20180514163844.9d99219.el7ost.src.rpm SHA-256: 05906f57c8d8ec89ce43872e823a5a010f31551f68a31d539c5bff57183763c0
python-manila-tests-tempest-0.1.0-1.el7ost.src.rpm SHA-256: f5e24d771a4828800613e81d293779e169c6199637df8163b233fae28168011d
python-manilaclient-1.21.1-1.el7ost.src.rpm SHA-256: f6c75c82ccd2389a3ad37642961feea526b3cbc620cdd9882a4577e54e4f5382
python-octavia-tests-tempest-0.0.1-0.20180412064839.51e91b4.el7ost.src.rpm SHA-256: fc397b1c401676db5d2fc5cd019d344712fbbfef2d4e0438f7963886347c9949
python-openstackclient-3.14.2-2.el7ost.src.rpm SHA-256: d72e34949b59f5e88305b15171d9162f2be393db73d94b3c22064a337f11159b
python-oslo-messaging-5.35.3-1.el7ost.src.rpm SHA-256: 34ad7d20b695bfb05f6062728bd75f1bb8ce69cdbc45fe8756040ac91d2d30c2
python-oslo-policy-1.33.2-1.el7ost.src.rpm SHA-256: 058513f95adddc3845e382db93e1d27f9cbf8d81c9bcb8e986a3fe65c5534861
python-ovsdbapp-0.10.2-1.el7ost.src.rpm SHA-256: e0b2a3717ed8a2ffe0f334121d901ae53a9b358272f49e25e65213bafc654fe2
python-scciclient-0.6.2-1.el7ost.src.rpm SHA-256: 18bea1f3db6eb75dc14b130702fdc1956e25fce6f5e9dc53c680f7c87dac0ca2
python-shade-1.27.1-2.el7ost.src.rpm SHA-256: 914ec6d250dc03b1b1c87d44ba9c42fb560d1657ee415e2c65d1513c6aa5fdbb
python-stestr-2.1.0-1.el7ost.src.rpm SHA-256: 143425b4a7e785130faf2cada785dce9bcbe8975ab94006db50a4e12abf2e0bf
python-sushy-1.3.3-1.el7ost.src.rpm SHA-256: c580d7f285361cc15eb72b9c66f0357e0b26b59dc1d88b30d153532107951746
python-tempestconf-2.0.0-1.el7ost.src.rpm SHA-256: 18b8d8156811cfd6f4a81cafb6fe9a85942463b4309f21df28fe94dd539b7270
python-vmware-nsxlib-12.0.4-1.el7ost.src.rpm SHA-256: 77d31aafd70cf91859e74ef5486403657d5ccdd54431bad39288806e8d1098be
rhosp-release-13.0.3-11.el7ost.src.rpm SHA-256: e84c45a18c507d041453e21f04364a83ae83dd21a603530d7ee593385225a7b5
ppc64le
ansible-role-redhat-subscription-1.0.1-4.el7ost.noarch.rpm SHA-256: 5215b177d77049673b273667644d20d2becdac13b4d18d6b06e0f823985bcd40
instack-8.1.1-0.20180313084440.0d768a3.el7ost.noarch.rpm SHA-256: 88f331ebb7c4f914ca4a49a02927baf501b92b528fb4a8e817ca35c54ebe5dfb
openstack-barbican-6.0.1-2.el7ost.noarch.rpm SHA-256: 16971a73c753ee5abe1a0f24580da87f31cc7d6a08d60719a6cd38476b50b939
openstack-barbican-api-6.0.1-2.el7ost.noarch.rpm SHA-256: 2cb0c6fac10285a5535a4ae40bb3fc370dfae30794effee77acabbec4d367940
openstack-barbican-common-6.0.1-2.el7ost.noarch.rpm SHA-256: 2dd4100ff61166a758975cbaa0cae0ed0830f6269e8e4bf3ee8abba329c5f8f1
openstack-barbican-keystone-listener-6.0.1-2.el7ost.noarch.rpm SHA-256: 401258627827273705f7fe24170144151ae19f0ea3d978ddf1bc44cf5333e1bc
openstack-barbican-worker-6.0.1-2.el7ost.noarch.rpm SHA-256: 8d12863cb6c61613aab09403d64cc3c34694e14be5cde29a28c77e054fa48880
openstack-designate-agent-6.0.1-2.el7ost.noarch.rpm SHA-256: 2ebf34f40fd236fc9fad20cc57c46e1c9f31f74809e0e1c7c77bd35e2d0bf00d
openstack-designate-api-6.0.1-2.el7ost.noarch.rpm SHA-256: cfc6cc4ac96e0e289e26b3ac22046353755b57b325d70fa671650d58bc3293f5
openstack-designate-central-6.0.1-2.el7ost.noarch.rpm SHA-256: 58937f8042fbb76ee70d77f6e17657c708087a1fd2cfce61b0408226b18704d8
openstack-designate-common-6.0.1-2.el7ost.noarch.rpm SHA-256: 807405910df11ccb42f78c55efd061732157384cbf111474715e66139715c5b5
openstack-designate-mdns-6.0.1-2.el7ost.noarch.rpm SHA-256: da98830b2e32959a39eeb77cada2858f8f77f995bb23c1d59a9bab355ae1ab9d
openstack-designate-pool-manager-6.0.1-2.el7ost.noarch.rpm SHA-256: 3e9bb5e0cd4adda46df8570f90304d29dccf6bc0138fa1a0c85baede07fd3592
openstack-designate-producer-6.0.1-2.el7ost.noarch.rpm SHA-256: 6f241dead1fdb2b3623dce839336ed80e91f31856fb595d69803303d595d9790
openstack-designate-sink-6.0.1-2.el7ost.noarch.rpm SHA-256: b390635fe646535768d0819ad5178a4d08709a72d32c52cc601e430c3c24d376
openstack-designate-worker-6.0.1-2.el7ost.noarch.rpm SHA-256: 8ba0cf078317522b431e1fd0ed2dfa411f9ae61ee27030d9a4b3449d66066d14
openstack-designate-zone-manager-6.0.1-2.el7ost.noarch.rpm SHA-256: 6402f2cedff28dd1eb5609d0c37e5404abb8746c73514ba497e9c33aa0be7fd0
openstack-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: 915bfa19efe59cea4567de62a55e836835859a2a09f088e41d6b79ab46ce3be3
openstack-ironic-staging-drivers-0.9.1-1.el7ost.noarch.rpm SHA-256: f3f5d1c65b8507f9b4c0745fe9f773aa091720655cabd745f121444b3c9845af
openstack-kuryr-kubernetes-cni-0.4.5-2.el7ost.noarch.rpm SHA-256: 9d9085a511a73e97d3ff13ff5a39cfbc9d66a501e58de56f0aef3317dfe0811c
openstack-kuryr-kubernetes-common-0.4.5-2.el7ost.noarch.rpm SHA-256: 38d3bf2b76a921bf895eb7b50efec37777d20a62f653283886ec7bdebec0c91f
openstack-kuryr-kubernetes-controller-0.4.5-2.el7ost.noarch.rpm SHA-256: 4ac84467901be7f26849b798b573de649816aa5ee4263855b98ad22bfdf62043
openstack-manila-6.0.2-2.el7ost.noarch.rpm SHA-256: 6c901741de8faa012a93c64156106dd7b6f7661fefb3538c7b62cc3dfe57bb95
openstack-manila-share-6.0.2-2.el7ost.noarch.rpm SHA-256: 2610f4cb9f33c6ad4f153e88e60c3a5c1ce6ca1298dc4a6b9bf631bed2fe7716
openstack-octavia-ui-1.0.1-2.el7ost.noarch.rpm SHA-256: e1dfe33bcffbfac8eb9985a70137039097dcab6a4f7cc5d2b854f64713008a06
openstack-rally-0.11.3-0.20180424080359.f8dc860.el7ost.noarch.rpm SHA-256: c24eff5ba4e437c3434d331d66fed7f31319e5eae23b563c7e36cfbbabd53cdc
openstack-tempest-18.0.0-4.el7ost.noarch.rpm SHA-256: d572d0e3373f33222c4f87f0f2b20b66708518af215e731642cf2d3206a9fa9c
openstack-tempest-all-18.0.0-4.el7ost.noarch.rpm SHA-256: 11f2cc8fa90310922aad93b0b05a005e80bcd7266a7ec45e5ccd536f50c3c70f
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.noarch.rpm SHA-256: 9e8924c6a86adfbb11d382065ec21e528c034ef6045d15af2d3a920b0b45fa55
python-barbican-6.0.1-2.el7ost.noarch.rpm SHA-256: bf940fc1dfacaa3298399b796dfcb0e9cd612072edeb335f6c40ecc82bcacb70
python-designate-6.0.1-2.el7ost.noarch.rpm SHA-256: ddd01dbf49f604a546eb60f0177ea7f41f50a15da833c99e773fa8fde7dea47b
python-designate-tests-6.0.1-2.el7ost.noarch.rpm SHA-256: f368d554eb4afae742c1129d9f89ec11523297d38c44870de646bd61d4370e15
python-dracclient-1.5.0-2.el7ost.noarch.rpm SHA-256: 669350c5d36f17d0d459c0fa4fcc46e235cc2fc181bbdcef4970a079e8c5bc71
python-ec2-api-tests-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: 762d0065aa9a15c5b7a084cfa8772b7402510d3a8279155166f548f92f028276
python-hardware-0.18.1-0.20180516112600.eb66b8c.el7ost.noarch.rpm SHA-256: 163eb9322edae100e8a78b20e1418a8138a28dc3c9112e3bc48d02f3bfa0d700
python-hardware-detect-0.18.1-0.20180516112600.eb66b8c.el7ost.noarch.rpm SHA-256: dfc50e378894db297bd33f60b5d05d7c3fd83bdb67adf822fa0e8d032708ca9f
python-manila-6.0.2-2.el7ost.noarch.rpm SHA-256: 755ff06746bbd79baaea3d1dcdaa0f8e612f474925645c0c514a1a150ecda9f4
python-manila-tests-6.0.2-2.el7ost.noarch.rpm SHA-256: 5a4691c123ec6a2bafdc2f1625153f0f0e044e363d51167708249c861604b83a
python-octavia-tests-tempest-debuginfo-0.0.1-0.20180412064839.51e91b4.el7ost.ppc64le.rpm SHA-256: 85fd1afc7d7fafe8a118c5000b89214a273500c029f732429ea54060618122f4
python-octavia-tests-tempest-golang-0.0.1-0.20180412064839.51e91b4.el7ost.ppc64le.rpm SHA-256: 55b1d5d4e28fa2643aabfb3596ac50a7431a6e1c7fa56178d4caf1aa680d3f9d
python-openstackclient-lang-3.14.2-2.el7ost.noarch.rpm SHA-256: b5ccb0b8ac872861715c0efcaa269be66e73f798cfb32e5e43ac9f8958de53cb
python-oslo-policy-lang-1.33.2-1.el7ost.noarch.rpm SHA-256: 98998082a9950c32993e40d06e18e266658b9930020a38cc94a63a283581c1cd
python2-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: ae8755652c493f2fd2cd2b5c0c71e251c42adc609d2828bb643b8f471ebd3f0e
python2-gabbi-1.42.1-2.el7ost.noarch.rpm SHA-256: 0c40a49621e945b840fe33d6fdf468e87a5fd52a73b862af31263a8ae70d27df
python2-heat-tests-tempest-0.1.1-0.20180514163844.9d99219.el7ost.noarch.rpm SHA-256: 0aae3e490f6c602aed64378e5cb1a3c7eb2935608f6bcb17c9819ef4a0fb7a84
python2-kuryr-kubernetes-0.4.5-2.el7ost.noarch.rpm SHA-256: f94ff1bcc63797282365921d65b6c925e7542eb774d0b148f216b85d02887ab6
python2-manila-tests-tempest-0.1.0-1.el7ost.noarch.rpm SHA-256: 90c63ae8d6be9d526141fae05408aa7d34b10cc79636e8531b3bb706d60be0a5
python2-manilaclient-1.21.1-1.el7ost.noarch.rpm SHA-256: 1c8653c38304d18abaa2464c78ac77304f88ddcf0cb2380e7265b89c6560a492
python2-octavia-tests-tempest-0.0.1-0.20180412064839.51e91b4.el7ost.noarch.rpm SHA-256: e06ba85c234520db53849c9a494b3f1dda4d63d52f935342eaeb07c1d00997d9
python2-openstackclient-3.14.2-2.el7ost.noarch.rpm SHA-256: 713755e1e4e185f632f0ef9017d1700e7c9acdb79bc87c65c10c39984f61f4a2
python2-oslo-messaging-5.35.3-1.el7ost.noarch.rpm SHA-256: 7a46ca55c1e00b12e386efd8e7cf465549aa61913dbc48aafb623b0a5e6dd769
python2-oslo-policy-1.33.2-1.el7ost.noarch.rpm SHA-256: 364ea1890eae563e7ed3b70bb04626e3bf37db1fd23d38fe8a38739ea2bec5b9
python2-ovsdbapp-0.10.2-1.el7ost.noarch.rpm SHA-256: 42afc784156587edfbc13e2e4f1ca89493be7f72ea705f832108cbb7633d2d88
python2-scciclient-0.6.2-1.el7ost.noarch.rpm SHA-256: 721a6b6de3933612f0ebe3547c3035be61149db7af985c87c3c127b41d1da73f
python2-shade-1.27.1-2.el7ost.noarch.rpm SHA-256: b32356755e21e82eff4cecfd0297013f3597976e1e1fada106d6b824ffca8207
python2-stestr-2.1.0-1.el7ost.noarch.rpm SHA-256: aa1a030456af5eb85be410a541ff4bdd76e45d1f0b9e9cb74ce85a4ef3207369
python2-sushy-1.3.3-1.el7ost.noarch.rpm SHA-256: 719ecc1691eef7900f54491a76d663d0af735835b597d0718bf5bdebbcad4ebb
python2-tempest-18.0.0-4.el7ost.noarch.rpm SHA-256: fdce1b877bd5db65ab675cba732fbe9cdf771946b3ec2794e2cb57a7f756e159
python2-tempest-tests-18.0.0-4.el7ost.noarch.rpm SHA-256: 9a02fbf0e85966794640925488a17c6a0fa672238753f048c7713987402423cd
python2-tempestconf-2.0.0-1.el7ost.noarch.rpm SHA-256: efbc6fe8dea082a82c666fa4a87be20563fd52650598e08cbbcc7b92e83b6ffd
python2-vmware-nsxlib-12.0.4-1.el7ost.noarch.rpm SHA-256: a2ddba1db969e267e2a1aa2a1044250c2ace1909540b096faf32ada60f25ebb4
python2-vmware-nsxlib-tests-12.0.4-1.el7ost.noarch.rpm SHA-256: 71c5873436668a0007b0293bca981d1aef6b68568e01c3bfbe86fd7fe7f289fd
rhosp-release-13.0.3-11.el7ost.noarch.rpm SHA-256: 008b20205db4344a1562ce00111b29620b2bbf2979474c3188a372e2b5a9c1be

Red Hat OpenStack 13

SRPM
ansible-role-redhat-subscription-1.0.1-4.el7ost.src.rpm SHA-256: 8061ec6e5507905b3ea4ab9850796c27ddfb57184f822d8070aa9aa261dd6311
instack-8.1.1-0.20180313084440.0d768a3.el7ost.src.rpm SHA-256: 44a8039dda5dd18f9ab0fc6fde4ba5ce7869d3c85adcd61edabde2a7718245e9
openstack-barbican-6.0.1-2.el7ost.src.rpm SHA-256: d8bcd511585059e24f550dae355c88f00fd51826c83983af0bee391bfefc202c
openstack-designate-6.0.1-2.el7ost.src.rpm SHA-256: e6ddb8d1556f50eca74992668ec9b5924c28539f8356bf2758838e7c9b76ece4
openstack-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.src.rpm SHA-256: 0783e2088678568bcab7db71cdd3ffbeb010fd6451966ec5bfee9da4d5a4ca94
openstack-ironic-staging-drivers-0.9.1-1.el7ost.src.rpm SHA-256: ede21acbfab08730a6fa0d300ac0fe6b1c517e545433bedbd0fbcb30944e6197
openstack-kuryr-kubernetes-0.4.5-2.el7ost.src.rpm SHA-256: 157cc32477b917f10987e3d771ce0fd3cc6383194e1b0258f5a61e3dec298111
openstack-manila-6.0.2-2.el7ost.src.rpm SHA-256: 697fe82328740d147f3a1e598d322836f27ae2ada69a1de5665aca1c843596ea
openstack-octavia-ui-1.0.1-2.el7ost.src.rpm SHA-256: 96c02fd6858cd94a2d33a1554118fe8f67223350696a6f643e309f1915c24199
openstack-rally-0.11.3-0.20180424080359.f8dc860.el7ost.src.rpm SHA-256: 5b76a494decd092dbbb6f07242ed9edd31cbc1a9fb19a97206bcdde0e40f0c18
openstack-tempest-18.0.0-4.el7ost.src.rpm SHA-256: b43c2b4e47742777f5fb910c30a9e400ac2b78098691cc46573093ad76bc1c1f
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.src.rpm SHA-256: a482baf2363cbf93a89f90b34f989cc1f859c4c08bd1efccd71a781bc6eeffe1
python-dracclient-1.5.0-2.el7ost.src.rpm SHA-256: b30c9335d592201504626437a08343ceb36a1dd2b94775399c2b4363ea85c5f4
python-gabbi-1.42.1-2.el7ost.src.rpm SHA-256: af29dfee58373b3557df1a00529daa04b06cbfe57773150bf8f51d9aa7ad27e8
python-hardware-0.18.1-0.20180516112600.eb66b8c.el7ost.src.rpm SHA-256: 74b343d39d844ac6e0479e0355134cdedaa1bd9ccf5f7a6a73c504d7bd6992da
python-heat-tests-tempest-0.1.1-0.20180514163844.9d99219.el7ost.src.rpm SHA-256: 05906f57c8d8ec89ce43872e823a5a010f31551f68a31d539c5bff57183763c0
python-manila-tests-tempest-0.1.0-1.el7ost.src.rpm SHA-256: f5e24d771a4828800613e81d293779e169c6199637df8163b233fae28168011d
python-manilaclient-1.21.1-1.el7ost.src.rpm SHA-256: f6c75c82ccd2389a3ad37642961feea526b3cbc620cdd9882a4577e54e4f5382
python-octavia-tests-tempest-0.0.1-0.20180412064839.51e91b4.el7ost.src.rpm SHA-256: fc397b1c401676db5d2fc5cd019d344712fbbfef2d4e0438f7963886347c9949
python-openstackclient-3.14.2-2.el7ost.src.rpm SHA-256: d72e34949b59f5e88305b15171d9162f2be393db73d94b3c22064a337f11159b
python-oslo-messaging-5.35.3-1.el7ost.src.rpm SHA-256: 34ad7d20b695bfb05f6062728bd75f1bb8ce69cdbc45fe8756040ac91d2d30c2
python-oslo-policy-1.33.2-1.el7ost.src.rpm SHA-256: 058513f95adddc3845e382db93e1d27f9cbf8d81c9bcb8e986a3fe65c5534861
python-ovsdbapp-0.10.2-1.el7ost.src.rpm SHA-256: e0b2a3717ed8a2ffe0f334121d901ae53a9b358272f49e25e65213bafc654fe2
python-scciclient-0.6.2-1.el7ost.src.rpm SHA-256: 18bea1f3db6eb75dc14b130702fdc1956e25fce6f5e9dc53c680f7c87dac0ca2
python-shade-1.27.1-2.el7ost.src.rpm SHA-256: 914ec6d250dc03b1b1c87d44ba9c42fb560d1657ee415e2c65d1513c6aa5fdbb
python-stestr-2.1.0-1.el7ost.src.rpm SHA-256: 143425b4a7e785130faf2cada785dce9bcbe8975ab94006db50a4e12abf2e0bf
python-sushy-1.3.3-1.el7ost.src.rpm SHA-256: c580d7f285361cc15eb72b9c66f0357e0b26b59dc1d88b30d153532107951746
python-tempestconf-2.0.0-1.el7ost.src.rpm SHA-256: 18b8d8156811cfd6f4a81cafb6fe9a85942463b4309f21df28fe94dd539b7270
python-vmware-nsxlib-12.0.4-1.el7ost.src.rpm SHA-256: 77d31aafd70cf91859e74ef5486403657d5ccdd54431bad39288806e8d1098be
rhosp-release-13.0.3-11.el7ost.src.rpm SHA-256: e84c45a18c507d041453e21f04364a83ae83dd21a603530d7ee593385225a7b5
x86_64
ansible-role-redhat-subscription-1.0.1-4.el7ost.noarch.rpm SHA-256: 5215b177d77049673b273667644d20d2becdac13b4d18d6b06e0f823985bcd40
instack-8.1.1-0.20180313084440.0d768a3.el7ost.noarch.rpm SHA-256: 88f331ebb7c4f914ca4a49a02927baf501b92b528fb4a8e817ca35c54ebe5dfb
openstack-barbican-6.0.1-2.el7ost.noarch.rpm SHA-256: 16971a73c753ee5abe1a0f24580da87f31cc7d6a08d60719a6cd38476b50b939
openstack-barbican-api-6.0.1-2.el7ost.noarch.rpm SHA-256: 2cb0c6fac10285a5535a4ae40bb3fc370dfae30794effee77acabbec4d367940
openstack-barbican-common-6.0.1-2.el7ost.noarch.rpm SHA-256: 2dd4100ff61166a758975cbaa0cae0ed0830f6269e8e4bf3ee8abba329c5f8f1
openstack-barbican-keystone-listener-6.0.1-2.el7ost.noarch.rpm SHA-256: 401258627827273705f7fe24170144151ae19f0ea3d978ddf1bc44cf5333e1bc
openstack-barbican-worker-6.0.1-2.el7ost.noarch.rpm SHA-256: 8d12863cb6c61613aab09403d64cc3c34694e14be5cde29a28c77e054fa48880
openstack-designate-agent-6.0.1-2.el7ost.noarch.rpm SHA-256: 2ebf34f40fd236fc9fad20cc57c46e1c9f31f74809e0e1c7c77bd35e2d0bf00d
openstack-designate-api-6.0.1-2.el7ost.noarch.rpm SHA-256: cfc6cc4ac96e0e289e26b3ac22046353755b57b325d70fa671650d58bc3293f5
openstack-designate-central-6.0.1-2.el7ost.noarch.rpm SHA-256: 58937f8042fbb76ee70d77f6e17657c708087a1fd2cfce61b0408226b18704d8
openstack-designate-common-6.0.1-2.el7ost.noarch.rpm SHA-256: 807405910df11ccb42f78c55efd061732157384cbf111474715e66139715c5b5
openstack-designate-mdns-6.0.1-2.el7ost.noarch.rpm SHA-256: da98830b2e32959a39eeb77cada2858f8f77f995bb23c1d59a9bab355ae1ab9d
openstack-designate-pool-manager-6.0.1-2.el7ost.noarch.rpm SHA-256: 3e9bb5e0cd4adda46df8570f90304d29dccf6bc0138fa1a0c85baede07fd3592
openstack-designate-producer-6.0.1-2.el7ost.noarch.rpm SHA-256: 6f241dead1fdb2b3623dce839336ed80e91f31856fb595d69803303d595d9790
openstack-designate-sink-6.0.1-2.el7ost.noarch.rpm SHA-256: b390635fe646535768d0819ad5178a4d08709a72d32c52cc601e430c3c24d376
openstack-designate-worker-6.0.1-2.el7ost.noarch.rpm SHA-256: 8ba0cf078317522b431e1fd0ed2dfa411f9ae61ee27030d9a4b3449d66066d14
openstack-designate-zone-manager-6.0.1-2.el7ost.noarch.rpm SHA-256: 6402f2cedff28dd1eb5609d0c37e5404abb8746c73514ba497e9c33aa0be7fd0
openstack-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: 915bfa19efe59cea4567de62a55e836835859a2a09f088e41d6b79ab46ce3be3
openstack-ironic-staging-drivers-0.9.1-1.el7ost.noarch.rpm SHA-256: f3f5d1c65b8507f9b4c0745fe9f773aa091720655cabd745f121444b3c9845af
openstack-kuryr-kubernetes-cni-0.4.5-2.el7ost.noarch.rpm SHA-256: 9d9085a511a73e97d3ff13ff5a39cfbc9d66a501e58de56f0aef3317dfe0811c
openstack-kuryr-kubernetes-common-0.4.5-2.el7ost.noarch.rpm SHA-256: 38d3bf2b76a921bf895eb7b50efec37777d20a62f653283886ec7bdebec0c91f
openstack-kuryr-kubernetes-controller-0.4.5-2.el7ost.noarch.rpm SHA-256: 4ac84467901be7f26849b798b573de649816aa5ee4263855b98ad22bfdf62043
openstack-manila-6.0.2-2.el7ost.noarch.rpm SHA-256: 6c901741de8faa012a93c64156106dd7b6f7661fefb3538c7b62cc3dfe57bb95
openstack-manila-share-6.0.2-2.el7ost.noarch.rpm SHA-256: 2610f4cb9f33c6ad4f153e88e60c3a5c1ce6ca1298dc4a6b9bf631bed2fe7716
openstack-octavia-ui-1.0.1-2.el7ost.noarch.rpm SHA-256: e1dfe33bcffbfac8eb9985a70137039097dcab6a4f7cc5d2b854f64713008a06
openstack-rally-0.11.3-0.20180424080359.f8dc860.el7ost.noarch.rpm SHA-256: c24eff5ba4e437c3434d331d66fed7f31319e5eae23b563c7e36cfbbabd53cdc
openstack-tempest-18.0.0-4.el7ost.noarch.rpm SHA-256: d572d0e3373f33222c4f87f0f2b20b66708518af215e731642cf2d3206a9fa9c
openstack-tempest-all-18.0.0-4.el7ost.noarch.rpm SHA-256: 11f2cc8fa90310922aad93b0b05a005e80bcd7266a7ec45e5ccd536f50c3c70f
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.noarch.rpm SHA-256: 9e8924c6a86adfbb11d382065ec21e528c034ef6045d15af2d3a920b0b45fa55
python-barbican-6.0.1-2.el7ost.noarch.rpm SHA-256: bf940fc1dfacaa3298399b796dfcb0e9cd612072edeb335f6c40ecc82bcacb70
python-designate-6.0.1-2.el7ost.noarch.rpm SHA-256: ddd01dbf49f604a546eb60f0177ea7f41f50a15da833c99e773fa8fde7dea47b
python-designate-tests-6.0.1-2.el7ost.noarch.rpm SHA-256: f368d554eb4afae742c1129d9f89ec11523297d38c44870de646bd61d4370e15
python-dracclient-1.5.0-2.el7ost.noarch.rpm SHA-256: 669350c5d36f17d0d459c0fa4fcc46e235cc2fc181bbdcef4970a079e8c5bc71
python-ec2-api-tests-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: 762d0065aa9a15c5b7a084cfa8772b7402510d3a8279155166f548f92f028276
python-hardware-0.18.1-0.20180516112600.eb66b8c.el7ost.noarch.rpm SHA-256: 163eb9322edae100e8a78b20e1418a8138a28dc3c9112e3bc48d02f3bfa0d700
python-hardware-detect-0.18.1-0.20180516112600.eb66b8c.el7ost.noarch.rpm SHA-256: dfc50e378894db297bd33f60b5d05d7c3fd83bdb67adf822fa0e8d032708ca9f
python-manila-6.0.2-2.el7ost.noarch.rpm SHA-256: 755ff06746bbd79baaea3d1dcdaa0f8e612f474925645c0c514a1a150ecda9f4
python-manila-tests-6.0.2-2.el7ost.noarch.rpm SHA-256: 5a4691c123ec6a2bafdc2f1625153f0f0e044e363d51167708249c861604b83a
python-octavia-tests-tempest-debuginfo-0.0.1-0.20180412064839.51e91b4.el7ost.x86_64.rpm SHA-256: 1ad8aaa932f11cd89c6a1ba36f19e7b5d7716c865326b54607b8ff81ffb3d9cf
python-octavia-tests-tempest-golang-0.0.1-0.20180412064839.51e91b4.el7ost.x86_64.rpm SHA-256: e901cdcf00d21e2a6df593b0a53120f36eecdf0e32568384c31ea66c78a44252
python-openstackclient-lang-3.14.2-2.el7ost.noarch.rpm SHA-256: b5ccb0b8ac872861715c0efcaa269be66e73f798cfb32e5e43ac9f8958de53cb
python-oslo-policy-lang-1.33.2-1.el7ost.noarch.rpm SHA-256: 98998082a9950c32993e40d06e18e266658b9930020a38cc94a63a283581c1cd
python2-ec2-api-6.0.1-0.20180830062745.6183cb7.el7ost.noarch.rpm SHA-256: ae8755652c493f2fd2cd2b5c0c71e251c42adc609d2828bb643b8f471ebd3f0e
python2-gabbi-1.42.1-2.el7ost.noarch.rpm SHA-256: 0c40a49621e945b840fe33d6fdf468e87a5fd52a73b862af31263a8ae70d27df
python2-heat-tests-tempest-0.1.1-0.20180514163844.9d99219.el7ost.noarch.rpm SHA-256: 0aae3e490f6c602aed64378e5cb1a3c7eb2935608f6bcb17c9819ef4a0fb7a84
python2-kuryr-kubernetes-0.4.5-2.el7ost.noarch.rpm SHA-256: f94ff1bcc63797282365921d65b6c925e7542eb774d0b148f216b85d02887ab6
python2-manila-tests-tempest-0.1.0-1.el7ost.noarch.rpm SHA-256: 90c63ae8d6be9d526141fae05408aa7d34b10cc79636e8531b3bb706d60be0a5
python2-manilaclient-1.21.1-1.el7ost.noarch.rpm SHA-256: 1c8653c38304d18abaa2464c78ac77304f88ddcf0cb2380e7265b89c6560a492
python2-octavia-tests-tempest-0.0.1-0.20180412064839.51e91b4.el7ost.noarch.rpm SHA-256: e06ba85c234520db53849c9a494b3f1dda4d63d52f935342eaeb07c1d00997d9
python2-openstackclient-3.14.2-2.el7ost.noarch.rpm SHA-256: 713755e1e4e185f632f0ef9017d1700e7c9acdb79bc87c65c10c39984f61f4a2
python2-oslo-messaging-5.35.3-1.el7ost.noarch.rpm SHA-256: 7a46ca55c1e00b12e386efd8e7cf465549aa61913dbc48aafb623b0a5e6dd769
python2-oslo-policy-1.33.2-1.el7ost.noarch.rpm SHA-256: 364ea1890eae563e7ed3b70bb04626e3bf37db1fd23d38fe8a38739ea2bec5b9
python2-ovsdbapp-0.10.2-1.el7ost.noarch.rpm SHA-256: 42afc784156587edfbc13e2e4f1ca89493be7f72ea705f832108cbb7633d2d88
python2-scciclient-0.6.2-1.el7ost.noarch.rpm SHA-256: 721a6b6de3933612f0ebe3547c3035be61149db7af985c87c3c127b41d1da73f
python2-shade-1.27.1-2.el7ost.noarch.rpm SHA-256: b32356755e21e82eff4cecfd0297013f3597976e1e1fada106d6b824ffca8207
python2-stestr-2.1.0-1.el7ost.noarch.rpm SHA-256: aa1a030456af5eb85be410a541ff4bdd76e45d1f0b9e9cb74ce85a4ef3207369
python2-sushy-1.3.3-1.el7ost.noarch.rpm SHA-256: 719ecc1691eef7900f54491a76d663d0af735835b597d0718bf5bdebbcad4ebb
python2-tempest-18.0.0-4.el7ost.noarch.rpm SHA-256: fdce1b877bd5db65ab675cba732fbe9cdf771946b3ec2794e2cb57a7f756e159
python2-tempest-tests-18.0.0-4.el7ost.noarch.rpm SHA-256: 9a02fbf0e85966794640925488a17c6a0fa672238753f048c7713987402423cd
python2-tempestconf-2.0.0-1.el7ost.noarch.rpm SHA-256: efbc6fe8dea082a82c666fa4a87be20563fd52650598e08cbbcc7b92e83b6ffd
python2-vmware-nsxlib-12.0.4-1.el7ost.noarch.rpm SHA-256: a2ddba1db969e267e2a1aa2a1044250c2ace1909540b096faf32ada60f25ebb4
python2-vmware-nsxlib-tests-12.0.4-1.el7ost.noarch.rpm SHA-256: 71c5873436668a0007b0293bca981d1aef6b68568e01c3bfbe86fd7fe7f289fd
rhosp-release-13.0.3-11.el7ost.noarch.rpm SHA-256: 008b20205db4344a1562ce00111b29620b2bbf2979474c3188a372e2b5a9c1be

Red Hat OpenStack Director Deployment Tools 13

SRPM
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.src.rpm SHA-256: a482baf2363cbf93a89f90b34f989cc1f859c4c08bd1efccd71a781bc6eeffe1
python-dracclient-1.5.0-2.el7ost.src.rpm SHA-256: b30c9335d592201504626437a08343ceb36a1dd2b94775399c2b4363ea85c5f4
python-sushy-1.3.3-1.el7ost.src.rpm SHA-256: c580d7f285361cc15eb72b9c66f0357e0b26b59dc1d88b30d153532107951746
x86_64
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.noarch.rpm SHA-256: 9e8924c6a86adfbb11d382065ec21e528c034ef6045d15af2d3a920b0b45fa55
python-dracclient-1.5.0-2.el7ost.noarch.rpm SHA-256: 669350c5d36f17d0d459c0fa4fcc46e235cc2fc181bbdcef4970a079e8c5bc71
python2-sushy-1.3.3-1.el7ost.noarch.rpm SHA-256: 719ecc1691eef7900f54491a76d663d0af735835b597d0718bf5bdebbcad4ebb

Red Hat OpenStack Director Deployment Tools for IBM Power LE 13

SRPM
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.src.rpm SHA-256: a482baf2363cbf93a89f90b34f989cc1f859c4c08bd1efccd71a781bc6eeffe1
python-dracclient-1.5.0-2.el7ost.src.rpm SHA-256: b30c9335d592201504626437a08343ceb36a1dd2b94775399c2b4363ea85c5f4
python-sushy-1.3.3-1.el7ost.src.rpm SHA-256: c580d7f285361cc15eb72b9c66f0357e0b26b59dc1d88b30d153532107951746
ppc64le
os-collect-config-8.3.1-0.20180919002414.e7bf1c8.el7ost.noarch.rpm SHA-256: 9e8924c6a86adfbb11d382065ec21e528c034ef6045d15af2d3a920b0b45fa55
python-dracclient-1.5.0-2.el7ost.noarch.rpm SHA-256: 669350c5d36f17d0d459c0fa4fcc46e235cc2fc181bbdcef4970a079e8c5bc71
python2-sushy-1.3.3-1.el7ost.noarch.rpm SHA-256: 719ecc1691eef7900f54491a76d663d0af735835b597d0718bf5bdebbcad4ebb

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