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

2012-09-24 Thread 邱剑
Openstack services need user account with 'admin' role. But I could not figure out how FreeIPA propagate 'role' into Keystone. That's why I'm asking the question in mailing list. On Sep 24, 2012, at 11:30 AM, spring wrote: Thanks qiujian! By using this configuration, can we log in through

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

2012-09-24 Thread Razique Mahroua
Hi,I'm thinking about two things here- disk full- permission issuesCan you run the following command :su - nova -c "touch /data/openstack/nova/instance/test"thanksRaziqueCommand: qemu-img convert -O raw /data/openstack/nova/instances/_base/3554d26efea057ec9dd8029a0a3ceddc0359b70d.part

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

2012-09-24 Thread Wangpan
Thanks for your attention! - disk full # I believe there is enough space, because I have tried to boot serveral instances after this error with the same image, they are all booted successfully. - permission issues# Not this reason, too. explain as above. I still believe this is a

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

2012-09-24 Thread Wangpan
qemu-img check -f qcow2 test.qcow2 No errors were found on the image. 2012-09-24 Wangpan 发件人:Razique Mahroua 发送时间:2012-09-24 16:30 主题:Re: Re: [Openstack] [Nova] Got 'qemu-img: error while writing sector 634880: Input/output error' in _create_image 收件人:Wangpanhzwang...@corp.netease.com

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

2012-09-24 Thread Razique Mahroua
hi,what about aqemu-img check -f qcow2 test.qcow2 Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 24 sept. 2012 à 10:19, "Wangpan"hzwang...@corp.netease.com a écrit :Thanks for your attention!- disk full # I believe there is enough space, because I have tried to boot serveral

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

2012-09-24 Thread Razique Mahroua
Here is what I foundhttp://comments.gmane.org/gmane.comp.emulators.qemu/153254http://osdir.com/ml/qemu-devel/2012-05/msg04234.htmlWhat do you think ? Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 24 sept. 2012 à 10:43, Wangpan hzwang...@corp.netease.com a écrit :qemu-img check -f qcow2

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

2012-09-24 Thread Boris Filippov
Your instance directory is shared between compute nodes? Similar issue was fixed for folsom-rc1 https://review.openstack.org/#/c/12024/ https://bugs.launchpad.net/nova/+bug/1014227 2012/9/24 Razique Mahroua razique.mahr...@gmail.com Here is what I found

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

2012-09-24 Thread Scott Moser
On Mon, 24 Sep 2012, Wangpan wrote: Thanks for your attention! - disk full # I believe there is enough space, because I have tried to boot serveral instances after this error with the same image, they are all booted successfully. - permission issues# Not this reason, too.

[Openstack] n-api installation problem with devstack (on centos)

2012-09-24 Thread Mauch, Viktor (SCC)
Hi, I have a problem with the installation of n-api (via devstack) on CentOS 6.3. I get the following error message during installation: 2012-09-24 15:11:55 DEBUG nova.wsgi [-] Loading app ec2 from /etc/nova/api-paste.ini from (pid=12486) load_app /opt/stack/nova/nova/wsgi.py:371 2012-09-24

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

2012-09-24 Thread Adam Young
Role is grouped in the collection under the Tenant, with the userid in the members attribute for that role. On 09/24/2012 03:18 AM, ?? wrote: Openstack services need user account with 'admin' role. But I could not figure out how FreeIPA propagate 'role' into Keystone. That's why I'm

[Openstack] Tracking OpenStack adoption / Discussion at Summit

2012-09-24 Thread Stefano Maffulli
Hello folks, One of the objectives of the OpenStack Foundation is to Make OpenStack the ubiquitous cloud operating system. In order to reach that objective the Foundation needs to understand more about the usage of the OpenStack software. Until now we've been counting downloads from

Re: [Openstack] Keystone: Get user/tenant by name returning full list

2012-09-24 Thread boden
Defect created: https://bugs.launchpad.net/keystone/+bug/1055763 Thanks On 9/21/2012 2:18 PM, Dolph Mathews wrote: I'm not aware that this was ever implemented during essex (it was available in diablo) -- definitely worth opening a bug! -Dolph On Fri, Sep 21, 2012 at 11:15 AM, boden

[Openstack] Ubuntu Cloud Archive information

2012-09-24 Thread Sam Morrison
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 eg.[1]. So trying to figure out where to submit bugs for these and also where the sources

Re: [Openstack] Ubuntu Cloud Archive information

2012-09-24 Thread Matt Joyce
https://launchpad.net/~openstack-ubuntu-testing Maybe? On Mon, Sep 24, 2012 at 4:39 PM, Sam Morrison sorri...@gmail.com 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.

Re: [Openstack] Ubuntu Cloud Archive information

2012-09-24 Thread Chuck Short
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 eg.[1]. So trying to figure out where to

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

2012-09-24 Thread Wangpan
Thanks for your clue. yes, the occured condition of my issue is the same as BUG 1014227, but the difference is that my instance directory is NOT shared between compute nodes, the instances' images are saved in local disk on compute nodes. I believe the bug Boris found may occur in NOT shared

Re: [Openstack] Ubuntu Cloud Archive information

2012-09-24 Thread Sam Morrison
On 25/09/2012, at 11:38 AM, Chuck Short chuck.sh...@canonical.com wrote: You are doing it in the right place, please submit any bugs that you find in launchpad. OK great, so I just treat them as normal ubuntu packages. Doe anyone know anything about these packages? What do you want

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

2012-09-24 Thread 邱剑
Thanks. Adam. Is there any way to configure FreeIPA LDAP to have this structure? Many thanks. On Sep 24, 2012, at 11:10 PM, Adam Young wrote: Role is grouped in the collection under the Tenant, with the userid in the members attribute for that role. On 09/24/2012 03:18 AM, 邱剑 wrote:

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #633

2012-09-24 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/633/Project:quantal_folsom_nova_trunkDate of build:Mon, 24 Sep 2012 07:00:34 -0400Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #634

2012-09-24 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/634/Project:quantal_folsom_nova_trunkDate of build:Mon, 24 Sep 2012 13:30:34 -0400Build duration:4 min 17 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_glance_trunk #180

2012-09-24 Thread openstack-testing-bot
at 20120924

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_trunk #635

2012-09-24 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/635/Project:quantal_folsom_nova_trunkDate of build:Mon, 24 Sep 2012 16:03:34 -0400Build duration:4 min 57 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_glance_trunk #181

2012-09-24 Thread openstack-testing-bot
Title: quantal_folsom_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_trunk/181/Project:quantal_folsom_glance_trunkDate of build:Mon, 24 Sep 2012 16:55:31 -0400Build duration:8 min 26 secBuild cause:Started by user adamBuilt