libvirt/IPMI hybrid DHA for Fuel auto-deployment
[genesis.git] / fuel / prototypes / deploy / deploy / functions / dea-api.sh
index 9401192..61d670f 100755 (executable)
@@ -101,7 +101,7 @@ dea_getFuelDns()
 # API: Convert a normal MAC to a Fuel short mac for --node-id
 dea_convertMacToShortMac()
 {
-    echo $1 | sed 's/.*..:..:..:..:\(..:..\).*/\1/'
+    echo $1 | sed 's/.*..:..:..:..:\(..:..\).*/\1/' | tr [A-Z] [a-z]
 }