Re: [Openstack] Host OS CentOS 6.4 or Ubuntu 12.04

2013-07-14 Thread Peter Funk
Hello, Samuel Winchenbach wrote as an answer to Haitao Jiang: > I > agree with Logan that it is personal preference. ... > I am sure for every complaint I have about Ubuntu someone has an equal > complaint about CentOS. Samuel is right. Here is an example for such a "complaint": Two or three

[Openstack] Configuration of Grizzly

2013-07-14 Thread comiqadze
Hi everybody! 1) AFAIK, for creating an instance there should be a kind of "template", which contains settings for instance, like what volume to attach, what ip address, what image to use, etc. So that when creating an instance you don't have to configure it for every instance. Is there any i

Re: [Openstack] Configuration of Grizzly

2013-07-14 Thread Robert Collins
On 14 July 2013 23:30, comiqadze wrote: > > > Hi everybody! > > 1) AFAIK, for creating an instance there should be a kind of "template", > which contains settings for instance, like what volume to attach, what ip > address, what image to use, etc. So that when creating an instance you don't > h

Re: [Openstack] Configuration of Grizzly

2013-07-14 Thread comiqadze
Thanks, As I reviewed the configuration of Heat is complicated as itself, since it's ultimate for creation of "instances, floating ips, volumes, security groups, users, etc", I thought there will be a template only for instances, something simpler. But, ok, I can proceed without it. When I crea

Re: [Openstack] Cinder Storage Server Statistics

2013-07-14 Thread Ray Sun
Yes, it should be, but seems not at least in grizzly. Any update of Ceilometer? Best Regards -- Ray On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang wrote: > I think Statistics should be find in Ceilometer. Ceilometer may provide > with > enough information you need. > > Best regards, > Haomai Wan

Re: [Openstack] VM do not get ip when use quantum

2013-07-14 Thread jt628910
I do this,and the dhcp-agent.log have no error , but my vm still do not have IP any else I can do for this? thanks! ttjiang From: Arindam Choudhury Date: 2013-07-12 05:18 To: openstack Subject: Re: [Openstack] VM do not get ip when use quantum Hi, I had the same problem. I found a solution

[Openstack] [Cinder] Loading cinder.conf

2013-07-14 Thread zan tosh
I use devstack (Grizzly/stable). I have been trying to use a different volume driver by muncommenting and modifying the below line in cinder.conf under etc/cinder # Driver to use for volume creation (string value) #volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver But when VolumeManager is lo

Re: [Openstack] [Cinder] Loading cinder.conf

2013-07-14 Thread Ray Sun
Yes, that's the default driver. See cinder/volume/manager.py volume_manager_opts = [ cfg.StrOpt('volume_driver', default='cinder.volume.drivers.lvm.LVMISCSIDriver', help='Driver to use for volume creation'), ] Best Regards -- Ray On Mon, Jul 15, 2013 at 12:51 PM

Re: [Openstack] [Cinder] Loading cinder.conf

2013-07-14 Thread zan tosh
Ray I am wondering why I see the default driver even after I changed the entry in cinder.conf. I un-commented the line for volume_driver and changed the driver name. I tried to print volume driver in the __init__ and I see it still pointing to LVMISCSIDriver. It seems I am missing something and it

[Openstack] Running multiple nova-cells

2013-07-14 Thread Sam Morrison
Hi, We have a reasonably large deployment with nova cells and we are having issues consuming messages fast enough at the top level due to all the instance updates etc. We've done some tuning to some of the periodic tasks but users can trigger hundreds of messages to be sent upwards. It looks l