Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-17 Thread Jake G.
Hi all! So finally seemed to get openstack up and running using the RDO method. Still a few issues with instances but overall seems to be working. I tried Devstack but I kept getting an error during the installation which I couldn't get past. Heat is pretty neat but will not work with any

[Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Hi All, Having an issue where after an new instance is created successfully via the UI and boots to linux installation ISO, the installer errors out because there are no available hard disks to install the OS on. How can I troubleshoot and resolve this? Thanks!

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Haiming Yang
diskless VM? On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Hi All, Having an issue where after an new instance is created successfully via the UI and boots to linux installation ISO, the installer errors out because there are no available hard disks to install

[Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Hi All, Every time I type a command from the CLI it requires me to enter a username(--os-username) and password(--os-password) . Anyway to prevent having to enter these everytime? Thanks, Jake___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Consume AMQP Notifications with no Method

2013-07-17 Thread Trinath Somanchi
Hi - Can any one help me on this ... On Tue, Jul 16, 2013 at 8:56 PM, Trinath Somanchi trinath.soman...@gmail.com wrote: Hi Stackers- In openstack nova or Quantum I to get the Notification messages from the notifications.info queue which have no Method in the json message. When I try

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
use env vars. export OS_PASSWORD=password export OS_USERNAME=user export OS_TENANT_NAME=project export OS_AUTH_URL=url:8770/v2.0 On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: Hi All, Every time I type a command from the CLI it requires me to enter a

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah.  The details show there should be a 40GB disk there but there actually isn't. From: Haiming Yang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013

Re: [Openstack] BAREMETAL: Unable to launch the instance due to No valid host was found

2013-07-17 Thread K, Shanthakumar
Hi Arata, Thanks for your response. Issue has been resolved, it's because thebm1 not vaild nova-compute node hostname. When you creating/enroll the baremetal HW the hostname should be nova-compute host name. But I have other issue, while launching the instance. I have only one physical node

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
What should the OS_AUTH_URL look like?| From: andrews...@gmail.com andrews...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013 3:23 PM Subject: Re: [Openstack] CLI

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:19 PM, Jake G. wrote: Hi All, Every time I type a command from the CLI it requires me to enter a username(--os-username) and password(--os-password) . Anyway to prevent having to enter these everytime? See [1] Set environment variables [1]

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
Should be something similar to: http://(url or ip):8770/v2.0 On Jul 17, 2013 2:29 AM, Jake G. dj_dark_jungl...@yahoo.com wrote: What should the OS_AUTH_URL look like?| -- *From:* andrews...@gmail.com andrews...@gmail.com *To:* Jake G.

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread andrews...@gmail.com
Hubcap coming through with the docs... Go with the url he referenced which will tell you what all the possible environment variables are. On Jul 17, 2013 2:31 AM, andrews...@gmail.com andrews...@gmail.com wrote: Should be something similar to: http://(url or ip):8770/v2.0 On Jul 17, 2013 2:29

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova credentials What should the default credentials be or is there a place this is stored? From: andrews...@gmail.com andrews...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc:

[Openstack] Openstack Grizzly using Ubuntu 12.04 version - Cinder gives error while creating volumes

2013-07-17 Thread raghavendra.lad
Hi – I have installed the Openstack Grizzly using Ubuntu 12.04 version. I find in the status field “Error” when I try to create a volume using the dashboard. I would be interested to know when you create Firewall security rules TCP is accepted for 22 and 22. When I try for ICMP port range 8 and

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:39 PM, Jake G. wrote: OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova credentials What should the default credentials be or is there a place this is stored? If you are using devstack you should be able to source ~/devstack/openrc, and it

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Using RDO Packstack  From: Michael Basnight mbasni...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: andrews...@gmail.com andrews...@gmail.com; openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013 3:48 PM Subject:

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 template to begin with. From: Haiming Yang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent:

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Haiming Yang
I would suggest you to create a VM not using iso, and by some template to make sure your logic works. On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Yeah i am using the default m1.medium. -- *From:* Haiming Yang

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
try to follow this link to upload an image to your glance, and the create instance based on this image. http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/images-verifying-install.html On Wed, Jul 17, 2013 at 2:50 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Dont have

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Michael Basnight
On Jul 16, 2013, at 11:48 PM, Jake G. wrote: Using RDO Packstack From http://openstack.redhat.com/Quickstart Once the process is complete, you can log in to the OpenStack web interface Horizon by going tohttp://$YOURIP/dashboard. The username is admin. The password can be found in the file

Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Got it! Forgot about that file.  Thank you very much ! From: Michael Basnight mbasni...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: andrews...@gmail.com andrews...@gmail.com; openstack@lists.launchpad.net openstack@lists.launchpad.net Sent:

[Openstack] I18n's meeting tomorrow

2013-07-17 Thread Ying Chun Guo
Hi, There is OpenStack I18n team meeting at 0100UTC on Thursday in IRC channel #openstack-meeting. The time, we use Asia/America friendly time. Welcome to join the meeting. We will cover following topics this time:  Action items from the last meeting  Progress with Japanese doc

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Any other suggestions?  Where should the HDD file of the instance exist on the server? Can I confirm its there or not? Thanks! From: laserjetyang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
the file should be in /var/nova/instance or somewhere similar to store your VM files. On Wed, Jul 17, 2013 at 3:06 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Any other suggestions? Where should the HDD file of the instance exist on the server? Can I confirm its there or not? Thanks!

[Openstack] [Swift] Is it possible to use tempauth and tempurl together?

2013-07-17 Thread Jonathan Lu
Hi, all stackers, Can I use the tempauth and tempurl at the same time? I will set a long tempauth timeout time for internal service and a short tempurl timeout for the ohters? My proxy-server.conf is quite easy: [pipeline:main] pipeline = healthcheck cache tempurl tempauth

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
After looking at the linvirt.xml file for the instance I notice there is not a device for HDD only for a cdrom. CDROM: disk type=file device=cdrom       driver name=qemu type=qcow2 cache=none/       source file=/var/lib/nova/instances/instance ID/disk/       target bus=ide dev=hda/ /disk I

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah i am using the default m1.medium. From: Haiming Yang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Sent: Wednesday, July 17, 2013 3:34 PM Subject: Re: [Openstack] [Grizzly]

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
No i am saying the code for a HDD device is not in the libvirt.xml only cdrom From: Marten Vijn i...@martenvijn.nl To: Jake G. dj_dark_jungl...@yahoo.com Sent: Wednesday, July 17, 2013 5:20 PM Subject: Re: [Openstack] [Grizzly] Instance has no

[Openstack] InstanceResourceQuota‏

2013-07-17 Thread claudio marques
Hi Stackers. Does anyone knows were I can get info about resizing flavors and instances? I saw on this link https://wiki.openstack.org/wiki/InstanceResourceQuota some options for example nova-manage flavor set_key --name m1.small --key quota:cpu_quota --value 5000nova-manage flavor set_key

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Haiming Yang
can you check the flavor you are using? On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote: Yeah. The details show there should be a 40GB disk there but there actually isn't. -- *From:* Haiming Yang laserjety...@gmail.com *To:* Jake

Re: [Openstack] [Swift] Is it possible to use tempauth and tempurl together?

2013-07-17 Thread Clay Gerrard
Yes tempurl and and tempauth are tessted together, your pipeline looks good. allow_overrides = false in the tempauth section could cause this, but it's default is true. Are you creating the tempurl's with bin/swift-temp-url ??? clayg@swift:~$ swift post -m temp-url-key:asdf clayg@swift:~$

[Openstack] Huge spikes in get_instance_nw_info in grizzly

2013-07-17 Thread Sam Morrison
Hi, We have recently upgraded to grizzly and we have started seeing huge spikes on our network queue. Our network queue sits on about 1 message per second usually but we get spikes of 200m/s every so often. These spikes are all due to the message get_instance_nw_info. We're pretty sure this

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
In my understanding, the iso in the template is for liveCD style, so there is no hard drive file created. On Wednesday, July 17, 2013, Jake G. wrote: No i am saying the code for a HDD device is not in the libvirt.xml only cdrom -- *From:* Marten Vijn

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

2013-07-17 Thread Jake G.
Hi all! I am unable to create a volume bigger than 10GB or a combinatino of volumes totaling bigger than 10GB. I have 1TB of space to use. Any ideas?  ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Makes a little sence but, If this is the case then how do you create your first instance and install a OS on it? From: laserjetyang laserjety...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net

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

2013-07-17 Thread Jake G.
Here is my LVM partition for cinder:   --- Physical volume ---   PV Name               /dev/loop0   VG Name               cinder-volumes   PV Size               20.00 GiB / not usable 4.00 MiB   Allocatable           yes    PE Size               4.00 MiB   Total PE              5119   Free PE    

[Openstack] Issues after installing Quantum

2013-07-17 Thread Cunningham, Richard
Hello, I followed the guide provided by RS (http://goo.gl/2gpuh ) and when I got to adding Quantum\Neutron I'm plagued with errors in my Nova logs, http://pastebin.com/XK1jx9WR and whenever I run a Quantum command, I get [Errno 111] Connection refused and no matter what I click whilst in

Re: [Openstack] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-17 Thread Gabe Wong
Thanks Chmoue. Unfortunately I don't see any contact info on the site. Don't know if Stefano Maffulli is still involved with communications. I had also asked Michael J Fork, the author of https://wiki.openstack.org/wiki/RelatedProjects, but got no response. Regards -Original

Re: [Openstack] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-17 Thread Chmouel Boudjnah
Hi Gabe, On 17 Jul 2013, at 15:41, Gabe Wong gabri...@ngasi.com wrote: Thanks Chmoue. Unfortunately I don't see any contact info on the site. Don't know if Stefano Maffulli is still involved with communications. I had also asked Michael J Fork, the author of

Re: [Openstack] Issues after installing Quantum

2013-07-17 Thread Cunningham, Richard
Interestingly, reran the chef-client which went through and did it's thing... and now it's working, confusing. From: Openstack [mailto:openstack-bounces+richard.cunningham=jcdecaux.co...@lists.launchpad.net] On Behalf Of Cunningham, Richard Sent: 17 July 2013 14:33 To:

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

2013-07-17 Thread Duncan Thomas
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 joined in various design discussions. Thanks -- Duncan Thomas Cinder Core, HP

[Openstack] Minutes from the Technical Committee meeting (July 16)

2013-07-17 Thread Thierry Carrez
The OpenStack Technical Committee (TC) met in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * The TripleO effort was accepted as a Program, with the following mission statement: Develop and maintain tooling and infrastructure able to deploy

Re: [Openstack] InstanceResourceQuota‏

2013-07-17 Thread Matt Riedemann
Does nova flavor-create work for you? [root@rhel62 ~]# nova help flavor-create usage: nova flavor-create [--ephemeral ephemeral] [--swap swap] [--rxtx-factor factor] [--is-public is-public] name id ram disk vcpus Create a new flavor

[Openstack] First release of Elasticluster is out!

2013-07-17 Thread Antonio Messina
The Grid Computing Competence Center (GC3) is pleased to announce release 1.0.0 of Elasticluster. Do you need... * an Hadoop cluster with preconfigured HDFS ? * a ready-to-go HPC cluster based on different flavours of workload manager like SLURM, SGE, PBS ? * test distributed filesystems like

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

2013-07-17 Thread Avishay Traeger
-1 I'm sorry to do that, and it really has nothing to do with Ollie or his work (which I appreciate very much). The main reason is that right now Cinder core has 8 members: 1. Avishay Traeger (IBM) 2. Duncan Thomas (HP) 3. Eric Harney (RedHat) 4. Huang Zhiteng (Intel) 5. John Griffith

Re: [Openstack] Future of this General Mailing list

2013-07-17 Thread Stefano Maffulli
Here is a much needed update on this project, migrate this list from Launchpad to lists.openstack.org with all the others. My apologies for this project taking so long: it's a fairly complex project. Paul Hummer volunteered to help. What needs to happen is to get from Launchpad the list of

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

2013-07-17 Thread John Griffith
On Wed, Jul 17, 2013 at 12:19 PM, Avishay Traeger avis...@il.ibm.comwrote: -1 I'm sorry to do that, and it really has nothing to do with Ollie or his work (which I appreciate very much). The main reason is that right now Cinder core has 8 members: 1. Avishay Traeger (IBM) 2. Duncan Thomas

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

2013-07-17 Thread Sean Dague
On 07/17/2013 02:35 PM, John Griffith wrote: snip Just to point out a few things here, first off there is no guideline that states a company affiliation should have anything to do with the decision on voting somebody as core. I have ABSOLUTELY NO concern about representation of company

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

2013-07-17 Thread Vladimir Popovski
I’m not a core member anymore, but I completely agree with John. The company affiliation should not be the reason to deny somebody’s promotion to the core team. If core members from the particular company will try to influence the project development in the wrong way – it will be a completely

Re: [Openstack] Future of this General Mailing list

2013-07-17 Thread Frans Thamura
Stefano Which mailing list replace this general? F On Jul 18, 2013 1:33 AM, Stefano Maffulli stef...@openstack.org wrote: Here is a much needed update on this project, migrate this list from Launchpad to lists.openstack.org with all the others. My apologies for this project taking so long:

Re: [Openstack] Future of this General Mailing list

2013-07-17 Thread Stefano Maffulli
On 07/17/2013 02:29 PM, Frans Thamura wrote: Which mailing list replace this general? the plan is to move all mailing lists to our mailman server on http://lists.openstack.org. The last mailing list hosted on Launchpad is this one, openstack@lists.launchpad.net. We're working to move

Re: [Openstack] Cinder Storage Server Statistics

2013-07-17 Thread Ray Sun
John, Thanks. I will look into that extension today. The requirement is ​ ​as an administrator, I want to know how many real resources I have in my cloud pool. If we don't have such interface in client side, I would be a contributor to add the code in cinder client. Best Regards -- Ray On Wed,

Re: [Openstack] Cinder Storage Server Statistics

2013-07-17 Thread John Griffith
Understood, and completely agree. I'll look at opening a bug to get this and run it by you when I have a patch to make sure we're meeting your needs here. On Wed, Jul 17, 2013 at 5:04 PM, Ray Sun xiaoq...@gmail.com wrote: John, Thanks. I will look into that extension today. The requirement

Re: [Openstack] nova client support for restore from soft delete ?

2013-07-17 Thread Yufang Zhang
Hi guys, I have submitted a patch for this issue. Just FYI. https://review.openstack.org/#/c/34870/ 2013/1/31 Hanyu Xiao hanyu.x...@eayun.com Hi guys: As I know, soft-delete an instance only power off the instance and then mark the db state to soft-delete. you can use `nova start ` to

Re: [Openstack] InstanceResourceQuota

2013-07-17 Thread Dharmit Shah
Hello Claudio, On Wed, Jul 17, 2013 at 1:58 PM, claudio marques mrqss_...@hotmail.com wrote: Hi Stackers. Does anyone knows were I can get info about resizing flavors and instances? To resize an instance you can use nova resize which is again python-novaclient as Matt suggested in his reply

[Openstack] tenant Id and user ID

2013-07-17 Thread Peter Cheung
hi all when i keystone user-role-list, why i need to pass tenantId and userId to horizon to get the user role list? Suppose the command will list out all roles for all users. 192.168.100.170.47363-192.168.100.170.35357: GET

[Openstack] can one user in multiple tenants?

2013-07-17 Thread Peter Cheung
Hi all 1) can one user in multiple tenants? I think yes, but when i keystone user-get, i can see only one tenant field.2) how can i assign another tenant to a specific user? which command can do that? Thanksfrom Peter

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

2013-07-17 Thread Adam Young
On 07/18/2013 12:12 AM, Peter Cheung wrote: Hi all 1) can one user in multiple tenants? I think yes, but when i keystone user-get, i can see only one tenant field. User has a role assignemnt. The default role is Member, and they can have this role in multiple tenants. You are seeing the

