[Openstack] Nova, Glance, Cinder Folsom RC2 available

2012-09-25 Thread Thierry Carrez
Hello everyone, The last batch of planned release candidates respins just landed: new Folsom release candidates tarballs for OpenStack Compute ("Nova"), OpenStack Image Service ("Glance") and OpenStack Block Storage ("Cinder") can be found at: https://launchpad.net/nova/folsom/folsom-rc2 https://

Re: [Openstack] DHCP requests on stable/essex

2012-09-25 Thread Stuart Hart
Some good information on that here: http://www.mirantis.com/blog/openstack-networking-flatmanager-and-flatdhcpmanager/ - Original Message - From: "Neelakantam Gaddam" To: openstack@lists.launchpad.net Sent: Tuesday, 25 September, 2012 7:57:16 AM Subject: [Openstack] DHCP reques

Re: [Openstack] Ubuntu Cloud Archive information

2012-09-25 Thread David Kranz
On 9/24/2012 9:38 PM, Chuck Short wrote: Hi On 12-09-24 07:39 PM, Sam Morrison wrote: Hi, I've started using the Ubuntu Cloud Archive packages for Folsom in Precise. Haven't been able to find out much information about them so I'm asking here. I've found the packages have quite a few bugs

Re: [Openstack] FreeIPA LDAP + Keystone question: How to assign roles to user?

2012-09-25 Thread Adam Young
On 09/24/2012 10:45 PM, 邱剑 wrote: Thanks. Adam. Is there any way to configure FreeIPA LDAP to have this structure? Yes there is. I originally wrote it up here: http://adam.younglogic.com/2012/02/freeipa-keystone-ldap/ and checked it recently to see if I could do LDAPS (yes I could): http:

[Openstack] [Docs] Documentation set for Folsom

2012-09-25 Thread Patrick Petit
Hi There, Can someone tell me what is current plan regarding the release of the documentation set for Folsom? Of particular interest is the admin guide extension covering Quantum. Thanks Patrick ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] [Docs] Documentation set for Folsom

2012-09-25 Thread Anne Gentle
Hi Patrick - The Quantum admin guide in its current state is publishing here: http://docs.openstack.org/trunk/openstack-network/admin/content/ You can review the ongoing work here: https://review.openstack.org/#/q/status:open+project:openstack/openstack-manuals,n,z For documentation, we typicall

[Openstack] Error setting quotas

2012-09-25 Thread Guillermo Alvarado
Hi Everyone, I want to set quotas for a specific tenant, but I am getting this error: Could not find any suitable endpoint. Correct region? This is my code: from novaclient.v1_1 import client nova_client = client.Client(USERNAME, PASSWORD, TENANT_ID, AUTH_URL, service_type="compute") DEFAULT_GI

[Openstack] Script to boot servers

2012-09-25 Thread Guillermo Alvarado
Hi Everyone, I want to make a script that create tenants, users and boot a server. Where I can found documentation of the nova python client? Anybody knows the class/method to boot servers and the params? Thanks And Regards. ~GA ___ Mailing list: https

Re: [Openstack] Script to boot servers

2012-09-25 Thread Anne Gentle
Hi Guillermo - The CLI guide was recently added. It's a bit rough and needs improvement but here are links you can use to answer your questions. On Tue, Sep 25, 2012 at 1:42 PM, Guillermo Alvarado wrote: > Hi Everyone, > > I want to make a script that create tenants, users and boot a server. Whe

Re: [Openstack] [Nova] Got 'qemu-img: error while writing sector 634880: Input/output error' in _create_image

2012-09-25 Thread Boris Filippov
Actually, this is unlikely because there was locking for image fetching already. This patch only adds it for case when several compute processes share same $instances_dir. - disk full really might be the case. Simple check is to extend available space and try to reproduce it again. 2012/9/25 Wangp

Re: [Openstack] Script to boot servers

2012-09-25 Thread Anne Gentle
For python-specific calls, see for example: http://docs.openstack.org/developer/python-novaclient/ref/servers.html On Tue, Sep 25, 2012 at 2:11 PM, Anne Gentle wrote: > Hi Guillermo - > > The CLI guide was recently added. It's a bit rough and needs > improvement but here are links you can use

Re: [Openstack] FreeIPA LDAP + Keystone question: How to assign roles to user?

2012-09-25 Thread spring
Hi Adam, Can the keystone use MS AD Server as back end now? 2012/9/25 Adam Young > On 09/24/2012 10:45 PM, 邱剑 wrote: > > > Thanks. Adam. > > Is there any way to configure FreeIPA LDAP to have this structure? > > > Yes there is. > > I originally wrote it up here: > > http://adam.younglogic.co

Re: [Openstack] FreeIPA LDAP + Keystone question: How to assign roles to user?

2012-09-25 Thread 邱剑
Thanks. Adam. I saw in your blog "Keystone Roles are not yet implemented." In order to make OpenStack work, it seems I have to assign "admin" role to some users On Sep 25, 2012, at 11:01 PM, Adam Young wrote: > On 09/24/2012 10:45 PM, 邱剑 wrote: >> >> Thanks. Adam. >> >> Is there any way to

Re: [Openstack] Specify starting Ip dchp Openstack

2012-09-25 Thread Hao Wang
This should be configured for DHCP server. Normally you can configure which IP address the DHCP server will begin to assign. Regards Howard On Fri, Sep 21, 2012 at 12:35 PM, Iftakhul Anwar wrote: > Hi All, > > I've intalled openstack essex on ubuntu 12.04 successfully.But i get > confuse about

[Openstack] Regarding Tempest for Integration testing of Openstack Environment

2012-09-25 Thread Girija Sharan
Hello all, I am using Tempest *stable/essex* not master. And in stable/essex there are very less number of tests as compared to tests in master. Would you please suggest me which one should I use. One important thing is that in master version there are couple of tests in network directory but the