projects
/
osm
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f081e4
)
Change to uppercase
69/13169/1
author
Mark Beierl
<mark.beierl@canonical.com>
Thu, 6 Apr 2023 16:08:09 +0000
(16:08 +0000)
committer
Mark Beierl
<mark.beierl@canonical.com>
Thu, 6 Apr 2023 16:08:09 +0000
(16:08 +0000)
Change-Id: Ic9378996a6e35c14f0dbbf66c2cf51faa018cd07
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
osm_common/temporal_constants.py
patch
|
blob
|
history
diff --git
a/osm_common/temporal_constants.py
b/osm_common/temporal_constants.py
index
063860f
..
3b7c3eb
100644
(file)
--- a/
osm_common/temporal_constants.py
+++ b/
osm_common/temporal_constants.py
@@
-18,7
+18,7
@@
LCM_TASK_QUEUE = "lcm-task-queue"
# Vim Type-Task Queue Mappings
-
vim_type_task_queue_mappings
= {
+
VIM_TYPE_TASK_QUEUE_MAPPINGS
= {
"paas": LCM_TASK_QUEUE,
}