[Openstack] Keystone client auth plugins

2013-07-17 Thread Alessio Ababilov
Hi, Chmouel! I have seen your commit https://review.openstack.org/#/c/36427/2introducing auth plugins to keystone client. I have developed a common API client library that already has auth plugin mechanism found in novaclient. The library can be used in keystone, nova, and glance clients, and

[Openstack] Location VM files

2013-07-17 Thread Jobin Raju George
Hey! I was wondering where the files of a particular virtual machine are stored. If I am right, then they should be stored in the image from which I booted them, right? If they are stored in the image from which I boot the virtual machine, then I am not getting new images when I am creating a

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #39

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/39/Project:precise_havana_neutron_trunkDate of build:Wed, 17 Jul 2013 02:02:44 -0400Build duration:1 min 55 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/40/Project:saucy_havana_neutron_trunkDate of build:Wed, 17 Jul 2013 02:01:24 -0400Build duration:4 min 5 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #131

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/131/Project:saucy_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 02:34:28 -0400Build duration:5 min 54 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #166

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/166/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 02:39:38 -0400Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/614/Project:precise_havana_nova_trunkDate of build:Wed, 17 Jul 2013 02:41:45 -0400Build duration:6 min 55 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/461/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 04:33:52 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/616/Project:precise_havana_nova_trunkDate of build:Wed, 17 Jul 2013 05:01:35 -0400Build duration:5 min 16 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/41/Project:saucy_havana_neutron_trunkDate of build:Wed, 17 Jul 2013 05:31:37 -0400Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/617/Project:precise_havana_nova_trunkDate of build:Wed, 17 Jul 2013 05:32:35 -0400Build duration:5 min 9 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/463/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 05:31:37 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/465/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 06:34:05 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/167/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 17 Jul 2013 09:01:28 -0400Build duration:2 min 11 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/466/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 09:32:18 -0400Build duration:12 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/168/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 17 Jul 2013 10:02:48 -0400Build duration:6 min 27 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #132

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/132/Project:saucy_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 11:31:35 -0400Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #167

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/167/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 11:31:33 -0400Build duration:2 min 0 secBuild cause:Started by an SCM changeBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/469/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 12:31:23 -0400Build duration:6 min 35 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_keystone_trunk #133

2013-07-17 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/133/Project:saucy_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 13:23:49 -0400Build duration:8 min 46 secBuild cause:Started by user Chuck ShortBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/624/Project:precise_havana_nova_trunkDate of build:Wed, 17 Jul 2013 16:39:08 -0400Build duration:5 min 19 secBuild cause:Started by user Chuck ShortBuilt

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

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/627/Project:precise_havana_nova_trunkDate of build:Wed, 17 Jul 2013 19:31:21 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #43

2013-07-17 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/43/Project:precise_havana_neutron_trunkDate of build:Thu, 18 Jul 2013 00:31:27 -0400Build duration:1 min 53 secBuild cause:Started by an SCM changeBuilt

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

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