Comment 4 for bug 1567691

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

Reviewed: https://review.openstack.org/308035
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=fff3c0c08c236c48eb077969716d5931ff997b09
Submitter: Jenkins
Branch: stable/mitaka

commit fff3c0c08c236c48eb077969716d5931ff997b09
Author: Hongbin Lu <email address hidden>
Date: Thu Apr 7 18:57:36 2016 -0400

    Rename tenant to project in functional test

    Rename "admin_tenant_name" to "admin_project_name" and
    rename "tenant_name" to "project_name". These configs have been
    renamed in tempest [1], so Magnum needs to adapt the change.

    In addition, enable the required devstack plugins in gate hook,
    since they has been removed from project-config [2].

    [1] https://review.openstack.org/#/c/301167/
    [2] https://review.openstack.org/#/c/305475/

    Change-Id: I41438cbfaefd9d04d7e73a4f46f5ece1494b349c
    Closes-Bug: #1567691
    (partially pick from commit b8324f0d72806edfdba289cb74c441169ac68504)