Comment 2 for bug 1771997

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

Reviewed: https://review.openstack.org/569381
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=a7dc4fa42459278eedc7ab09f3dd9048686e4af5
Submitter: Zuul
Branch: master

commit a7dc4fa42459278eedc7ab09f3dd9048686e4af5
Author: Jiri Stransky <email address hidden>
Date: Fri May 18 12:36:41 2018 +0200

    Mixed version R/Q deploy -- don't use config download

    There has been an inventory and templates change in R undercloud,
    variable rename from role_name to tripleo_role_name, to avoid
    conflicting with internal ansible vars. This makes the R undercloud
    config-download mechanisms incompatible with Q templates.

    Use --no-config-download when deploying Q OC with R UC to prevent
    hitting this issue.

    Change-Id: I0d5fc04f596787c77cac60656f52be76ac1b8829
    Closes-Bug: #1771997