Re: [Openstack] nova-compute on Controller Node

2012-10-04 Thread Ritesh Nanda
Ahmed, You would not need to install nova-compute on the controller node , nova-compute is just used to provide you computational power for vm's , so on that node where you want to host your virtual machines install nova-compute on that node.On controller there would be only nova-api,nova-sch

Re: [Openstack] Cells Status

2012-10-04 Thread Joshua Harlow
Sure understood, I just want to make sure that we are doing it for the right reasons. I just hope it isn't masquerading some other problem that is best solved another way. - Like is it performance problems that people need it so badly for, is it for network limitations, is it for HA, is it for ..

Re: [Openstack] Enabling logging in keystone.

2012-10-04 Thread Lorin Hochstein
On Oct 3, 2012, at 7:33 PM, Alan Pevec wrote: > On Wed, Oct 3, 2012 at 8:31 AM, Dolph Mathews wrote: >> At the very least, I'd like to move this approach to the end of the page; >> and ideally, the script would be managed by openstack. > > There's a sample script in Keystone > https://github.c

Re: [Openstack] Cells Status

2012-10-04 Thread Tom Fifield
On 05/10/12 03:40, Joshua Harlow wrote: Along this type of line, I know we've talked about it before. But is cells the right way that we want to go? Not that it isn't, but possibly at the summit we can talk about it in detail before pushing it into trunk. Given the overflowing room of people w

Re: [Openstack] nova-compute on Controller Node

2012-10-04 Thread Ahmed Al-Mehdi
Hello, Sorry for the re-post, but I was wondering if anyone had any thoughts on the following question. Thank you, Ahmed. From: Ahmed Al-Mehdi mailto:ah...@coraid.com>> Date: Wednesday, October 3, 2012 4:23 PM To: "openstack@lists.launchpad.net" mailto:op

[Openstack] REMINDER: Re: Providing a Unified View of OpenStack Projects

2012-10-04 Thread Stefano Maffulli
Hello folks, the webinar is tomorrow: * Webinar, Friday, October 5, 9am PDT / Noon EDT / 6pm CEST: we will present the pilot and gather feedback: Register here http://openstack.enterthemeeting.com/m/1GQI39PC Blog post with more details: http://www.openstack.org/blog/2012/09/providing-a-unifi

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jon Thomas
On Thu, 2012-10-04 at 11:41 -0500, Ahmed Al-Mehdi wrote: > Hi Janis, > > > Just fyi, in the Folsom release the lines with the "%…%" in > glance-api.conf and glance-api-paste.ini are not present. Document > instructs user to add the three relevant lines to [filter.authtoken] > section. > It loo

Re: [Openstack] File Injection through Horizon

2012-10-04 Thread Joshua Harlow
Yes, it is much better in the latest 0.7.0. Instead of the stripped down fedora version (which was the 0.6.3 one) there is now 'true' multi-distro support in cloud-init. And its coded in a way that other distros can be easily added (freebsd for example). This allows more modules (a cloud-init con

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-04 Thread Jānis Ģeņģeris
On Thu, Oct 4, 2012 at 8:23 PM, Ahmed Al-Mehdi wrote: > > Hi Janis, > > Thank you very much for your response. I have some questions to your > response which are inlined below. > > Regards, > Ahmed. > > From: Jānis Ģeņģeris > Date: Thursday, October 4, 2012 12:37 AM > To: Ahmed Al-Mehdi > Cc:

Re: [Openstack] Cells Status

2012-10-04 Thread Joshua Harlow
Along this type of line, I know we've talked about it before. But is cells the right way that we want to go? Not that it isn't, but possibly at the summit we can talk about it in detail before pushing it into trunk. I still really like the idea of making nova-compute nodes more 'dumb', then hav

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-04 Thread Ahmed Al-Mehdi
Hi Janis, Thank you very much for your response. I have some questions to your response which are inlined below. Regards, Ahmed. From: Jānis Ģeņģeris mailto:janis.genge...@gmail.com>> Date: Thursday, October 4, 2012 12:37 AM To: Ahmed Al-Mehdi mailto:ah...@coraid.com>> Cc: Anne Gentle mailto:

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Ahmed Al-Mehdi
Hi Janis, Just fyi, in the Folsom release the lines with the "%…%" in glance-api.conf and glance-api-paste.ini are not present. Document instructs user to add the three relevant lines to [filter.authtoken] section. Regards, Ahmed. From: J?nis ?e??eris mailto:janis.genge...@gmail.com>> Date:

Re: [Openstack] Compute API behavior

2012-10-04 Thread Doug Davis
Agreed - the resources used to create a server should be copied into the server's data if those resources can be deleted (or even modified independently of the servers using them). thanks -Doug STSM | Standards Architect | IBM Software G

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Consonni, Marco
Hello, Maybe what I'm saying doesn't help you fix your specific problem but why don't you try devstack (http://devstack.org/) for installing? It's designed for developers but software installation is easy and works. If your purpose is test driving OpenStack, I would recommend that. Hope it help

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
When you have fresh install you will usually have something like this in glance-api.conf [filter:authtoken] auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http admin_tenant_name = %SERVICE_TENANT_NAME% admin_user = %SERVICE_USER% admin_password = %SERVICE_PASSWORD% and something similar

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Anne Gentle
Bug filed: https://bugs.launchpad.net/openstack-manuals/+bug/1061632 thanks for reporting! Anne On Thu, Oct 4, 2012 at 8:02 AM, Bilel Msekni wrote: > Le 04/10/2012 14:51, Daviey Walker a écrit : > >> On 4 October 2012 13:02, Bilel Msekni wrote: >>> >>> Le 04/10/2012 13:56, Daviey Walker a écrit

[Openstack] Compute API behavior

2012-10-04 Thread Luis Gervaso
Hi, I have found an use case which breaks the compute api. May be I'm not doing the stuff in the right way. Anyway I want to share with you. 1. Supose I create a server with an image and flavor. 2. Then I delete the image or flavor. 3. Now, when I list the server the image/flavor associated wit

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Daniel Oliveira
Hello Janis, I'm not sure if I understood what I should replace. Do you mean replacing, for example: the line *admin_user = glance* in the [filter:authtoken] section for the line *admin_user = %glance*? and so on for the other credentials? 2012/10/4 Jānis Ģeņģeris > Hi Daniel, > > Do you hav

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
Hi Daniel, Do you have set up [filter:authtoken] section in glance-api-paste.ini? You need to replace the strings with percent signs with correct auth credentials. To get more precise output use, 'glance -d index', that will show additional debug information. On Thu, Oct 4, 2012 at 4:07 PM, Dani

[Openstack] Just a newbie getting some error messages

2012-10-04 Thread Daniel Oliveira
Hello, I've been trying to install OpenStack on a server by following the manual installation tutorial on openstack.org for Ubuntu Server 12.04 (and that's the OS I'm using, obviously). But when it comes to test whether Glance was installed successfully ( http://docs.openstack.org/essex/openstack-

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Bilel Msekni
Le 04/10/2012 14:51, Daviey Walker a écrit : On 4 October 2012 13:02, Bilel Msekni wrote: Le 04/10/2012 13:56, Daviey Walker a écrit : On 4 October 2012 12:51, Bilel Msekni wrote: Hi Stackers, I am encountering a problem when i do this: apt-get -y install nova-common nova-compute nova-volum

Re: [Openstack] Error in the OpenStack Folsom install guide

2012-10-04 Thread Bilel Msekni
Le 04/10/2012 14:55, Consonni, Marco a écrit : Hello, I would recommed to file the bug here: https://bugs.launchpad.net/openstack-manuals You need to subscribe to launchpad. Cheers, MCo *From:*openstack-bounces+marco.consonni=hp@lists.launchpad.net [mailto:openstack-bounces+marco.con

Re: [Openstack] Error in the OpenStack Folsom install guide

2012-10-04 Thread Consonni, Marco
Hello, I would recommed to file the bug here: https://bugs.launchpad.net/openstack-manuals You need to subscribe to launchpad. Cheers, MCo From: openstack-bounces+marco.consonni=hp@lists.launchpad.net [mailto:openstack-bounces+marco.consonni=hp@lists.launchpad.net] On Behalf Of Bil

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Daviey Walker
On 4 October 2012 13:02, Bilel Msekni wrote: > Le 04/10/2012 13:56, Daviey Walker a écrit : > > On 4 October 2012 12:51, Bilel Msekni wrote: > > Hi Stackers, > > I am encountering a problem when i do this: apt-get -y install nova-common > nova-compute nova-volume nova-vncproxy nova-api nova-ajax-

[Openstack] File Injection through Horizon

2012-10-04 Thread Srikanth Kumar Lingala
Hi, I am trying to implement File Injection through Openstack Dashboard. That means, while creating instance from 'Launch Instance', I will give file path of a file, which I need to inject. For that, I modified the following file: */usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py* * * I

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Bilel Msekni
Le 04/10/2012 13:56, Daviey Walker a écrit : On 4 October 2012 12:51, Bilel Msekni wrote: Hi Stackers, I am encountering a problem when i do this: apt-get -y install nova-common nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy nova-cert nova-consoleauth nova-doc nova-sch

Re: [Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Daviey Walker
On 4 October 2012 12:51, Bilel Msekni wrote: > Hi Stackers, > > I am encountering a problem when i do this: apt-get -y install nova-common > nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy > nova-cert nova-consoleauth nova-doc nova-scheduler nova-network > > It replies back

[Openstack] Problem installing Nova 2012.2

2012-10-04 Thread Bilel Msekni
Hi Stackers, I am encountering a problem when i do this: _apt-get -y install nova-common nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy nova-cert nova-consoleauth nova-doc nova-scheduler nova-network_ It replies back with : _The following packages have unmet dependen

Re: [Openstack] File Injection through Horizon

2012-10-04 Thread Scott Moser
On Wed, 3 Oct 2012, Kiall Mac Innes wrote: > Ah - I had meant the RHEL version :) Josh Harlow has done no small amount of work, and also had some aid from Garret Holstrom. Josh is using cloud-init 0.7.0 on RHEL/Fedora. He can certainly provide more details.

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-04 Thread Atul Jha
John, I think i merged that few days back. I need to re check that. :) sudo apt-get install ubuntu-cloud-keyring Cheers!! Atul Jha Cheers, John > -Original Message- > From: openstack-bounces+john.garbutt=citrix@lists.launchpad.net > [mailto:openstack-bounces+john.garbutt=citr

[Openstack] Error in the OpenStack Folsom install guide

2012-10-04 Thread Bilel Msekni
Hi all, There is a mistake in the OpenStack Folsom install guide in this page : http://docs.openstack.org/trunk/openstack-compute/install/apt/content/images-verifying-install.html First there is no glance --version command and moreover it shouldn't display back the Essex version :)

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-04 Thread John Garbutt
My bad, I missed DaveW's much easier method: sudo apt-get install ubuntu-cloud-keyring Cheers, John > -Original Message- > From: openstack-bounces+john.garbutt=citrix@lists.launchpad.net > [mailto:openstack-bounces+john.garbutt=citrix@lists.launchpad.net] On > Behalf Of John Garb

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-04 Thread John Garbutt
Actually, that work around isn't working for me: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5EDB1B62EC4926EA ... gpgkeys: HTTP fetch error 7: couldn't connect: Connection refused gpg: no valid OpenPGP data found. gpg: Total number processed: 0 I am assuming this is because of the co

Re: [Openstack] instance + shutdown state

2012-10-04 Thread John Garbutt
I would have a look at the VM console for the image during the boot process to see what is happening. What you might find is that it is failing to boot (for some reason) then shutting down the instance because of the boot failure. Where did you get that Ubuntu image? Thanks, John From: openst

Re: [Openstack] fails to launch instance

2012-10-04 Thread John Garbutt
There are a few bugs with Raw images Mate is working though at the moment (see folsom release notes too): https://bugs.launchpad.net/nova/+bug/1055413 https://bugs.launchpad.net/nova/+bug/1055431 Maybe you are hitting those bugs? How new is the version of nova you are running? Can you give us the

[Openstack] Multi host nova-networking and local DNS resolving

2012-10-04 Thread Doude
Hi all, I saw this question : https://answers.launchpad.net/nova/+question/197603 Is it still true ? If yes, which workaround is possible ? Regards, Doude. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net U

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-04 Thread Jānis Ģeņģeris
Hello Ahmed, On Thu, Oct 4, 2012 at 9:08 AM, Ahmed Al-Mehdi wrote: > Hi Anne, > > Thank you for the explanation. A few follow-up question: > > 1. Is the set of IP address mentioned by fixed_range distributed over all > the Compute Nodes. E.g., a VM on Compute Node1 would get an IP address > fro