Skip to content
Snippets Groups Projects
Commit 6cb65875 authored by Michele Tartara's avatar Michele Tartara
Browse files

Postpone non-urgent TODO from 2.7 to 2.9


Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent cdd27f7f
No related branches found
No related tags found
No related merge requests found
...@@ -1513,7 +1513,7 @@ def _BuildInstanceHookEnv(name, primary_node, secondary_nodes, os_type, status, ...@@ -1513,7 +1513,7 @@ def _BuildInstanceHookEnv(name, primary_node, secondary_nodes, os_type, status,
"INSTANCE_STATUS": status, "INSTANCE_STATUS": status,
"INSTANCE_MINMEM": minmem, "INSTANCE_MINMEM": minmem,
"INSTANCE_MAXMEM": maxmem, "INSTANCE_MAXMEM": maxmem,
# TODO(2.7) remove deprecated "memory" value # TODO(2.9) remove deprecated "memory" value
"INSTANCE_MEMORY": maxmem, "INSTANCE_MEMORY": maxmem,
"INSTANCE_VCPUS": vcpus, "INSTANCE_VCPUS": vcpus,
"INSTANCE_DISK_TEMPLATE": disk_template, "INSTANCE_DISK_TEMPLATE": disk_template,
......
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