diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-01-26 10:31:15 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-01-26 11:04:42 +0100 |
commit | 9f71c827b6a99decb86e7f976d519bccbec74c30 (patch) | |
tree | 807d648f668bb95dbc00f350ef70894078895785 /jjb/apex/apex.yml | |
parent | 2c5c2f919d72c3649723cf20050c9834ef21642d (diff) |
[APEX][BGPVPN] Remove l2 from Name
The l2 flag for bgpvpn was always misleading.
In addition since Boron there the standart is
to use l3. So we will remove the flag completely.
Depends: https://gerrit.opnfv.org/gerrit/#/c/27459/
Change-Id: Ie4a74eeedbffe2f166934fd989b79d216811d34c
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 710a5f42c..0560fd549 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -36,7 +36,7 @@ - 'os-odl_l2-netvirt_gbp_fdio-noha' - 'os-odl_l2-sfc-noha' - 'os-odl_l3-nofeature-ha' - - 'os-odl_l3-bgpvpn-ha' + - 'os-odl-bgpvpn-ha' - 'os-odl_l3-fdio-noha' - 'os-odl_l3-fdio-ha' - 'os-odl_l3-fdio_dvr-noha' |