From: Koren Lev Date: Thu, 10 Aug 2017 17:13:55 +0000 (+0300) Subject: object_types_for_links updated X-Git-Tag: opnfv-5.1.RC1~93 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2414c92d87a4b807d8480328681ef066ba08e305;p=calipso.git object_types_for_links updated Change-Id: I0b56cc2ab985bd3c0afdfc8ab568bb86768c3092 Signed-off-by: Koren Lev --- diff --git a/app/install/db/constants.json b/app/install/db/constants.json index afd4369..c3d59a4 100644 --- a/app/install/db/constants.json +++ b/app/install/db/constants.json @@ -508,7 +508,7 @@ ] }, { - "name" : "object_types_for_links", + "name" : "object_types_for_links", "data" : [ { "label" : "vnic", @@ -534,6 +534,18 @@ "label" : "pnic", "value" : "pnic" }, + { + "label" : "switch_pnic", + "value" : "switch_pnic" + }, + { + "label" : "host_pnic", + "value" : "host_pnic" + }, + { + "label" : "switch", + "value" : "switch" + }, { "label" : "network", "value" : "network" @@ -553,16 +565,8 @@ { "label" : "host", "value" : "host" - }, - { - "label" : "switch_pnic", - "value" : "switch_pnic" - }, - { - "label" : "switch", - "value" : "switch" } - ] + ] }, { "name" : "scan_object_types",