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

Unexpected error when adding a new external network in openvim #17

Closed gerardo-garcia closed 9 years ago

gerardo-garcia commented 9 years ago

There is an unexpected error when adding a new external network with openvim openvim net-create '{"network": {"name":"br399", "type":"bridge_man", "provider:physical":"bridge:ens2f0.399-br0", "shared":true}}' { "error": { "code": 400, "type": "400 Bad Request", "description": "invalid format at 'network:provider:physical': u'bridge:ens2f0.399-br0' is not valid under any of the given schemas" } }

The solution is probably related to the JSON schemas in vim_schemas. It might have implications in the database.