Create a Tenant Subnet

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a subnet with Gateway and IP Range.
    # openstack subnet create tenant-subnet \ --network tenant-network \ --subnet-range 20.65.217.0/24 \ --gateway 20.65.217.254