Configure CaaS SR-IOV and provider networks
[ta/infra-ansible.git] / roles / baremetal_provision / templates / meta_data.json.j2
index 6c47cb3..03814f7 100644 (file)
@@ -1,8 +1,8 @@
 {
     "availability_zone": "",
-    "hostname": "{{item[0].name}}",
+    "hostname": "{{ironic_node_details.name}}",
     "launch_index": 0,
-    "name": "{{item[0].name}}",
+    "name": "{{ironic_node_details.name}}",
     "uuid": ""
 }