Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This commands will tell KVM/libvirt to use IDE disk controller and E1000 NIC. Be aware that this may reduce the virtual machine performance significantly!


Ping all routers in a given external network

Code Block
openstack port list -f value --long --network ntnu-[global|internal] | grep router | awk '{print $3}' | cut -d"'" -f2 | xargs -n1 ping -c2


Rabbitmq

Manually drain a queue

...