Zun

Comment 12 for bug 1690284

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

Reviewed: https://review.openstack.org/502425
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=5e4676706961bef4595dd07e8505d5d6f4a91576
Submitter: Jenkins
Branch: master

commit 5e4676706961bef4595dd07e8505d5d6f4a91576
Author: Kien Nguyen <email address hidden>
Date: Mon Sep 11 15:49:50 2017 +0700

    Allow create/run container with network which has same cidr

    For e.x, we have 2 networks (network1 & network2). Both of them have subnet
    with same cidr. We can run 2 container with 2 different networks (but with
    same cidr).

    $ zun create --net network=network1 cirros
    $ zun create --net network=network2 cirros

    Change-Id: I1c57ad3d6d195a5f04b5206cde472298a999f2d3
    Closes-Bug: #1690284