On Tue, Oct 14, 2014 at 12:14 PM, Paul Carlton <paul.carlt...@hp.com> wrote:

> I'm using devstack and doing 'unstack.sh' to stop devstack then making
> code/config changes and doing 'rejoin_stack.sh' to restart it but it is not
> starting apache or keystone processes.  I've tried restarting apache myself
> before and after rejoin but no joy.
>
> I can fix this by doing 'stack.sh' but then my nova.conf file changes are
> lost.
>

rejoin-stack.sh is a hack that only restarts screen process but unstack.sh
shuts down everything. And more things are moving to use mod_wsgi under
Apache...

The usual workflow is to attach to the screen process that the non-mod_wsgi
servers run in, Ctrl-C the one you want to restart and re-run it. (Up arrow
recalls the original command line.)  Any changes you make in the source
repos or config files will not be overwritten.

Also, if you are making the same changes to nova.conf, see if using
local.conf's additional config file bits work for you.
http://devstack.org/configuration.html

dt

-- 

Dean Troyer
dtro...@gmail.com
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to