nfvlabs / openmano

Openmano is an open source project that provides a practical implementation of the reference architecture for Management & Orchestration under standardization at ETSI’s NFV ISG
Apache License 2.0
180 stars 74 forks source link

Openvim net-create. Networks based on default libvirt network or macvtap are created erroneously as bridge networks #7

Closed gerardo-garcia closed 9 years ago

gerardo-garcia commented 9 years ago

When creating a network like the one below, with a provide:physical "default" or "macvtap:em1", the result is a network based on bridges:

cat net-example0.yaml network: name: default type: bridge_man provider:physical: default shared: true

openvim net-create net-example0.yaml

openvim net-list -vvv 35671f9e-e2b4-11e4-a3c9-52540032c4fa default { "status": "ACTIVE", "provider:physical": "bridge:virbrMan2", "name": "default", "admin_state_up": true, "provider:vlan": 2002, "shared": true, "type": "bridge_man", "id": "35671f9e-e2b4-11e4-a3c9-52540032c4fa" }