Comment 4 for bug 1643044

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

Reviewed: https://review.openstack.org/400325
Committed: https://git.openstack.org/cgit/openstack/puppet-neutron/commit/?id=eaf639fbc9d48bf7372140a1daf6c5eaeb3229ef
Submitter: Jenkins
Branch: master

commit eaf639fbc9d48bf7372140a1daf6c5eaeb3229ef
Author: Alfredo Moralejo <email address hidden>
Date: Mon Nov 21 10:57:38 2016 -0500

    Fix idempotency error managing provider networks with cliff >= 2.3

    cliff 2.3 has introduced https://review.openstack.org/#/c/395736/
    which replaces ':' by '_' in attribute names when using shell formatter.
    Neutron network has several attributes with ':' in their names.

    This patches modifies neutron_network to work fine with both
    former and new behavior of cliff library.

    Change-Id: Ic997cef9a27f89add97e4ae558383ac2fa1f7416
    Closes-Bug: #1643044