Re: [openstack-dev] Help in re-running openstack

2014-04-04 Thread Dean Troyer
On Fri, Apr 4, 2014 at 3:43 AM, Deepak Shetty wrote: > Shiva, > Can u tell what exactly u r trying to change in /opt/stack/ ? > My guess is that u might be running into stack.sh re-pulling the sources > hence overriding ur changes ? Try with OFFLINE=True in localrc (create a > localrc file in /

Re: [openstack-dev] Help in re-running openstack

2014-04-04 Thread abhishek jain
Hi shiva You can reload the openstack services by following the below steps.. i) Enter into the devstack directry i.e cd devstack ii) Execute rejoin-stackh.sh i.e ./rejoin-stack.sh iii) Press ctrl+a+shift+" iv) Select the appropriate service to restart Please let me know if further issues. Tha

Re: [openstack-dev] Help in re-running openstack

2014-04-04 Thread Deepak Shetty
Shiva, Can u tell what exactly u r trying to change in /opt/stack/ ? My guess is that u might be running into stack.sh re-pulling the sources hence overriding ur changes ? Try with OFFLINE=True in localrc (create a localrc file in /opt/stack/ and put OFFLINE=True) and redo stack.sh On Thu, Apr

Re: [openstack-dev] Help in re-running openstack

2014-04-03 Thread Solly Ross
day, April 3, 2014 9:51:31 AM Subject: Re: [openstack-dev] Help in re-running openstack On Thu, Apr 3, 2014 at 8:45 AM, Anita Kuno < ante...@anteaya.info > wrote: On 04/03/2014 07:02 AM, Erno Kuvaja wrote: > Hi Shiva, > > You can get into the screen after you have made the c

Re: [openstack-dev] Help in re-running openstack

2014-04-03 Thread Dolph Mathews
On Thu, Apr 3, 2014 at 8:45 AM, Anita Kuno wrote: > On 04/03/2014 07:02 AM, Erno Kuvaja wrote: > > Hi Shiva, > > > > You can get into the screen after you have made the changes stop the > > process you have changed (ctrl-c on the correct tab) and restart it > > (arrow up will give you the last co

Re: [openstack-dev] Help in re-running openstack

2014-04-03 Thread Anita Kuno
On 04/03/2014 07:02 AM, Erno Kuvaja wrote: > Hi Shiva, > > You can get into the screen after you have made the changes stop the > process you have changed (ctrl-c on the correct tab) and restart it > (arrow up will give you the last command ran which will be the one that > has started the process

Re: [openstack-dev] Help in re-running openstack

2014-04-03 Thread Erno Kuvaja
Hi Shiva, You can get into the screen after you have made the changes stop the process you have changed (ctrl-c on the correct tab) and restart it (arrow up will give you the last command ran which will be the one that has started the process by devstack). - Erno On 03/04/14 11:47, shiva m

[openstack-dev] Help in re-running openstack

2014-04-03 Thread shiva m
Hi, I am trying to modify code in /op/stack/* and did ./unstack.sh and ./stack.sh. But after ./stack.sh it reloading to previous values. Any one please help where to modify code and re-run. Say if I modify some python file or some configurtaion file like /etc/nova/nova.conf, how do I make thes