diff options
author | 2019-02-12 15:57:40 +0000 | |
---|---|---|
committer | 2019-02-12 20:00:59 +0000 | |
commit | daf874925d0e9fe6f77c7033dc8756b302f799e1 (patch) | |
tree | ee62966a1b16130ea804c6ba373f2aa61e66beca /pomba/network-discovery/config/jolt/port.json | |
parent | d8850d592f42d16a7d3d8d0c4ae1c64badf0b439 (diff) |
Update pomba versioning for Dublin
Issue-ID: SDNC-637
Moving version Back to the Future
Note: 1.4.2 is used for Casablanca release, so moving ahead to 1.5.0
Adding port description attribute
Change-Id: I4b5526b1151603a1872df1cc6584ba0810685b0c
Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/config/jolt/port.json')
-rw-r--r-- | pomba/network-discovery/config/jolt/port.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pomba/network-discovery/config/jolt/port.json b/pomba/network-discovery/config/jolt/port.json index 99597b5..b702dcd 100644 --- a/pomba/network-discovery/config/jolt/port.json +++ b/pomba/network-discovery/config/jolt/port.json @@ -6,6 +6,7 @@ "id": "id", "name": "name", "admin_state_up": "tempList[].adminStateUp", + "description" : "tempList[].description", "mac_address" : "tempList[].macAddress" } } |