Re: [Openstack] [Heat][Nova]Error while creating a nova instance from heat stack

2014-10-16 Thread Pavlo Shchelokovskyy
Hi Sadia, first, what is OpenStack/Heat version you are using? The current code for Server._check_active() method in master is different; second - by the trace it looks like there is a spurious debugger (bdb?) breakpoint left somewhere in the code, either in Heat or python-novaclient. Might be th

[Openstack] memory usage on libvirt

2014-10-16 Thread Claudio Pupparo
Hi Everyone, I am using ceilometer to get memory usage of a libvirt/qemu guest. On ceilometer documentation I've found that this is currently supported only on Vsphere and XenAPI: http://docs.openstack.org/developer/ceilometer/measurements.html#compute-nova I've found a patch that add support for

Re: [Openstack] Messaging reliability/durability expectations

2014-10-16 Thread Gordon Sim
On 10/14/2014 10:48 PM, Aaron Knister wrote: The fixes to all 3 of these issues seem to be patches to the rabbit driver for oslo. Are the other drivers (e.g. qpid) any more robust or are they just not heavily used so more bugs may be lurking there? As mentioned, the qpid driver does not use ack

Re: [Openstack] Messaging reliability/durability expectations

2014-10-16 Thread Gordon Sim
On 10/14/2014 10:36 PM, Noel Burton-Krahn wrote: Unfortunately, durable queues don't fix the case where rabbit dies and restarts on a new host (and loses its durable queue store) Note that losing the durable queue store means the store-and-forward guarantee is lost and therefore both request a

Re: [Openstack] memory usage on libvirt

2014-10-16 Thread Robert van Leeuwen
> I am using ceilometer to get memory usage of a libvirt/qemu guest. > On ceilometer documentation I've found that this is currently supported > > Has someone managed to get memory.usage of a libvirt guest? Hi Claudio, We are running libvirt/KVM, Icehouse (RDO) on SL6.5 and it works for us.. Ch

Re: [Openstack] Messaging reliability/durability expectations

2014-10-16 Thread Aaron Knister
Hi Gordon, Thanks, again, for your replies. I started looking at the code to see about implementing acknowledgements in the Qpid driver and I'll admit after some digging I've come up confused. These lines (it's in master as well as the stable icehouce branch) http://git.io/w3KkQw and http://git

Re: [Openstack] Messaging reliability/durability expectations

2014-10-16 Thread Gordon Sim
On 10/16/2014 01:51 PM, Aaron Knister wrote: Thanks, again, for your replies. I started looking at the code to see about implementing acknowledgements in the Qpid driver and I'll admit after some digging I've come up confused. These lines (it's in master as well as the stable icehouce branch) htt

[Openstack] OpenStack 2014.2 ("Juno") is released !

2014-10-16 Thread Thierry Carrez
Hello everyone, It is my great pleasure to announce the final release of OpenStack 2014.2, code-named "Juno". This concludes the 6-month Juno development cycle, which saw the completion of more than 340 features and the fixing of more than 3200 bugs in integrated projects and common libraries alon

Re: [Openstack] [QA] How to attach multiple NICs to an instance VM?

2014-10-16 Thread Mariusz Gronczewski
> > Is this the correct way to attach multiple NICs to an instance? > > Thanks, > Danny > Hi, run a dhcp client on second instance, it should get added IP. if you want to add port to existing instance then create port in neutron: neutron port-create --fixed-ip ip_address=1.2.3.4 vm_network_n

[Openstack] extending the storage size of openstack swift

2014-10-16 Thread Ali Nazemian
Hi, I tried to install openstack icehouse using devstack script. After successful installation of whole package I found out that the storage capacity for swift part is around 1G which is much less than what I need for my testes. Is there anyway to change the size of swift capacity. Here is the outp

[Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-16 Thread Chinasubbareddy M
Hi, 1. I have successfully configured floating ips in neutron and everything working fine , but as per the docs there should be int-br-ex and phy-br-int veth pair should be created between br-int and br-ex, but that is not created in my setup ,floating ip are working fine, Please su

Re: [Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-16 Thread James Denton
Subbareddy, The external bridge (br-ex), when set, is used only for the external (qg) port of the router AFAIK and does not need to connect to br-int. The internal interface of the router (qr) is connected to the integration bridge. If floating IPs are working ok, and your router is properly ro

Re: [Openstack] Messaging reliability/durability expectations

2014-10-16 Thread Joshua Harlow
I also thought we acked then processed messages in the applications (nova, cinder...), This means the applications can crash, and the message can then be lost (and in the cast case, the message is gone, in the call case hopefully the caller times out, although if the caller also crashes, all bets

Re: [Openstack] OpenStack 2014.2 ("Juno") is released !

2014-10-16 Thread Martinx - ジェームズ
This is AWESOME!! First OpenStack with IPv6 support!! Thank you guys!! :-D On 16 October 2014 11:18, Thierry Carrez wrote: > Hello everyone, > > It is my great pleasure to announce the final release of OpenStack > 2014.2, code-named "Juno". This concludes the 6-month Juno development > cycle,

Re: [Openstack] Zenoss Auth failure

2014-10-16 Thread Josh Wilmes
Yes, that should be your password- same value as you would use for the OS_PASSWORD environment variable if using the nova CLI. If you'd like more help with the zenoss setup, please contact me directly. --Josh On Wed, Oct 15, 2014 at 5:49 PM, Guillermo Alvarado < guillermoalvarad...@gmail.com>

Re: [Openstack] [openstack][icehouse][neutron][floatingip][br-ex]

2014-10-16 Thread Chinasubbareddy M
Thank you so much of your clarification james. Can you please guide me for my second question that I asked in the mail? If each tenant wants to create their own floating ip networks , what is the best design? From: James Denton [mailto:james.den...@rackspace.com] Sent: Thursday, October 16, 2014

Re: [Openstack] extending the storage size of openstack swift

2014-10-16 Thread Clay Gerrard
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=1G looks promising... I found it in ./lib/swift There's probably some way to plumb it through you config - you could always hack it in place and see what happens? -Clay On Thu, Oct 16, 2014 at 7:38 AM, Ali Nazemian wrote: > Hi, > I tried to install openst

Re: [Openstack] [Swift] When does replicator reclaim objects?

2014-10-16 Thread Clay Gerrard
The container server has it's own reclaim age setting - make sure you fix that up to clear out those container db's (do they have three replica?) the .ts files might be more trixy - https://bugs.launchpad.net/swift/+bug/1301728 How's replica count of 1 working out for you? Are you raid backed or

Re: [Openstack] OpenStack 2014.2 ("Juno") is released !

2014-10-16 Thread Ian Y. Choi
Hello Thierry, Great!! I am not sure whom I need request to, but could you find or let me know opening a new 'stable/juno' branch for devstack on the github repository? (https://github.com/openstack-dev/devstack/branches) Thanks in advance! /Ian Thierry Carrez wrote at 10/16/2014 11:18 PM:

Re: [Openstack] OpenStack 2014.2 ("Juno") is released !

2014-10-16 Thread 严超
Awesome ! *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-10-17 10:22 GMT+08:00 Ian Y. Choi : > Hello Thierry, > > Great!! > > I am not sure