Comment 6 for bug 1742911

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

Reviewed: https://review.openstack.org/531845
Committed: https://git.openstack.org/cgit/openstack/networking-cisco/commit/?id=c5a02c3edb3049b77a50fc5e80f371eb7c631887
Submitter: Zuul
Branch: master

commit c5a02c3edb3049b77a50fc5e80f371eb7c631887
Author: Sam Betts <email address hidden>
Date: Mon Jan 8 16:21:32 2018 +0000

    Use oslo.config to process the SP template list

    This patch adds a new oslo.config type to process the SP template list
    configuration data. This passes the configuration processing off to
    oslo.config instead of having to handle it in a help method every time.
    Now the data is correctly formatted in oslo.config we can remove several
    helper methods that were designed to aid retreiving the data in the
    correct format.

    Change-Id: I0e5576e3788a0ed27af9104e1f9078ba01047c6f
    Partial-Bug: #1742911