fp7-ofelia / ocf

OFELIA Control Framework (OCF) is a set of software tools for testbed management.
http://fp7-ofelia.github.com/ocf/
Other
18 stars 14 forks source link

Cannot create new server with bridges #190

Closed CarolinaFernandez closed 10 years ago

CarolinaFernandez commented 10 years ago

The following is shown when trying to create a new server and add bridges at the same time:

Error:'NoneType' object has no attribute 'setMgmtBridge'
CarolinaFernandez commented 10 years ago

In fact, it is possible to create the server, but the error should not be there.

VT AM was receiving a null object. The root of all the mess was because of an intermediate method that did not return the created server instance expected in the failing method.

Fixed.