Remove extra lower() call where not needed
This commit is contained in:
parent
f89dbe802e
commit
13dab7a285
@ -538,7 +538,7 @@ def get_vm_meta(zkhandler, vm):
|
||||
retcode = 200
|
||||
retdata = {
|
||||
"name": vm,
|
||||
"node_limit": domain_node_limit.lower(),
|
||||
"node_limit": domain_node_limit,
|
||||
"node_selector": domain_node_selector.lower(),
|
||||
"node_autostart": domain_node_autostart,
|
||||
"migration_method": domain_migrate_method.lower(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user