[Openstack] GPG passphrase

2013-07-10 Thread Jobin Raju George
Hey! I am trying to get the meters from ceilometer programmatically using java with the help of the SDK's provided by openstack. While trying to execute the command mvn clean install or mvn clean install assembly:assembly, it is asking me for a gpg passphrase. Which passphrase is it talking

[Openstack] Quantum (Grizzly) setup on Fedora18 - VM doesnot receive an IP address

2013-07-10 Thread Gopi Krishna B
We are unable to get an IP address when a VM gets launched and the below DHCP error is observed in the Dashboard logs The setup in done on Fedora 18 using Openstack Grizzly. Its a 2 node setup, with Network+ Controller node having 3 NIC's, and Compute node having 2 NIC's. Tried configuring

[Openstack] Swift tempurl

2013-07-10 Thread Morten Møller Riis
I'm having trouble getting tempurl to work. I set the X-Account-Meta-Temp-Url-Key metadata on the account. And a GET request shows it's set correctly. I've enabled it on the proxy server in /etc/swift/proxy-server.conf: [DEFAULT] bind_port = 8080 workers = 8 user = swift [pipeline:main]

[Openstack] email notification in openstack

2013-07-10 Thread val john
Hi guys , Im new to openstack , i have setuped the cloud setup with two compute and one controller nodes , is there any way to send e-mail notification to project admin , when users launching a instance . Please advice Thank you ___ Mailing list:

Re: [Openstack] I need your help to install Quantum Rest Proxy.

2013-07-10 Thread Julio Carlos Barrera Juez
Hi lyonggyu. We are integrating our OpenNaaS project [1] with OpenStack in i2cat Foundation [2] in the the context of Mantychore project [3]. We want OpenNaaS to be the network provider of OpenStack to deploy dynamic cloud environments easily. To achieve this goal, we use 'Big Switch, Floodlight

[Openstack] OpenStack I18n team meeting tomorrow

2013-07-10 Thread Ying Chun Guo
Hi, There is OpenStack I18n team meeting at 0700UTC on Thursday in IRC channel #openstack-meeting. The time, we use Europe/India/Asia friendly time. Welcome to join the meeting. We will cover following topics this time:  Action items from the last meeting  Release of document

[Openstack] ring building absolut drive names

2013-07-10 Thread Axel Christiansen
Hello List, does one has to use the real device names in ring-building, like: swift-ring-builder account.builder add z5-10.0.6.204:6002/sda4 100 Here it is sda4. Can one use the partition UUID value or the mount point? What if a drive has a fialure and a reboot of the system is done with this

Re: [Openstack] email notification in openstack

2013-07-10 Thread val john
Hi guys is this feature available in Folsom Thank You John On 10 July 2013 14:53, Razique Mahroua razique.mahr...@nuage-and-co.frwrote: +1 I'd like to know that as well :) interesting feature *Razique Mahroua** - **Nuage Co* razique.mahr...@gmail.com Tel : +33 9 72 37 94 15 Le 10

[Openstack] Exception during message handling on Cinder

2013-07-10 Thread Mahardhika
Hi, i've got this Error message in cinder-volume.log ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd. ERROR [cinder.volume.manager] volume volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed ERROR

Re: [Openstack] I need your help to install Quantum Rest Proxy.

2013-07-10 Thread Julio Carlos Barrera Juez
Hi Yonggyu. In OpenStack Grizzly release, the Quantum Rest Proxy plugin is bundled in the installation packages. We use OpenStack Ubuntu packages as described OpenStack documentation [1]. In our machine, the plugin is located in '/usr/share/pyshared/quantum/plugins/bigswitch/plugin.py'. Please,

Re: [Openstack] email notification in openstack

2013-07-10 Thread Julien Danjou
On Wed, Jul 10 2013, val john wrote: Im new to openstack , i have setuped the cloud setup with two compute and one controller nodes , is there any way to send e-mail notification to project admin , when users launching a instance . There's no such feature, but you could rely on Nova

Re: [Openstack] Exception during message handling on Cinder

2013-07-10 Thread claudio marques
Hi I also found a problem a while a go with creating or managing volumes. After some research I could solve it by doing the following: vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py remove line 388 385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,386

[Openstack] Can grizzly quantum usinig in Folsom openstack

2013-07-10 Thread 冯凯
Hi, Does the grizzly version quantum can use in the folsom openstack. Thank you Best regards! Tristran. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Can grizzly quantum usinig in Folsom openstack

2013-07-10 Thread 冯凯
Hi,Gray Thanks for your reply , in the folsom , the nova.conf should set the firewall_driver='firewall=nova.virt.libvirt.firewall.IptablesFirewallDriver' , but in grizzly the nova.conf need set the firewall_driver='NoopfirewallDriver' to use quantum. I will tryed it again. Regards

