Re: [Openstack] instance metadata timeout

2012-09-17 Thread Dan Wendlandt
Hi Naveen, There are probably a couple of things going on here. 1) When using quantum, the L3 forwarding + NAT are actually handled by the quantum-l3-agent, not nova-network (in fact you shouldn't run nova-network at all when you're using Quantum in Folsom). You should make sure the

[Openstack] Adding new method to nova API throws exception

2012-09-17 Thread Trinath Somanchi
Hi Stackers- I'm working on currently adding an additional method to the NOVA API. The new method groups the servers based on the metadata. It returns a group of server UUIDs based on the Metadata information in the URL from client. For the same I have modified the following files. [1] update

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Matthias Runge
On 09/14/2012 08:19 PM, Adam Gandelman wrote: We faced the same issue in Ubuntu [1]. Ended up compiling and compressing the CSS and JS at packaging time, shipping those + the manifest.json with the package and enabling COMPRESS_OFFLINE=True by default. Users who might want to make use of lessc

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Matthias Runge
On 09/15/2012 05:25 AM, Thomas Goirand wrote: On Sat Sep 15 2012 03:55:09 AM CST, Gabriel Hurley gabriel.hur...@nebula.com wrote: Either way works, you just have to compile the file once and ship it in the distro package. For at least Debian, this would make the package non-free. Everything

[Openstack] AMQP---2 queues for nova-compute?

2012-09-17 Thread jeffrey coho
Hi,all why there needs two topic queues for nova-compute?The queue with routing key:compute.host is obvious,but what about the queue with routing key compute?what is this for?when does it use this queue? Thanks a lot. -- Sincerely yours, Jeff ___

[Openstack] per-net-dhcp-enable in quantum v2.0

2012-09-17 Thread balaji patnala
Hi Stackers, Do we have any docs/information on per-net-dhcp-enable feature in Quantum v2.0.? Please share with us. As it is observed that using folsom-3 releases, we didnt see any DHCP services enabled by default. Do we still have issues with quantum v2.0 w.r.t DHCP !!

Re: [Openstack] Unable to start nova-scheduler : duplicate option: scheduler_host_manager

2012-09-17 Thread Sam Stoelinga
I just encountered the same problem, when I added a decorator to a method but the decorator did not exist. Just putting it here as it took me quite a while to find this silly problem, hope it helps somebody. On Thu, Aug 23, 2012 at 12:10 AM, Ben ben@gmail.com wrote: Hum, ok but why ? I'm

[Openstack] ERROR in ‘/var/log/quantum/agent-dhcp.log’ for FOLSOM-3

2012-09-17 Thread balaji patnala
Hi, I'm using Folsom Testing Packages on Ubuntu 12.04., Quantum V2 with OVS Plugin Agent running. I am getting the following error for every 30 secs in ‘/var/log/quantum/agent-dhcp.log’ in the Openstack Controller: *2012-09-17 12:25:12ERROR [quantum.agent.dhcp_agent] Unable to sync

[Openstack] Not Authorized Error in ‘/var/log/nova/nova-compute.log’ for FOLSOM-3 setup

2012-09-17 Thread balaji patnala
Hi, I'm using Folsom Testing Packages on Ubuntu 12.04., Quantum V2 with OVS Plugin Agent running on Openstack Controller. And also, I have a Host Node using Folsom Testing Packages on Ubuntu 12.04, Quantum OVS Agent, nova-compute and nova-api. I am keep on getting the following error in

Re: [Openstack] Not Authorized Error in ‘/var/log/nova/nova-compute.log’ for FOLSOM-3 setup

2012-09-17 Thread Salvatore Orlando
It seems that quantum is rejecting authentication credentials supplied by nova; please verify the following nova flags are set to the correct value: - quantum_admin_username - quantum_admin_tenant_name - quantum_admin_auth_url (should he http://keystone_endpoint/v2.0 - quantum_url_timeout -

Re: [Openstack] per-net-dhcp-enable in quantum v2.0

2012-09-17 Thread Salvatore Orlando
Hi Balaji, Quantum now has a dhcp agent which serves addresses to subnets using dnsmasq. The dhcp agent is a separate binary (bin/dhcp-agent). per-net-dhcp-enable has been translated into a simple feature that enables or disables the dhcp agent for specific subnets. This is controlled by the

Re: [Openstack] AMQP---2 queues for nova-compute?

2012-09-17 Thread Russell Bryant
On 09/17/2012 06:11 AM, jeffrey coho wrote: Hi,all why there needs two topic queues for nova-compute?The queue with routing key:compute.host is obvious,but what about the queue with routing key compute?what is this for?when does it use this queue? Thanks a lot. I don't think that the

Re: [Openstack] strange problem when reboot nova-compute node: domain not found: no domain with matching name

2012-09-17 Thread romi zhang
Razique, Additional information: Another testing system was not full of testing job. I met this problem before at my small system. If I use ubuntu image download from network,this problem was not happened. If I use centos and windows image create instance,this problem will happened,and in the

[Openstack] question about multi-host network configuration

2012-09-17 Thread Xin Zhao
Hello, Our openstack cluster has 2 racks of physical nodes, I want to set up two openstack network service hosts, each serving one rack. Can I do that? Thanks, Xin smime.p7s Description: S/MIME Cryptographic Signature ___ Mailing list:

Re: [Openstack] question about multi-host network configuration

2012-09-17 Thread Razique Mahroua
Sure, just install nova-network on every node and enable themulti_host=true flag on every nova.conf file :) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 17 sept. 2012 à 16:38, Xin Zhao xz...@bnl.gov a écrit :Hello,Our openstack cluster has 2 racks of physical nodes, I want to set up

