Re: [Openstack] XCP with DevStack

2012-06-22 Thread Thomas Goirand
On 06/01/2012 08:18 PM, John Garbutt wrote: > Hi, > > I assume you are using xcp-xapi in Ubuntu. First of all, is it all running > correctly (i.e. xe vm-list is returning correctly): > http://wiki.xen.org/wiki/Using_XCP_-_preparing_the_toolstack > > It turns out the current DevStack will not wor

Re: [Openstack] [Swift] rsyslog daemon reloading causes swift related services hangs and CPU reach to 100%

2012-06-22 Thread Kuo Hugo
nice suggestion , We decide to use UPD now 2012/6/22 MORITA Kazutaka > At Fri, 22 Jun 2012 00:00:26 +0800, > Kuo Hugo wrote: > > > > Hi folks , > > > > We're facing an issue related to the bug as below > > > > /dev/log rotations can cause object-server failures > > > https://bugs.launchpad.net/s

Re: [Openstack] nova volume attachment issue

2012-06-22 Thread Clay Gerrard
On Fri, Jun 22, 2012 at 11:18 AM, jsb wrote: > Hello, > I am able to create a volume (Essex released version). But, I am not able to > attach it to an instance. > > I am using the following in nova.conf: > --iscsi_ip_address=10.1.2.0 Is that correct? shouldn't it be like 10.1.2.* > --iscsi_help

[Openstack] Nova doesn't release ips when terminating instances

2012-06-22 Thread Lars Kellogg-Stedman
When an instance terminates, the "allocated" field in the fixed_ips is set to "0", but the "instance_id" field remains set. Once all the addresses are in this state, new instances fail to start, and the following error is logged by nova-network: 2012-06-22 23:09:34 ERROR nova.rpc.amqp [req-

Re: [Openstack] Additional compute node network issues - rpc timeout

2012-06-22 Thread Derek Eli
Thanks for your reply Chris. I checked both and nither firewall rules are in the war nor there is the control_exchange in nova.conf. Just to confirm: for a single host network setup, nova-network is supposed to be setup only on the cloud controller and compute nodes should only run nova-compute. Is

Re: [Openstack] Thoughts on client library releasing

2012-06-22 Thread Lloyd Dewolf
On Fri, Jun 22, 2012 at 6:00 AM, Thierry Carrez wrote: > Mark McLoughlin wrote: >> That actually goes to something I'm not aware of us - the project - >> having spent much time discussing. We do twice yearly releases of our >> collection of software, but there are public cloud providers which want

Re: [Openstack] Additional compute node network issues - rpc timeout

2012-06-22 Thread Chris Wright
* Derek Eli (derek.el...@gmail.com) wrote: > I am having issues with spawning a VM which gets scheduled to a non cloud > controller node, running nova-compute only. It fails with a nerwork > configuration error. Looking at logs reveals that it was an rpc timeout > error. Further investigations (nov

Re: [Openstack] Tihomir Trifonov added to horizon-core

2012-06-22 Thread John Postlethwait
Welcome indeed! You have been doing great work and we all appreciate it! John Postlethwait Nebula, Inc. 206-999-4492 On Friday, June 22, 2012 at 1:45 PM, Devin Carlen wrote: > Welcome Tihomir to horizon-core! Thanks for all the great contributions in > the past months! > > > Devin > __

[Openstack] OpenStack Community Newsletter -- June 22

2012-06-22 Thread Stefano Maffulli
Highlights of the week OpenStack Summit coming October 15th-19th to San Diego, CA Mark your calendar October 15th-19th in San Diego, California with more of everything: 4 days of

[Openstack] Pointer to the Image Service draft

2012-06-22 Thread vibhuvardhan.bontala
Hi, Could someone post the pointer to the draft of Image Service for Folsom? Thanks Vibhu ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https:/

[Openstack] Tihomir Trifonov added to horizon-core

2012-06-22 Thread Devin Carlen
Welcome Tihomir to horizon-core! Thanks for all the great contributions in the past months! Devin ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

[Openstack] Instance spawning issues - Index out of range exception

2012-06-22 Thread Derek Eli
Hi, while trying a launch an instance, i encounter the following error (from nova-compute log). Could somebody please shed some light on this? 2012-06-22 21:17:52 ERROR nova.rpc.amqp [req-59553bb4-d3c8-4cdf-b7e2-0c4fa5d54027 036b5b0be29c42d89a096c695ffa02e0 e6aa7a13922f422c94bed4455833df58] Exce

Re: [Openstack] Devstack fedora 17 (issues)

2012-06-22 Thread Dean Troyer
On Fri, Jun 22, 2012 at 4:02 AM, Ghatigar, Prasad M wrote: > Thanks for taking time, is this a bug or issue with my environment? > Note that I see same issue with F16 with stable/essex brach. This would suggest a problem common to the different branches, such as configuration. It would be helpfu

[Openstack] nova volume attachment issue

2012-06-22 Thread jsb
Hello, I am able to create a volume (Essex released version). But, I am not able to attach it to an instance. I am using the following in nova.conf: --iscsi_ip_address=10.1.2.0 --iscsi_helper=tgtadm But, still, I am getting "iscsiadm: No portal found" error in nova-compute.log. I have open-iscsi

Re: [Openstack] AttributeError: "virDomain instance has no attribute 'reset'"

2012-06-22 Thread Jay Pipes
That's pretty much what I understood based on a conversation with Vish on IRC the other day. It's caused me to pretty much give up on 11.10 for modern OpenStack (Nova) installs. -jay On 06/22/2012 01:23 AM, Vaze, Mandar wrote: Found this bug (albeit for Fedora 16) https://bugs.launchpad.net/n

[Openstack] [metering] gating test blockade broken

2012-06-22 Thread Doug Hellmann
I collected all of the individual patches for fixes to nova.cfg, nova.rpc, and PEP-8 changes to create one mega-patch, which has now been applied [1]. The primary source of the problem was the move of nova.rpc to openstack.common, but the upgrade of pep8 to 1.3.1 also introduced test failures. The

[Openstack] multi network,instance can't get route correct

2012-06-22 Thread ljvsss
HI: I get essex(flatdhcp), i have mulit network in my instance, create network like this: #nova-manage network create --label=public --fixed_range_v4=10.0.0.0/24--network_size=255 --bridge=public --bridge_interface=em2 --multi_host=T #nova-manage network create --label=private --fixed_

[Openstack] Essex multi network,instance can't get correct route

2012-06-22 Thread ljvsss
hi, i got essex, ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-06-22 Thread Martin Packman
On 21/06/2012, Thierry Carrez wrote: > > * Should we just encourage more people to do BugTriaging ? > Sounds like the obvious solution. However to do good triaging, you need > bug supervisors rights, and when I proposed to open that team (the > nova-bugs team) to anyone, there was resistance. Mayb

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-22 Thread John Garbutt
I have asked some of the Xen.org guys if they know anyone who has time to fix this. I will let you know if I have any luck. But yes, the XenAPI driver (talking to XCP) is probably the best way forward with Xen right now. If there are any blockers making that work, I am happy to help were I can.

Re: [Openstack] XCP with DevStack

2012-06-22 Thread John Garbutt
Hi, I developed those changes with Ubuntu 12.04, so it should be OK. I think that error means you don't have anything set in HOST_IP (i.e. IP address of the XenServer) at the point in install_os_domU.sh: https://github.com/openstack-dev/devstack/blob/master/tools/xen/install_os_domU.sh#L257 The

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-22 Thread Thomas Goirand
On 06/22/2012 05:56 PM, Daniel P. Berrange wrote: >> 3. or some good reasons to migrate from Xen to KVM? > I'd favour KVM for a variety of reasons, but lets not turn this into a > bikeshed discussion about which is best ;-P Let's put it this way: if you want to run with libvirt and Openstack, then

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-22 Thread Thomas Goirand
On 06/22/2012 02:04 PM, Li Wang wrote: > We use CentOS in production environment. There is the Zeus project, > right? I'll do some research on it Well, if you use CentOS, then why not using XCP, the open source appliance, from Citrix? It's CentOS based... I heard about the Zeus project, but I'm n

Re: [Openstack] Thoughts on client library releasing

2012-06-22 Thread Thierry Carrez
Mark McLoughlin wrote: > That actually goes to something I'm not aware of us - the project - > having spent much time discussing. We do twice yearly releases of our > collection of software, but there are public cloud providers which want > to essentially do continuous deployment from our developme

Re: [Openstack] Diagnosing RPC timeouts when attaching volumes

2012-06-22 Thread Lars Kellogg-Stedman
> The timeout occurs when nova-compute is trying to do an rpc call to > nova-volume. It looks like this is just the compute log. Do you have > an error in the volume log? There were no errors in the volume log. It may have been a networking problem caused by the local iptables firewall on the v

Re: [Openstack] ssh not authenticating

2012-06-22 Thread Scott Moser
On Fri, 22 Jun 2012, Alexey Ababilov wrote: > Hi, Scott! > > I knew that the password was already on the cirros image. However, we (Grid > Dynamics engineers) faced a strange problem: > 1) if an instance is launched without an ssh key, you can login using the > password (generated by nova in our c

Re: [Openstack] ssh not authenticating

2012-06-22 Thread Alexey Ababilov
Hi, Scott! I knew that the password was already on the cirros image. However, we (Grid Dynamics engineers) faced a strange problem: 1) if an instance is launched without an ssh key, you can login using the password (generated by nova in our case); 2) if an instance is launched _with_ an ssh key, y

Re: [Openstack] [ANNOUNCE] OpenStack Nova, Glance, Keystone and Horizon 2012.1.1 released

2012-06-22 Thread Kiall Mac Innes
Excellent - spotted a few fixes in there for bugs I haven't had time to track down :) Thanks, Kiall Sent from my phone. On Jun 22, 2012 9:45 a.m., "Mark McLoughlin" wrote: > Hey, > > In the time since the Essex release, we have been busy selectively > back-porting bugfixes to the stable/essex b

[Openstack] problem with additional compute nodes

2012-06-22 Thread badis hammi
Hi friends,I have problem when I try to add a new compute node, I'd installed nova-compute and copied the nova.conf file from the controller node, but when I restarted services, and run "nova-manage service list", I did not have the line containing the nova-compute service on the server2. I tri

Re: [Openstack] HVM + Xen Hypervisor via libvirt possible?

2012-06-22 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 11:22:13AM +0800, Li Wang wrote: > Thanks all for replying. > > We want to stick on to the Xen Hypervisor for some reason. > > 1. Does the community plan to support this feature? I'd like to see it supported by Nova, because it would improve the libvirt driver in general,

Re: [Openstack] [ANNOUNCE] OpenStack Nova, Glance, Keystone and Horizon 2012.1.1 released

2012-06-22 Thread Razique Mahroua
Great work, congratulations to everybody :-) Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 22 juin 2012 à 10:42, Mark McLoughlin a écrit :Hey,In the time since the Essex release, we have been busy selectivelyback-porting bugfixes to the stable/essex branch according to our "safesource

[Openstack] Devstack fedora 17 (issues)

2012-06-22 Thread Ghatigar, Prasad M
Hi All, New to devstack. Any help would be appreciated. Currently I am using devstack on fedora 17 and I get the following error (pasting only error log) (This is master branch ) == .. Waiting for keystone to start... + timeout 60 sh -c 'while ! http_proxy= wget -O-

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-06-22 Thread Vincent Untz
Hi, Le jeudi 21 juin 2012, à 16:29 +0200, Thierry Carrez a écrit : > * Run BugTriage days more often ? > We could have regular (monthly?) Nova Bugtriage days to get rid of what > accumulated in the mean time. But I fear that urgent bugs might not get > the attention they deserve, and that over tim

[Openstack] [ANNOUNCE] OpenStack Nova, Glance, Keystone and Horizon 2012.1.1 released

2012-06-22 Thread Mark McLoughlin
Hey, In the time since the Essex release, we have been busy selectively back-porting bugfixes to the stable/essex branch according to our "safe source of high-impact fixes" criteria documented here: http://wiki.openstack.org/StableBranch Well, those fixes are now available as 2011.3.1 releases

Re: [Openstack] Instances not starting after changing host flag

2012-06-22 Thread Czubak, Piotr
Thanks for the reply. It is probably related somehow because if I remove the host flag (and leave it default) then I get no problems with launching instances. From: Vaze, Mandar [mailto:mandar.v...@nttdata.com] Sent: Thursday, June 21, 2012 2:02 PM To: Czubak, Piotr; openstack@lists.launchpad.ne

Re: [Openstack] [Metering] Implemented three methods in Ceilometer

2012-06-22 Thread John Postlethwait
That simply appears that you have a network issue… Perhaps a firewall at work blocking that port number, or a DNS issue, or a temporary issue with review.stackforge.org? John Postlethwait Nebula, Inc. 206-999-4492 On Thursday, June 21, 2012 at 11:37 PM, Kobagana Kumar wrote: > Hi Julien Danj