Hello,
I'm currently trying to remove one of the existing queues in the QoS database using OVSDB. The command is coded as follows: ovsdb_address="tcp:{}:6640".format(address) ovs_vsctl = vsctl.VSCtl(ovsdb_address) command3 = vsctl.VSCtlCommand('remove', ["QoS", "{}".format(json.dumps(uuids[0])), "queues", "0={}".format(json.dumps(uuids[1]))]) ovs_vsctl.run_command([command3]) However, I getting the following error: "ovsdb error: <UUID> is not a valid UUID". I've checked and the UUID are correct, I mean they belong to the QoS table and Queue respectively. Could you please help me, I haven't been able to find a example of the syntax. Thank you, Felipe
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel