Comment 2 for bug 1813906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla (stable/pike)

Reviewed: https://review.openstack.org/645197
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=37a929b3229adc4aa53cb62e52ace5b304d21aba
Submitter: Zuul
Branch: stable/pike

commit 37a929b3229adc4aa53cb62e52ace5b304d21aba
Author: Mark Goddard <email address hidden>
Date: Thu Mar 21 14:36:35 2019 +0000

    Fix multiple issues

    Multiple issues being fixed here.

    1. The response code is 301 when get the
       rabbitmq_clusterer-3.6.x-667f92b0.ez with curl. The rabbitmq source
       has changed http to https.

    2. OracleLinux repos definition was changed in official image.

    3. Percona started signing packages with a new public GPG key, without
       providing it via HTTPS. Ship the PERCONA-PACKAGING-KEY extracted from
       the percona-release package.

       https://jira.percona.com/browse/PT-1685

    4. Horizon image is failing to build on centos/oracle binary due to
       a conflict between python2-django16 and python2-django. Workaround is
       to install openstack-dashboard separate from plugins.

    Co-Authored-By: chenyaguang <email address hidden>
    Change-Id: Ic0c4ad01607794f44a61448b002885cb33efea98
    Related-Bug: #1813906