Update SDN controller and WIM types

Change-Id: If2d2448b5b4c8815aa93d5f5a36fac93c37153ab
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/sdnctrlhandler/template/sdn_create.html b/sdnctrlhandler/template/sdn_create.html
index bae4bc6..d926d56 100644
--- a/sdnctrlhandler/template/sdn_create.html
+++ b/sdnctrlhandler/template/sdn_create.html
@@ -68,9 +68,11 @@
                                         <label for="sdn_type" class="col-sm-3 control-label">Type*</label>
                                         <div class="col-sm-6 input-group input-group-sm">
                                         <select id="sdn_type" name="type" class="form-control">
-                                            <option value="onos">ONOS</option>
-                                            <option value="opendaylight">OpenDaylight</option>
-                                            <option value="floodlight">Floodlight</option>
+                                            <option value="arista">Arista</option>
+                                            <option value="floodlightof">Floodlight openflow</option>
+                                            <option value="odlof">OpenDaylight openflow</option>
+                                            <option value="onosof">ONOS openflow</option>
+                                            <option value="onos_vpls">ONOS vpls</option>
 
                                         </select>
                                         </div>