Create a VM Instance on Tenant Network

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a VM Instance on the Tenant Network on Compute-1.
    # openstack server create \ --flavor m1.nano \ --image cirros-0.4.0-x86_64-disk \ --nic net-id=$(openstack network list | awk '/ tenant-network/ {print $2}') \ --availability-zone Compute-1 tenant-instance-1
  3. Repeat the procedure to create VM Instances on the Tenant Network on Compute-2.