Not exactly a way of restarting Nova, but could help, too. It's a hack, though.
The ./rejoin_stack.sh
has been removed from DevStack, and even screen
does not seem to work for me; it does not show the menu and does not accept the CTRL sequences (I blame my running DevStack in Docker for it, but not important).
So this is where the hack comes handy. All DevStack services are restarted by running ./unstack.sh
and ./stack.sh
, but during that time, nova.conf
modifications are dropped. The hack is to modify /devstack/lib/nova
which works as a template for nova.conf
, so that after rerunning ./stack.sh
the nova.conf
contains the intended values.