Lei Li has uploaded a new change for review.
Change subject: [WIP] rest-api: Model Networks ......................................................................
[WIP] rest-api: Model Networks
API Implemented: ---------------- /api/networks * list, create, confirm and edit configuration for network Actions: /api/networks/add - Add a new network /api/networks/confirm - Mark the current network configurations as safe /api/networks/<id>/delete - DELETE a network /api/networks/<id>/edit - Add a new network and replace the old one
API as TODO: --------------- /api/networks/<id...>/setup - Add/Edit/Remove configuration for networks
Change-Id: Ic7eca74c16699a5cc35c4077192fb6ecfe706470 Signed-off-by: Lei Li lilei@linux.vnet.ibm.com --- M vdsm/rest/Controller.py M vdsm/rest/templates/Makefile.am M vdsm/rest/templates/api.xsd A vdsm/rest/templates/network.json.x A vdsm/rest/templates/network.xml.x A vdsm/rest/templates/networks.json.x A vdsm/rest/templates/networks.xml.x M vdsm/rest/templates/root.json.x M vdsm/rest/templates/root.xml.x M vdsm/rest/templates/rsdl.xml 10 files changed, 377 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/5881/1 -- To view, visit http://gerrit.ovirt.org/5881 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: Ic7eca74c16699a5cc35c4077192fb6ecfe706470 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Lei Li lilei@linux.vnet.ibm.com