Re: [Openstack] Ansible playbooks for OpenStack

2013-07-10 Thread Jay Pipes
On 07/10/2013 08:09 AM, Daniel P. Berrange wrote: On Mon, Jul 08, 2013 at 10:02:59AM -0500, Timothy Gerla wrote: Hi everyone, I wanted to share this with the group in the hopes that we could get some feedback. We've built a set of Ansible playbooks to install configure a full OpenStack

Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-10 Thread Yaguang Tang
Here is a wiki about this feature, https://wiki.openstack.org/wiki/InstanceResourceQuota you can set CPU, disk IO consume policy, network traffic bandwidth for specified flavor. so the instance of that flavor can only consume under controlled physical resource.

Re: [Openstack] Quantum (Grizzly) setup on Fedora18 - VM doesnot receive an IP address

2013-07-10 Thread Gopi Krishna B
Resending the mail, as wrong dashboard logs were posted in the prev question... We are unable to get an IP address when a VM gets launched and the below DHCP error is observed in the Dashboard logs The setup in done on Fedora 18 using Openstack Grizzly. Its a 2 node setup, with Network+

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

2013-07-10 Thread Gabe Wong
Re: Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage Hi all, Lots of work has been done to Caimito. In addition to bug fixes: - Faster request handling. - Better handling of files with spaces and other characters. Thanks to everyone who have contributed. Of course the

Re: [Openstack] ring building absolut drive names

2013-07-10 Thread Samuel Merritt
On 7/10/13 2:25 AM, Axel Christiansen wrote: Hello List, does one has to use the real device names in ring-building, like: swift-ring-builder account.builder add z5-10.0.6.204:6002/sda4 100 Here it is sda4. Can one use the partition UUID value or the mount point? It's really a mount point,

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-10 Thread Haitao Jiang
Aaron I followed instructions in http://n40lab.wordpress.com/2013/06/03/centos-6-4-openvswitch-installation/ on my compute node as a test. Restarted OVS, but still see the same error in the ovs-vswitchd.log. This is what I have kmod-openvswitch.x86_64 1.10.0-1.el6

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-10 Thread Aaron Rosen
You should follow the instructions here: http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=INSTALL;h=5589fe7dd7203308bbec27a562cb9899d218577a;hb=a4fff9cc390b69bde1257b414212505a72c4b450 On Wed, Jul 10, 2013 at 10:27 AM, Haitao Jiang jianghai...@gmail.comwrote: Aaron I

Re: [Openstack] Swift tempurl

2013-07-10 Thread Shrinand Javadekar
I had a similar problem. See [1]. The fix was to add delay_auth_decision = 1 in the proxy-server.conf [filter:authtoken] ... delay_auth_decision = 1 -Shri [1] https://answers.launchpad.net/swift/+question/225614 On Wed, Jul 10, 2013 at 4:43 AM, Morten Møller Riis m...@gigahost.dk wrote: I've

[Openstack] [openstack][Neutron] Allocating fixed and floating IPs from the same subnet

2013-07-10 Thread Cristian Tomoiaga
Hello everyone, I was wondering if it is a good idea to allocate IPs either fixed or floating from the same subnet (external , routable IPs). My use case is something like this: A tenant needs to have direct access to the external network (no NAT) and if he chooses to use a load balancer he

[Openstack] New mailing lists in Italian, Spanish, Vietnamese

2013-07-10 Thread Stefano Maffulli
Hello there, We've setup three new mailing lists in non-English languages. You can discuss OpenStack-related issues in Spanish, Vietnamese, Italian subscribing at the addresses below: Spanish http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-es Vietnamese

Re: [Openstack] Nova API to get VMs belonging to other users / tenants

2013-07-10 Thread Narayanan, Krishnaprasad
Hi Brent, I am running OpenStack ESSEX in my cloud. If it is possible, can you tell me the steps to assign an admin role to a user in keystone. Do I have to change anything in the policy.json related to the servers API? Currently I use this API for getting the servers details -

[Openstack] qemu in Grizzly Ubuntu Cloud Archive?

2013-07-10 Thread Samuel Winchenbach
Hi All, Does anyone know if there is a reason that qemu = 1.3.0 is not in the Grizzly Ubuntu Cloud Archive? Do you see any reason that I shouldn't install the qemu 1.5.0 packages (for havana) manually for a grizzly install? I would really like to have the zero-downtime snapshot capability

Re: [Openstack] Swift tempurl

2013-07-10 Thread Morten Møller Riis
I use swauth, and thus authtoken is not present in my pipeline. This might be why I'm seeing the problem actually. Mvh / Best regards Morten Møller Riis Gigahost ApS m...@gigahost.dk On Jul 11, 2013, at 4:04 AM, Shrinand Javadekar shrin...@maginatics.com wrote: I had a similar problem. See

