Re: [Openstack] No /etc/nova/nova.conf

2012-01-26 Thread Joe Smithian
Hi, I installed OpenStack using devsatck script (http://devstack.org/) on Ubuntu 11.10. Installation was successful but there is no /etc/nova/ directory and It looks like that devstack script doesn't install all the nova services. I tried the flowing commands; please see the error messages

[Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joe Smithian
Hi All, I installed OpenStack using devsatck script (http://devstack.org/) on Ubuntu 11.10. Installation was successful but there is no /etc/nova/ directory and It looks like that devstack script doesn't install all the nova services. Should I install them manually as described in the getting

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Jorge Luiz Correa
When using Devstack the files are written to /opt/stack/component. So, you can find nova.conf in /opt/stack/nova/bin/. Regards. On Tue, Jan 24, 2012 at 3:48 PM, Joe Smithian joe.smith...@gmail.comwrote: Hi All, I installed OpenStack using devsatck script (http://devstack.org/) on Ubuntu

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Jesse Andrews
There have been conversations about changing that. That nova should use /etc/nova/nova.conf Thoughts? On Tue, Jan 24, 2012 at 10:40 AM, Jorge Luiz Correa corre...@gmail.com wrote: When using Devstack the files are written to /opt/stack/component. So, you can find nova.conf in

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joe Smithian
Hi Kiall, Thanks for your reply, I was confused between DevStack and regular installation! The first time I installed devStack using the stack.sh script everything was fine and I was able to login to dashboard, but it doesn't work anymore, I think after I changed the IP address of the machine and

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Edgar Magana (eperdomo)
Subject: Re: [Openstack] No /etc/nova/nova.conf There have been conversations about changing that. That nova should use /etc/nova/nova.conf Thoughts? On Tue, Jan 24, 2012 at 10:40 AM, Jorge Luiz Correa corre...@gmail.com wrote: When using Devstack the files are written to /opt/stack/component. So

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread David Kranz
In general, it is unfortunate that there is such a big difference in the end result between deploying from source and from packages, even though they are supposed to function the same. Ideally the process structure, locations of configuration files, etc. could be the same. The location of

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Paul McMillan
It looks like some nova and keystone services are not running. So my question is how to check the status and restart all services in devStack? I can't use commands like restart nova-api because they are not installed. There should be other ways to start services in devStack. Devstack is for

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Ignace Mouzannar
Hi, On Tue, Jan 24, 2012 at 13:40, Jorge Luiz Correa corre...@gmail.com wrote: When using Devstack the files are written to /opt/stack/component. So, you can find nova.conf in /opt/stack/nova/bin/. Is there a reason why a configuration file is installed in a bin/ directory (not following the

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joshua Harlow
This is really just a dev choice. In the newer devstack it can be in a different place (programmer determined). I am making it typically be the following. $ROOTDIR/$COMPONENT/app (for the git checked out code) $ROOTDIR/$COMPONENT/config (for configs - unless overridden by the component class)

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joshua Harlow
Where would u like all the configs to be. I can attempt to make this better in the new devstack2. Might as well get it right the second time around ;) On 1/24/12 1:28 PM, David Kranz david.kr...@qrclab.com wrote: In general, it is unfortunate that there is such a big difference in the end