Comment 8 for bug 1676373

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart (master)

Reviewed: https://review.openstack.org/447409
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=fdb2d5f142ac1be75da3de7e3ac561af1306fcb9
Submitter: Jenkins
Branch: master

commit fdb2d5f142ac1be75da3de7e3ac561af1306fcb9
Author: Bogdan Dobrelya <email address hidden>
Date: Mon Mar 20 09:20:21 2017 +0100

    Allow custom undercloud initrd/vmlinuz

    Preserve default behavior, which is extract
    those from the overcloud image.

    The example use case is when running oooq from
    a priv container. Like running in Centos container
    on the Ubuntu virthost. The virt-copy-out may be
    working fine on the host OS and failing within the
    container with an error like:
    "'/dev/urandom' is not a supported random source".
    So those images may be prepared as well at the host
    OS and reused as external ones.

    Partial-bug: #1676373
    Change-Id: I19db238b4966a59675e42983daccffe3c437019c
    Signed-off-by: Bogdan Dobrelya <email address hidden>