MON Installation Changes Updated.

Signed-off-by: prithiv <prithiv.mohan@intel.com>
diff --git a/installers/export_ips b/installers/export_ips
index a41e1ef..a345a4b 100644
--- a/installers/export_ips
+++ b/installers/export_ips
@@ -22,4 +22,4 @@
 export VCA_CONTAINER_IP=`lxc list VCA -c 4|grep eth0 |awk '{print $2}'`
 export SO_CONTAINER_IP=`lxc list SO-ub -c 4|grep eth0 |awk '{print $2}'`
 export RO_CONTAINER_IP=`lxc list RO -c 4|grep eth0 |awk '{print $2}'`
-#export MON_CONTAINER_IP=`lxc list MON -c 4|grep eth0|awk '{print $2}'`
+export MON_CONTAINER_IP=`lxc list MON -c 4|grep eth0|awk '{print $2}'`