Hello

I have 2 type of network (fixed and ranged), but why can we create and
show only ranged ones via OCCI?

$occi-network list

<NETWORK>
    <NIC href="http://localhost:4567/network/0"/>
    <NIC href="http://localhost:4567/network/1"/>
</NETWORK>

and when we tested to show fixed network I  have this problem:

$occi-network show 0
undefined method `strip' for nil:NilClass


and I have any prolem when we show ranged network:

$ occi-network show 1

<NETWORK>
    <ID>1</ID>
    <NAME>Network</NAME>
    <ADDRESS>10.120.0.1</ADDRESS>
    <SIZE>200</SIZE>
</NETWORK>

Best Regards
Marwen
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to