Integrate with dashboard
- accept string number format Change-Id: I97958df8db00308fe88432a7c4b7e35a5f6d8485
This commit is contained in:
@@ -36,9 +36,9 @@ class TemplateManager(base.ResourceManager):
|
||||
'display_name': display_name,
|
||||
'display_description': display_description,
|
||||
'image_id': image_id,
|
||||
'master_nodes_num': master_nodes_num,
|
||||
'master_nodes_num': int(master_nodes_num),
|
||||
'master_flavor_id': master_flavor_id,
|
||||
'worker_nodes_num': worker_nodes_num,
|
||||
'worker_nodes_num': int(worker_nodes_num),
|
||||
'worker_flavor_id': worker_flavor_id,
|
||||
'spark_version': spark_version,
|
||||
'floating_ip_pool': floating_ip_pool,
|
||||
|
||||
Reference in New Issue
Block a user