Change in vdsm[master]: api: drop @NetworkOptions from api schema

phoracek at redhat.com phoracek at redhat.com
Fri Feb 12 11:48:09 UTC 2016


Petr Horáček has uploaded a new change for review.

Change subject: api: drop @NetworkOptions from api schema
......................................................................

api: drop @NetworkOptions from api schema

@NetworkOptions used to be used by addNetwork API verb. Now it's
not used anymore and we should drop it.

Change-Id: I7cae432a9a0110f5c6c2f6c9a23b393e669badc9
Signed-off-by: Petr Horáček <phoracek at redhat.com>
---
M lib/api/vdsmapi-schema.json
1 file changed, 0 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/53461/1

diff --git a/lib/api/vdsmapi-schema.json b/lib/api/vdsmapi-schema.json
index 69a6802..152252b 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/53461
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7cae432a9a0110f5c6c2f6c9a23b393e669badc9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>


More information about the vdsm-patches mailing list