diff --git a/docs/dev/libvirt-howto.md b/docs/dev/libvirt-howto.md index 85935290eb3..1b9cf9f3e50 100644 --- a/docs/dev/libvirt-howto.md +++ b/docs/dev/libvirt-howto.md @@ -274,7 +274,7 @@ Using the domain names above will only work if you [set up the DNS overlay](#set Alternatively, if you didn't set up DNS on the host, you can use: ```sh -virsh -c "${OPENSHIFT_INSTALL_LIBVIRT_URI}" domifaddr master0 # to get the master IP +virsh -c "${OPENSHIFT_INSTALL_LIBVIRT_URI}" domifaddr "${OPENSHIFT_INSTALL_CLUSTER_NAME}-master-0" # to get the master IP ssh core@$MASTER_IP ```