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 dpkshe...@gmail.com 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 /opt/stack/ and put OFFLINE=True) and redo stack.sh


FWIW, RECLONE controls the 'pull sources every time' behaviour without
cutting off the rest of your net access.  OFFLINE short-circuits functions
that attempt network access to avoid waiting on the timeouts when you know
they will fail.

dt

-- 

Dean Troyer
dtro...@gmail.com
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[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
these changes get effected. I have ubuntu-havana devstack  setup.

I am new to openstack code, correct if I am wrong.

Thanks,
Shiva
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 wrote:

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 these changes get effected. I have ubuntu-havana 
devstack setup.


I am new to openstack code, correct if I am wrong.

Thanks,
Shiva




___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 by devstack).
 
 - Erno
 
 On 03/04/14 11:47, shiva m wrote:
 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 these changes get effected. I have ubuntu-havana
 devstack setup.

 I am new to openstack code, correct if I am wrong.

 Thanks,
 Shiva




 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
 
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
Requests of this nature are considered support requests.

Support requests belong on the general mailing list:
openst...@lists.openstack.org.

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Thank you,
Anita.

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 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 wrote:
  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 these changes get effected. I have ubuntu-havana
  devstack setup.
 
  I am new to openstack code, correct if I am wrong.
 
  Thanks,
  Shiva
 
 
 
 
  ___
  OpenStack-dev mailing list
  OpenStack-dev@lists.openstack.org
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
 
 
 
  ___
  OpenStack-dev mailing list
  OpenStack-dev@lists.openstack.org
  http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
 Requests of this nature are considered support requests.


Although not named, this question is specifically with regard to devstack
(making this the appropriate list!).



 Support requests belong on the general mailing list:
 openst...@lists.openstack.org.

 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

 Thank you,
 Anita.


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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

2014-04-03 Thread Solly Ross
I just wanted to add that if you modify code, you can commit it into a 
temporary commit,
and that will be preserved.

Best Regards,
Solly Ross

- Original Message -
From: Dolph Mathews dolph.math...@gmail.com
To: OpenStack Development Mailing List (not for usage questions) 
openstack-dev@lists.openstack.org
Sent: Thursday, 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 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 wrote: 
 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 these changes get effected. I have ubuntu-havana 
 devstack setup. 
 
 I am new to openstack code, correct if I am wrong. 
 
 Thanks, 
 Shiva 
 
 
 
 
 ___ 
 OpenStack-dev mailing list 
 OpenStack-dev@lists.openstack.org 
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
 
 
 
 
 ___ 
 OpenStack-dev mailing list 
 OpenStack-dev@lists.openstack.org 
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
 
Requests of this nature are considered support requests. 

Although not named, this question is specifically with regard to devstack 
(making this the appropriate list!). 



Support requests belong on the general mailing list: 
openst...@lists.openstack.org . 

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack 

Thank you, 
Anita. 



___ 
OpenStack-dev mailing list 
OpenStack-dev@lists.openstack.org 
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev