Skip to content
Snippets Groups Projects
Commit 12582a6f authored by Robert Latta's avatar Robert Latta
Browse files

changed geant lambda key to lower case

parent fd231b30
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,8 @@ def update_geant_lambdas():
r.delete(key)
with db.connection(InventoryTask.config["ops-db"]) as cx:
for ld in opsdb.get_geant_lambdas(cx):
r.set('opsdb:geant_lambdas:%s' % ld['name'], json.dumps(ld))
r.set('opsdb:geant_lambdas:%s' % ld['name'].lower(),
json.dumps(ld))
logger.debug('<<< geant_lambdas')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment