<div dir="ltr">As a relatively new DevStack / OpenStack developer ... how would we guess usual workflow? :)<br><br>(I did figure out the local.conf => nova.conf push. The Devstack unstack / rejoin / clean is still slightly foggy.)<div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 14, 2014 at 6:31 PM, Dean Troyer <span dir="ltr"><<a href="mailto:dtroyer@gmail.com" target="_blank">dtroyer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><span class=""><div class="gmail_quote">On Tue, Oct 14, 2014 at 12:14 PM, Paul Carlton <span dir="ltr"><<a href="mailto:paul.carlton2@hp.com" target="_blank">paul.carlton2@hp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">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.<br>
<br>
I can fix this by doing 'stack.sh' but then my nova.conf file changes are lost.<br></blockquote></div><div class="gmail_extra"><br></div></span>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...</div><div class="gmail_extra"><br></div><div class="gmail_extra">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.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Also, if you are making the same changes to nova.conf, see if using local.conf's additional config file bits work for you.  <a href="http://devstack.org/configuration.html" target="_blank">http://devstack.org/configuration.html</a></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">dt<br clear="all"><div><br></div>-- <br><br>Dean Troyer<br><a href="mailto:dtroyer@gmail.com" target="_blank">dtroyer@gmail.com</a><br>
</div></font></span></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>