VNC Console in Dashboard on Two Node Neutron GRE+OVS F20 Cluster (Revised)
neutron floatingip-create ext > newip.log ;
NewIpId=`cat newip.log | grep ^"| id" | awk '{print $4}' ` ;
NewIp=`cat newip.log | grep "192.168.1"| awk '{print $4}' ` ;
NewVmId=`nova list | grep $1 | awk '{print $2}' ` ;
NewDevId=`neutron port-list --device-id $NewVmId | grep "subnet_id" | awk '{print $2}' ` ;
neutron floatingip-associate $NewIpId $NewDevId ;
echo "New floating Ip assigned : "$NewIp ;
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.