Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b3ebd0e
)
Add ODL exception
12/63812/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 28 Apr 2020 20:31:01 +0000
(16:31 -0400)
committer
Aric 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
patch
|
blob
|
history
diff --git
a/lftools/cli/infofile.py
b/lftools/cli/infofile.py
index
6ba9292
..
62309c7
100644
(file)
--- 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")