Comment 97 for bug 1517839

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

Reviewed: https://review.openstack.org/457604
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=f64154482f4a146a61e460f26cde7266a9051051
Submitter: Jenkins
Branch: master

commit f64154482f4a146a61e460f26cde7266a9051051
Author: Javier Pena <email address hidden>
Date: Tue Apr 18 14:10:22 2017 +0200

    Fix unit tests for oslo.config 4.0

    oslo.config 4.0 will check overridden value type by default[1],
    which exposes a couple issues in Ironic:

    - default_storage_interface is defined as ListOpt, when it should be
      StrOpt.

    - test_get_client_with_endpoint_override sets an invalid url for config
      option url, which fails when checked by oslo.config.

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

    Change-Id: Id166da73a41c8c46d9f3e239579d0cafb93bf69f
    Closes-Bug: #1517839