[Openstack] [DevStack] Keystone not restarting

Dean Troyer dtroyer at gmail.com
Wed Oct 15 01:31:00 UTC 2014


On Tue, Oct 14, 2014 at 12:14 PM, Paul Carlton <paul.carlton2 at 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
dtroyer at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141014/dcf79c39/attachment.html>


More information about the Openstack mailing list