Restart network on compute node?
I'm using an Essex Nova Network VLAN configuration. I noticed that one of the bridged interfaces on my compute nodes has been assigned an IP that I do not wish it to have. So, I ran nova-manage fixed reserve [IP]
for that Ip address.
I need the bridged interface to pick up a new IP address now that I've made that change to the db. Is it safe to simply run /etc/init.d/networking restart
on the compute node, or do I need to take additional steps?
Thanks!