Petr Horáček has uploaded a new change for review. Change subject: api: add a new property 'custom' for bonding setup ......................................................................
api: add a new property 'custom' for bonding setup Change-Id: I6ea5eb1954d684f539967a16bbad3a24b0c2723b Signed-off-by: Petr Horáček <[email protected]> --- M vdsm/rpc/vdsmapi-schema.json 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/57/40457/1 diff --git a/vdsm/rpc/vdsmapi-schema.json b/vdsm/rpc/vdsmapi-schema.json index 0c73078..ad90c27 100644 --- a/vdsm/rpc/vdsmapi-schema.json +++ b/vdsm/rpc/vdsmapi-schema.json @@ -192,10 +192,14 @@ # # @remove: #optional If True, remove existing bond only # +# @custom: #optional A dictionary of custom, free-form properties for +# bonding. (new in version 4.17.?) +# # Since: 4.10.0 ## {'type': 'SetupNetworkBondAttributes', - 'data': {'nics': ['str'], '*options': 'str', '*remove': 'bool'}} + 'data': {'nics': ['str'], '*options': 'str', '*remove': 'bool', + '*custom': 'StringMap'}} ## # @SetupNetworkOptions: -- To view, visit https://gerrit.ovirt.org/40457 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ea5eb1954d684f539967a16bbad3a24b0c2723b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
