1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Feature #1691: Typo in detach_nic drivers

This commit is contained in:
Carlos Martín 2013-03-08 18:34:33 +01:00
parent 89f6fb6380
commit e0f2fe17cd
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ MAC=$2
DETACH_ARGS="--domain $DOMAIN --type bridge --mac $MAC"
exec_and_log "virsh --connect $LIBVIRT_URI detach-interface $DETACH_ARGS" \
"Could not detach NIC ($MAC) to $DOMAIN"
"Could not detach NIC ($MAC) from $DOMAIN"

View File

@ -25,4 +25,4 @@ MAC=$2
ID=`$XM_NETWORK_LIST $DOMAIN | grep -i $MAC | cut -d' ' -f1`
exec_and_log "$XM_DETACH_NIC $DOMAIN $ID" \
"Could not detach NIC ($MAC) to $DOMAIN"
"Could not detach NIC ($MAC) from $DOMAIN"