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

error creating external networks with some yaml examples #8

Closed Muwatalli closed 9 years ago

Muwatalli commented 9 years ago

Hi

When i try to create some external networks using 'openvim net-create' and examples in ./test/networks/ i have bellow errors

adminuser@ubuntu1410server:~/openmano/openvim$ openvim net-create test/networks/net-example1.yaml Error yaml/json format error at 'test/networks/net-example1.yaml' at position: (6:19) adminuser@ubuntu1410server:~/openmano/openvim$ openvim net-create test/networks/net-example2.yaml Error yaml/json format error at 'test/networks/net-example2.yaml' at position: (6:19) adminuser@ubuntu1410server:~/openmano/openvim$ openvim net-create test/networks/net-example3.yaml Error yaml/json format error at 'test/networks/net-example3.yaml' at position: (6:19)

Muwatalli commented 9 years ago

fixed