Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-18 Thread Jake G.
OK after some fiddling I managed to configure Cinder to use my NFS server instead of the default local LVM partition. I used this doc.  http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/NFS-driver.html Thanks From: Jake G.

[Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Hi All, Wondering how to configure Openstack so that all images are stored on NFS storage instead of the default /var/lib/glance/images. Is this as simple as mounting the NFS store to the /var/lib/glance/images directory? Thanks! Jake___ Mailing

Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Blair Bethwaite
On 18 July 2013 16:21, Jake G. dj_dark_jungl...@yahoo.com wrote: Wondering how to configure Openstack so that all images are stored on NFS storage instead of the default /var/lib/glance/images. Is this as simple as mounting the NFS store to the /var/lib/glance/images directory? Yep. --

Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Nothing this configure in a config file somewhere like cinder?  Just double checking. Thanks! From: Blair Bethwaite blair.bethwa...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent:

Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread John Bresnahan
Nothing this configure in a config file somewhere like cinder? Just double checking. in glance-api.conf look set the option filesystem_store_datadir to the location where you want the data stored. For example: $ grep filesystem_store_datadir glance-api.conf filesystem_store_datadir =

[Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Hi All, Wondering how to setup Nova to storage all instances on a NFS server?  Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ directory? Thanks! Jake___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread laserjetyang
yes, so NFS won't achieve good performance On Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Hi All, Wondering how to setup Nova to storage all instances on a NFS server? Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ directory? Thanks!

Re: [Openstack] can one user in multiple tenants?

2013-07-18 Thread Peter Cheung
I understand now, the tenant is keystone user-get is the default tenant ID. User can have many roles in different tenant.But we don't have a command to list out all roles among all tenant for a specific user. take a look this screen:http://peter.kingofcoders.com/?p=779 Date: Thu, 18 Jul 2013

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thats fine.  Do I have to modify any config files? From: laserjetyang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Thursday, July 18, 2013 5:02 PM Subject: Re: [Openstack]

[Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
Hi All, I figured this would be the easiest part, but seems not to be. So creating an instance and booting from a CentOS installation disk doesn't work the way I imagined,  How would you create the image template to use to deploy instances of CentOS 6.4? The specs are below: OS: CentOS 6.4

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thanks!I saw that link but its for live migration not setting up NFS storage for nova.I just simply mounted my NFS store to /var/lib/nova/instances and that worked.From: Razique Mahroua razique.mahr...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: laserjetyang

Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Eoghan Glynn
Hey Jobin, Thanks for your perceptive question. The reason is that the conduits for gathering CPU metering and memory metering are quite different in ceilometer currently: * cpu/cpu_util are derived by polling the libvirt daemon * memory is derived from the compute.instance.exists

[Openstack] Improved browser-based access to Swift

2013-07-18 Thread Koert van der Veer
We've been offering public object store services for roughly half a year now. In the past few months, we received a wide range of responses from our customers. Tech-savvy customers are very happy with this offering, and quite a few are busy migrating their existing storage solutions to our object

Re: [Openstack] Keystone client auth plugins

2013-07-18 Thread Adam Young
On 07/18/2013 12:33 AM, Alessio Ababilov wrote: Hi, Chmouel! I have seen your commit https://review.openstack.org/#/c/36427/2 introducing auth plugins to keystone client. I have developed a common API client library that already has auth plugin mechanism found in novaclient. The library

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Brian Schott
Did this work for you? http://docs.openstack.org/trunk/openstack-image/content/centos-image.html - Brian Schott, CTO Nimbis Services, Inc. brian.sch...@nimbisservices.com ph: 443-274-6064 fx: 443-274-6060 On Jul 18, 2013, at 5:28 AM, Jake G.

Re: [Openstack] tenant Id and user ID

2013-07-18 Thread Nirlay Kundu
I am a similar question. I am trying to create an image using RDO. When I do this, it is asking for username glance image-create --name Fedora 19 x86_64 --disk-format qcow2 --container-format bare --is-public true --copy-from http://cloud.fedoraproject.org/fedora-19.x86_64.qcow2 You must

Re: [Openstack] Improved browser-based access to Swift

2013-07-18 Thread John Dickinson
Those both sound pretty cool. If you submit a patch (via gerrit) to the https://github.com/openstack/swift/blob/master/doc/source/associated_projects.rst document, then you can have these projects listed on http://docs.openstack.org/developer/swift/associated_projects.html --John On Jul

[Openstack] Grizzly requirements

2013-07-18 Thread comiqadze
Hi, all. After a month of messing around with Grizzly installation, I came to the beginning - requirements. I have Ubuntu 12.04 LTS, 64 bit, on my three machines, each with 4 gb ram, one 250 gb hard drive, one NIC. Since I don't have another physical NIC, I added the virtual one, so that I

Re: [Openstack] tenant Id and user ID

2013-07-18 Thread Peter Cheung
hi, you need 4 variables export OS_USERNAME=adminexport OS_PASSWORD=123456export OS_TENANT_NAME=adminexport OS_AUTH_URL=http://localhost:5000/v2.0/ Thanksfrom Peter From: nir...@hotmail.com To: mcheun...@hotmail.com; openstack@lists.launchpad.net Subject: RE: [Openstack] tenant Id and user ID

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
I saw that but I don't have virt-manager on my compute node. Is it ok to install it? On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote: Did this work for you? http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Jobin Raju George
Thanks a lot Eoghan for your detailed response. I have enabled instance usage auditing in my nova.conf http://pastebin.ubuntu.com/5887592/. Is there anyway I could get these meters(memory and disk utilization) for VM's provisioned using OpenStack? Thanks for your efforts. On Thu, Jul 18, 2013

Re: [Openstack] Improved browser-based access to Swift

2013-07-18 Thread Chmouel Boudjnah
On Thu, Jul 18, 2013 at 2:20 PM, Koert van der Veer ko...@cloudvps.com wrote: Both middleware projects are released under the Apache 2.0 licence, and can be found on our github page: https://github.com/CloudVPS/better-staticweb https://github.com/CloudVPS/swift-basicauth Nice! You probably

Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Eoghan Glynn
Hi Jobin, The memory utilization metering will require a new release of libvirt which will not be available for another few weeks. After that, it will depend on there being developer bandwidth available to put the ceilometer support in place for a new meter type. We have no current plans that

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Staicu Gabriel
Yes it's ok. Or you can use another computer with virt-manager installed which supports running windows virtual machines on it. In other words another computer with cpu with virtualization feature + kvm + virt-manager. If you use the option with another computer you will have to copy the

Re: [Openstack] can one user in multiple tenants?

2013-07-18 Thread Adam Young
The CLI keystone user-role-list should be returning that, so long as you don't filter by tenant. From an API perspective, you would call /users/{user_id}/roles http://docs.openstack.org/developer/keystone/api_curl_examples.html#get-users-user-id-roles On 07/18/2013 04:04 AM, Peter Cheung

[Openstack] 回覆: can one user in multiple tenants?

2013-07-18 Thread mcheung63
thanks Adam Peter. 原有訊息 由: Adam Young ayo...@redhat.com 日期: 2013-07-18 23:50 (GMT+08:00) 至: Peter Cheung mcheun...@hotmail.com 抄送: openstack@lists.launchpad.net 主題: Re: [Openstack] can one user in multiple tenants? The CLI keystone user-role-list should be returning that, so

Re: [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-18 Thread thingee
On Wed, Jul 17, 2013 at 8:09 AM, Duncan Thomas duncan.tho...@gmail.comwrote: Hi Everybody I'd like to propose Ollie Leahy for cinder core. He has been doing plenty of reviews and bug fixes, provided useful and tasteful negative reviews (something often of far higher value than a +1) and has

Re: [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-18 Thread John Griffith
On Thu, Jul 18, 2013 at 10:30 AM, thingee thin...@gmail.com wrote: On Wed, Jul 17, 2013 at 8:09 AM, Duncan Thomas duncan.tho...@gmail.comwrote: Hi Everybody I'd like to propose Ollie Leahy for cinder core. He has been doing plenty of reviews and bug fixes, provided useful and tasteful

Re: [Openstack] [Savanna] Savanna 0.2 is released!

2013-07-18 Thread Sergey Lukjanov
JFYI Savanna Dashboard is already available at PYPI as savanna-dashboard. Big thanks for OpenStack Infra guys for help! Sincerely yours, Sergey Lukjanov Savanna Technical Lead Mirantis Inc. On Jul 16, 2013, at 2:14, Sergey Lukjanov slukja...@mirantis.com wrote: Hello everyone, I'm very

[Openstack] Havana-2 development milestone available

2013-07-18 Thread Thierry Carrez
Hi everyone, The second milestone of the Havana development cycle, havana-2 is now available for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer, and Heat. In the last 7 weeks, more than 100 features were added and more than 650 bugs fixed. You can see the full list of new features

[Openstack] Grizzly Bear

2013-07-18 Thread comiqadze
Hi, all. Will the system work, if I have virtual network interface card instead of the physical for controller, network and compute nodes on Openstack Grizzly? So on Controller node in interfaces file I have: # Management Network auto eth0 iface eth0 inet static address 192.168.0.1

Re: [Openstack] Havana-2 development milestone available

2013-07-18 Thread Michael Basnight
On Jul 18, 2013, at 12:05 PM, Thierry Carrez wrote: Hi everyone, The second milestone of the Havana development cycle, havana-2 is now available for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer, and Heat. In the last 7 weeks, more than 100 features were added and more than

[Openstack] glance: Invalid Openstack Identity Credentials

2013-07-18 Thread Matt Davis
Hello all, I'm working on a deployment script to install and configure my OpenStack services and I'm getting a strange result with glance. It's surely a bug with my script messing up a config file line, but I can't interpret the glance and keystone logs to track the issue down. Here's the use

[Openstack] Cinder iscsi

2013-07-18 Thread Remo Mattei
Hello everyone I was reading the code of cinder and I want to check if this is correct 1 vm will get a instruction to mount the drive using the iscsi 2 on the back end I can have any time of drive type net app,emc etc. 3 once the vm has mount the drive it goes direct Thanks Remo

Re: [Openstack] Cinder iscsi

2013-07-18 Thread John Griffith
On Thu, Jul 18, 2013 at 4:55 PM, Remo Mattei r...@mattei.org wrote: Hello everyone I was reading the code of cinder and I want to check if this is correct 1 vm will get a instruction to mount the drive using the iscsi It's actually more like the compute node gets the iSCSI attach, and the

Re: [Openstack] [HEAT] orchestration on multiple external Cloud providers

2013-07-18 Thread Steve Baker
On 07/11/2013 10:04 PM, Geoffroy wrote: I am trying to use Heat as an provisioning tool on multiple Cloud providers, lets say HpCloud and Rackspace. I got local keystone, heat-api and heat-engine servers. My scenario is: if i submit a template with 2 compute instances, i want them to be

Re: [Openstack] Improved browser-based access to Swift

2013-07-18 Thread Morten Møller Riis
Nice. Just looked through the code. Would like to add this to our solution but it seems to be hardcoded to keystone (we use swauth). I might look into getting it working with swauth though - would be a nice addition. Thanks for sharing! Mvh / Best regards Morten Møller Riis Gigahost ApS

Re: [Openstack] Memory meters from ceilometer

2013-07-18 Thread Jobin Raju George
Thanks Eoghan for your detailed response regarding the current scenario and progress related to this project. Had been investigating about this for while since they had been documented here in the official ceilometer measurements

[Openstack] Cannot Associate floating IP to Instance

2013-07-18 Thread Jake G.
HI All! Jake again, I am unable to assign a floating ip address to my instance with the error: Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b.  Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f

[Openstack] Delete orphaned floating ip

2013-07-18 Thread Jake G.
Hi all, I have a orphaned floating IP I am unable to delete. # nova floating-ip-list +-+-+--++ | Ip              | Instance Id | Fixed Ip | Pool           | +-+-+--++ | 192.168.100.133 | None  

Re: [Openstack] Delete orphaned floating ip

2013-07-18 Thread laserjetyang
I will do it by entering database On Fri, Jul 19, 2013 at 1:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Hi all, I have a orphaned floating IP I am unable to delete. # nova floating-ip-list +-+-+--++ | Ip | Instance Id

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #628

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/628/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 03:01:18 -0400Build duration:6 min 16 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #476

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/476/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 03:32:42 -0400Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #46

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/46/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 05:01:15 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #47

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/47/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 06:31:33 -0400Build duration:6 min 15 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #190

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/190/Project:precise_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 07:04:06 -0400Build duration:7 min 48 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_neutron_trunk #48

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/48/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 06:39:06 -0400Build duration:34 minBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #171

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/171/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 07:07:44 -0400Build duration:18 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #630

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/630/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 08:10:11 -0400Build duration:11 minBuild cause:Started by user Chuck ShortBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #172

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/172/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 09:46:45 -0400Build duration:6 min 12 secBuild cause:Started by user Chuck

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #173

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/173/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 12:12:39 -0400Build duration:5 min 40 secBuild cause:Started by user Chuck

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #477

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/477/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 12:31:32 -0400Build duration:1 hr 12 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #631

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/631/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 12:31:25 -0400Build duration:1 hr 13 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #22579

2013-07-18 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/22579/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe :

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #479

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/479/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 16:03:21 -0400Build duration:44 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/633/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 16:01:38 -0400Build duration:53 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #191

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/191/Project:precise_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 18:03:21 -0400Build duration:3 min 5 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #175

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/175/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 18 Jul 2013 18:06:30 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/634/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 18:03:10 -0400Build duration:7 min 30 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #480

2013-07-18 Thread openstack-testing-bot
at 20130718

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_neutron_trunk #49

2013-07-18 Thread openstack-testing-bot
/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poConsole Output[...truncated 17851 lines...]Finished at 20130718

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

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/635/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 19:06:59 -0400Build duration:22 minBuild cause:Started by an SCM changeStarted by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #481

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/481/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 19:08:07 -0400Build duration:40 minBuild cause:Started by an SCM changeStarted by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #636

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/636/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 20:03:16 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #482

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/482/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 20:03:16 -0400Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_keystone_trunk #172

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/172/Project:precise_havana_keystone_trunkDate of build:Thu, 18 Jul 2013 18:24:10 -0400Build duration:2 hr 19 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #483

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/483/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:02:01 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #637

2013-07-18 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/637/Project:precise_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:02:01 -0400Build duration:4 min 26 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #484

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/484/Project:saucy_havana_nova_trunkDate of build:Thu, 18 Jul 2013 21:31:47 -0400Build duration:5 min 48 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_neutron_trunk #50

2013-07-18 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/50/Project:saucy_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 23:01:15 -0400Build duration:22 minBuild cause:Started by an SCM changeBuilt