Add ODL exception 12/63812/1
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Apr 2020 20:31:01 +0000 (16:31 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 28 Apr 2020 20:32:53 +0000 (16:32 -0400)
umbrella name does not match ldap name
add exception

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I7edada167774a3078f86e1818bba70230bcc9c59

lftools/cli/infofile.py

index 6ba9292..62309c7 100644 (file)
@@ -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")