From: Aric Gardner Date: Tue, 28 Apr 2020 20:31:01 +0000 (-0400) Subject: Add ODL exception X-Git-Tag: v0.33.0^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F63812%2F1;p=releng%2Flftools.git Add ODL exception umbrella name does not match ldap name add exception Signed-off-by: Aric Gardner Change-Id: I7edada167774a3078f86e1818bba70230bcc9c59 --- diff --git a/lftools/cli/infofile.py b/lftools/cli/infofile.py index 6ba92923..62309c75 100644 --- a/lftools/cli/infofile.py +++ b/lftools/cli/infofile.py @@ -89,6 +89,8 @@ def create_info_file(ctx, gerrit_url, gerrit_project, directory, empty, tsc_appr if umbrella == "o-ran-sc": umbrella = "oran" + if umbrella == "opendaylight": + umbrella = "odl" date = datetime.datetime.now().strftime("%Y-%m-%d")