Use "template" to name what we use to create new nodes.

This commit is contained in:
grossmj
2018-11-28 16:12:57 +07:00
parent 21c0a35f77
commit d7c2e16c21
262 changed files with 16588 additions and 16863 deletions

View File

@ -122,7 +122,7 @@ def test_json(node, compute):
"compute_id": str(compute.id),
"project_id": node.project.id,
"node_id": node.id,
"appliance_id": None,
"template_id": None,
"node_type": node.node_type,
"name": "demo",
"console": node.console,
@ -158,7 +158,7 @@ def test_json(node, compute):
assert node.__json__(topology_dump=True) == {
"compute_id": str(compute.id),
"node_id": node.id,
"appliance_id": None,
"template_id": None,
"node_type": node.node_type,
"name": "demo",
"console": node.console,