Re: [Openstack] Swift tempurl

2013-07-10 Thread Morten Møller Riis
This turned out to be a known issue with swath. I upgraded to a newer version and the problem was resolved :) Mvh / Best regards Morten Møller Riis Gigahost ApS m...@gigahost.dk On Jul 11, 2013, at 10:52 AM, Morten Møller Riis m...@gigahost.dk wrote: I use swauth, and thus authtoken is not

[Openstack] VM do not get ip when use quantum

2013-07-10 Thread jt628910
hi all: OS : rhel6.4 openstack version:Gizzly install quantum with doc :http://docs.openstack.org/grizzly/openstack-network/admin/content/ service quantum-l3-agent status quantum-l3-agent dead,but pid exit In dashboard ,when i add a instance , it show that this instance have added a ip

[Openstack] [Swift] Breakpoint resume with tempurl

2013-07-10 Thread Jonathan Lu
Hi, all stackers, I have realized downloading large object with tempurl middle-wareand want to support break-point resume. Has anyone got the experience of fulfilling break-point resume with tempurl in Swift? Thanks, Jonathan Lu ___ Mailing

[Openstack] user cannot change there own password

2013-07-10 Thread val john
Hi.. guys im running simple openstack cloud with 2 compute nodes im manually creating user accounts for users. but seems like users cant change there own password . im using Openstack folsom release , Please advice Thank You John ___ Mailing list:

Re: [Openstack] user cannot change there own password

2013-07-10 Thread Ray Sun
Yes, but there's already implemented in latest code. See here: http://www.sebastien-han.fr/blog/2013/06/17/some-horizon-enhancements/ Best Regards -- Ray On Thu, Jul 11, 2013 at 12:25 PM, val john valjohn1...@gmail.com wrote: Hi.. guys im running simple openstack cloud with 2 compute nodes

Re: [Openstack] Exception during message handling on Cinder

2013-07-10 Thread Mahardhika
Hi, i've got it work when creating volume, but i can't attach to instance. error log from nova-compute : /Stderr: 'iscsiadm: No session found.\n'/ i have run : iscsiadm -m node -o show and it show it's values On 7/10/2013 6:08 PM, claudio marques wrote: Hi I also found a problem a while a go

Re: [Openstack] Exception during message handling on Cinder

2013-07-10 Thread Hameedullah Khan
Please check your iscsi_ip_address. If that is not the issue can you please share more information? What iscsi implementation are you using? Are you using tgt or iscsitarget? Can you show your cinder.conf On Thu, Jul 11, 2013 at 8:57 AM, Mahardhika mahardika.gil...@andalabs.comwrote: Hi,

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #35

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/35/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 02:01:12 -0400Build duration:10 secBuild cause:Started

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #36

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/36/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 02:31:12 -0400Build duration:0.54 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #226

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/226/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 03:01:15 -0400Build duration:4 min 29 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #202

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/202/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 03:01:15 -0400Build duration:4 min 59 secBuild cause:Started by an SCM changeBuilt

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

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

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/393/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 04:31:15 -0400Build duration:3 min 52 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/552/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 05:31:15 -0400Build duration:2 min 59 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/394/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 05:31:16 -0400Build duration:4 min 2 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #227

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/227/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 07:31:25 -0400Build duration:9 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #203

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/203/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 07:32:15 -0400Build duration:9 min 14 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/555/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 08:32:19 -0400Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/397/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 08:31:15 -0400Build duration:5 min 32 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/160/Project:precise_havana_ceilometer_trunkDate of build:Wed, 10 Jul 2013 10:03:19 -0400Build duration:8 min 57 secBuild cause:Started by an SCM

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

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

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

2013-07-10 Thread openstack-testing-bot
at 20130710-1105Build needed 02:32:04, 10204k disc spaceERROR:root:Error occurred during package

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

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

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/8/Project:saucy_havana_neutron_trunkDate of build:Wed, 10 Jul 2013 11:31:27 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_stable #1039

2013-07-10 Thread openstack-testing-bot
at 20130710-1517Build needed 00:09:50, 122116k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d

[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_keystone_trunk #115

2013-07-10 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #228

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/228/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 18:31:14 -0400Build duration:7 min 15 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/401/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 18:32:20 -0400Build duration:6 min 37 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #204

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/204/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 18:31:16 -0400Build duration:9 min 24 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/559/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 18:38:31 -0400Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

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

2013-07-10 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

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

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

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

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

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/403/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 22:01:16 -0400Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt

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

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/143/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 10 Jul 2013 23:31:15 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt