diff --git a/modules/installation-osp-creating-compute-machines.adoc b/modules/installation-osp-creating-compute-machines.adoc index feccd06c2392..68e1abad5bbe 100644 --- a/modules/installation-osp-creating-compute-machines.adoc +++ b/modules/installation-osp-creating-compute-machines.adoc @@ -1,6 +1,7 @@ // Module included in the following assemblies: // // * installing/installing_openstack/installing-openstack-user.adoc +// * installing/installing_openstack/installing-openstack-user-kuryr.adoc [id="installation-osp-creating-compute-machines_{context}"] = Creating compute machines @@ -47,7 +48,7 @@ After standing up the control plane, create compute machines. - name: 'Set Compute ports tag' command: - cmd: "openstack port set --tag {{ [cluster_id_tag] }} {{ item.1 }}-{{ item.0 }}" + cmd: "openstack port set --tag {{ cluster_id_tag }} {{ item.1 }}-{{ item.0 }}" with_indexed_items: "{{ [os_port_worker] * os_compute_nodes_number }}" - name: 'List the Compute Trunks'