Comment 4 for bug 1772396

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (master)

Reviewed: https://review.openstack.org/569789
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=4ad7dff959be3fbc78cd62798ad5a7c414f8a10a
Submitter: Zuul
Branch: master

commit 4ad7dff959be3fbc78cd62798ad5a7c414f8a10a
Author: Harald Jensås <email address hidden>
Date: Mon May 21 14:10:32 2018 +0200

    Deployed Server - portmap should match neutron API

    The cidr property for a Neutron subnet should contain
    the network cidr, not the network prefixlen.

    The example portmap for the fake neutron port in tripleo
    depleoyed-server is not correct. We should pass the
    netowork cidr in the subnets so that the fake neutron
    port subnets attribute return something that match
    what an actual neutron port would return.

    Change-Id: I0f8cad690a178e7b70044c38b2277a51ae3734eb
    Related-Bug: #1772396