Edward Haas has uploaded a new change for review. Change subject: net schema: Remove unused NetworkOptions type ......................................................................
net schema: Remove unused NetworkOptions type This patch has been split from https://gerrit.ovirt.org/#/c/53521 Change-Id: I8f1da4bb11d99a401ff1e6e2b54b4e8d9cbb22e1 Signed-off-by: Edward Haas <[email protected]> --- M lib/api/vdsmapi-schema.json 1 file changed, 0 insertions(+), 31 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/80/54380/1 diff --git a/lib/api/vdsmapi-schema.json b/lib/api/vdsmapi-schema.json index 0fc210d..f697d8e 100644 --- a/lib/api/vdsmapi-schema.json +++ b/lib/api/vdsmapi-schema.json @@ -44,37 +44,6 @@ {'alias': 'UUID', 'data': 'str'} ## -# @NetworkOptions: -# -# Detailed network configuration options. -# -# @ipaddr: #optional Assign this static IP address to the interface -# -# @netmask: #optional The netmask of this subnet -# -# @gateway: #optional IP address of the network gateway -# -# @bootproto: #optional Interface autoconfiguration protocol (typically -# 'dhcp' or 'none') -# -# @blockingdhcp: #optional whether ifaces that have 'dhcp' as bootproto -# should wait to get an address before returning creation -# success. If not set, the default is False. -# -# @bondingOptions: #optional A string of space-separated <option>=<value> -# pairs -# -# @hostQos: #optional Host networking QoS params. -# -# Since: 4.10.0 -## -{'type': 'NetworkOptions', - 'data': {'*ipaddr': 'str', '*netmask': 'str', '*gateway': 'str', - '*bootproto': 'str', '*bondingOptions', 'str', - '*blockingdhcp': 'bool', - '*hostQos': 'HostQoSParams'}} - -## # @SetupNetworkNetAttributes: # # Configuration attributes for a single host network. -- To view, visit https://gerrit.ovirt.org/54380 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8f1da4bb11d99a401ff1e6e2b54b4e8d9cbb22e1 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
