Comment 3 for bug 1778463

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (stable/queens)

Reviewed: https://review.openstack.org/578147
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=bde7b4119a013c5de6ab0802f6a5a65bf65680ef
Submitter: Zuul
Branch: stable/queens

commit bde7b4119a013c5de6ab0802f6a5a65bf65680ef
Author: Mohammed Naser <email address hidden>
Date: Sun Feb 11 16:12:37 2018 -0500

    Run openstack_openrc before Magnum installation

    The Magnum role attempts to upload images for the operation of
    Magnum, however, the role for openrc is installed after magnum
    which means the role cannot use the 'default' cloud profile
    to upload images.

    This patch adjusts the order so that the os_magnum role is able
    to upload images.

    Closes-Bug: #1778463
    Change-Id: I10846e5844c2f02c1a5450eaa950b3704672c324
    (cherry picked from commit 1fd26bc0e841a8cf65715f6236eef53bed4ed71a)