Comment 2 for bug 1567691

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

Reviewed: https://review.openstack.org/303102
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=b8324f0d72806edfdba289cb74c441169ac68504
Submitter: Jenkins
Branch: master

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

    Fix two issues that broke the gate

    * Rename tenant to project in functional test In particular,
      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.
    * Temporarily remove "subjectAltName" from CSR config, because
      it caused failure of certificate signing, possibly, due to a
      bug or imcompatible change in pyOpenSSL 16.0.0.

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

    Change-Id: I41438cbfaefd9d04d7e73a4f46f5ece1494b349c
    Closes-Bug: #1568212
    Closes-Bug: #1567691