Re: [Openstack] question about multi-host network configuration

2012-09-17 Thread Xin Zhao
Sorry I should have made it more clear: among the hosts in one rack, only one of them have 2 nics, one being internet facing, all other nodes have only one internal nic. So I can't run nova-network on *every* compute node. Xin On

Re: [Openstack] question about multi-host network configuration

2012-09-17 Thread Razique Mahroua
ok in such case, install nova-network on both servers having the two nics, which network mode do you intend to use ? Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 17 sept. 2012 à 16:59, Xin Zhao xz...@bnl.gov a écrit : Sorry I should have made it more clear:

Re: [Openstack] question about multi-host network configuration

2012-09-17 Thread Xin Zhao
I have been using flatdhcp mode in a single-host network configuration. Will flatdhcp also work in this 2 nova-network setting, or a vlan mode is preferred here? Thanks, Xin On 9/17/2012 11:05 AM, Razique Mahroua wrote:

Re: [Openstack] question about multi-host network configuration

2012-09-17 Thread Narayan Desai
Sure, we've been running in that sort of configuration since bexar. The only tricky part is that you need to make sure that you run nova-api-metadata on each nova-network server, and you need to make sure that floating IPs can get to the appropriate fixed addresses (ie if a fixed address is not

Re: [Openstack] ERROR in ‘/var/log/quantum/agent-dhcp.log’ for FOLSOM-3

2012-09-17 Thread Dan Wendlandt
Does the quantum.conf on the host that the dhcp agent is running on point to a valid rabbit_host and have a valid user/password for that rabbit host? Dan On Mon, Sep 17, 2012 at 4:29 AM, balaji patnala patnala...@gmail.com wrote: Hi, I'm using Folsom Testing Packages on Ubuntu 12.04.,

Re: [Openstack] Openstack summit hotel

2012-09-17 Thread Lauren Sell
It's been difficult to find more rooms at a reasonable rate because there are a few other big conferences in town that week, but the Hard Rock Hotel had a big group cancel. The have rooms available for $249, and it's 4-5 blocks from the Hyatt down Harbor Drive. We do not have an official

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Clint Byrum
Excerpts from Gabriel Hurley's message of 2012-09-14 20:40:25 -0700: Now I'm not well-versed in the legalese of all the distros, but that sounds like splitting hairs on the meaning of compiled from source. If I run it through LESS and commit the file to the repo does that make it from source?

Re: [Openstack] Cells Status

2012-09-17 Thread Chris Behrens
I agree it's disappointing that it's not in trunk yet… and it needs to get in there ASAP. I'm definitely happy to hear that others have been doing a bit of hacking on it, wrt security groups and so forth! I just got back from 2 weeks of vacation and I need to get my branch rebased. There's

Re: [Openstack] Openstack summit hotel

2012-09-17 Thread Jason Ford
Lauren, Thank you for getting this setup. I can confirm that there are some rooms free as I just took three :) See you all in San Diego. Regards, jason Jason Ford jf...@blackmesh.commailto:jf...@blackmesh.com BlackMesh Managed Hosting

[Openstack] TC candidacy

2012-09-17 Thread Chris Behrens
Hi all, I'd like to announce my candidacy for a seat on the OpenStack Technical Committee. - General background - I have over 15 years of experience designing and building distributed systems. I am currently a Senior Software Developer at Rackspace, where I have been for a little over 2 years

Re: [Openstack] TC candidacy

2012-09-17 Thread Kevin L. Mitchell
On Mon, 2012-09-17 at 21:34 +, Chris Behrens wrote: I'd like to announce my candidacy for a seat on the OpenStack Technical Committee. +1 -- Kevin L. Mitchell kevin.mitch...@rackspace.com ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Adding new method to nova API throws exception

2012-09-17 Thread Trinath Somanchi
Hi- Can any one help me out on this please. Thanking u all -- Trinath On Sep 17, 2012 1:42 PM, Trinath Somanchi trinath.soman...@gmail.com wrote: Hi Stackers- I'm working on currently adding an additional method to the NOVA API. The new method groups the servers based on the metadata.

[Openstack] Video Stackops CE and EE

2012-09-17 Thread Frans Thamura
another OpenStack implementation from Stackops http://www.youtube.com/watch?v=ZtEdtpHl5QI http://www.youtube.com/watch?v=uhODVgmzRWQ just got message also that they will add CloudFoundry Frans ___ Mailing list: https://launchpad.net/~openstack Post

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_quantum_trunk #225

2012-09-17 Thread openstack-testing-bot
at 20120917

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #226

2012-09-17 Thread openstack-testing-bot
at 20120917

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #75

2012-09-17 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/75/Project:precise_folsom_swift_trunkDate of build:Mon, 17 Sep 2012 16:00:34 -0400Build duration:3 min 50 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_keystone_trunk #61

2012-09-17 Thread openstack-testing-bot
Title: precise_folsom_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_trunk/61/Project:precise_folsom_keystone_trunkDate of build:Mon, 17 Sep 2012 18:50:25 -0400Build duration:7 min 5 secBuild cause:Started by user adamBuilt