Comment 2 for bug 1646119

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

Reviewed: https://review.openstack.org/404853
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=bfecf2763a987a8f6a86ad3c65bf6609e48a3515
Submitter: Jenkins
Branch: master

commit bfecf2763a987a8f6a86ad3c65bf6609e48a3515
Author: Brad P. Crochet <email address hidden>
Date: Wed Nov 30 11:10:46 2016 -0500

    Environment is a dict, which can't use 'extend'

    The tests were not testing the possibility of one the extension fields
    being a dict. This fixes that.

    Change-Id: Ifb9ca990d9f1d3a69b3243183d91ceffeefdafa0
    Closes-Bug: #1646119