Re: [Openstack] which API can do these?

2013-07-11 Thread Peter Cheung
Hi AnneIf I modify the flavor, the vm doesn't take effect immediately. So how can i add more cpu to a running instance? Thanksfrom Peter From: a...@openstack.org Date: Tue, 9 Jul 2013 11:23:14 -0500 Subject: Re: [Openstack] which API can do these? To: mcheun...@hotmail.com CC:

Re: [Openstack] [Cinder] FilterScheduler not handling multi-backend

2013-07-11 Thread Jérôme Gallard
Hi, Did you specified in your cinder.conf the volume_backend_name for each backend section? Example: [backend1] ... volume_backend_name=... Maybe this can help you: http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/multi_backend.html Regards, Jérôme On Mon, Jul 8, 2013

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

2013-07-11 Thread Geoffroy
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 distributed on each providers. It's a little

[Openstack] ceilometer and instance snapshots/glance images

2013-07-11 Thread Anshul Gangwar
I have created instance snapshot. When I am listing them through ceilometer API call, then I am getting userId: null for them. I remember I used to get userId(who have created that snapshot) in response but I am not getting it now. Is there any change in behaviour? or there is any extra

Re: [Openstack] ring building absolut drive names

2013-07-11 Thread Axel Christiansen
Thanks. Thats nice. So mounting via UUID ensures right drive-mount-point mapping. Am 10.07.13 18:23, schrieb 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

[Openstack] nova-api-os-compute missing in archive.gplhost.com/debian

2013-07-11 Thread Axel Christiansen
Hi. I am using these repos to setup nova on a debian 7. Looks like the grizzly package nova-api-os-compute is missing and therefore breaks dependency. deb http://archive.gplhost.com/debian grizzly main deb http://archive.gplhost.com/debian grizzly-backports main Was looking a little around.

Re: [Openstack] which API can do these?

2013-07-11 Thread Peter Cheung
I double checked the cpu hotplug for kvm, website said it has a lot of bugs and removed from mainstream. Thanksfrom Peter From: mcheun...@hotmail.com To: a...@openstack.org Date: Thu, 11 Jul 2013 15:54:01 +0800 CC: openstack@lists.launchpad.net Subject: Re: [Openstack] which API can do these?

[Openstack] Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
I am trying to query ceilometer using openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor meters of VM's running on KVM. I am able to get the CPU meters via curl on the command line but unfortunately I don't find good documentation for the SDK's for ceilometer. I have seen this

Re: [Openstack] user cannot change there own password

2013-07-11 Thread Julie Pichon
Hi John, val john valjohn1...@gmail.com wrote: 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 In addition to the link

Re: [Openstack] [Swift] Breakpoint resume with tempurl

2013-07-11 Thread John Dickinson
Swift supports Range requests, so you are able to make a GET request with the Range header starting with the first byte you didn't fetch the first time. --John On Jul 10, 2013, at 8:10 PM, Jonathan Lu jojokur...@gmail.com wrote: Hi, all stackers, I have realized downloading large

[Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Endre Karlson
I think Luis can answer that? -- Videresendt melding -- Fra: Jobin Raju George jobin...@gmail.com Dato: 11. juli 2013 14:38 Emne: [Openstack] Documentation for openstack-java-sdk Til: openstack lista openstack@lists.launchpad.net Kopi: I am trying to query ceilometer using

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
Surely Luis can help you, I've used openstack-java-sdk in one of my projects, and this is the example Luis gave to me private static final File TEST_FILE = new File(pom.xml); private static final String KEYSTONE_AUTH_URL = https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;; private

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
Thanks a log, Gui! This helps but would be more useful if you could point me to some *ceilometer-specific *guides/examples. On Thu, Jul 11, 2013 at 8:25 PM, Gui Maluf guimal...@gmail.com wrote: Surely Luis can help you, I've used openstack-java-sdk in one of my projects, and this is the

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
I know nothing about ceilometer. I think the best thing is to checkout the classes on github and make a lot of tests. Probably to functioning of objects and methods are the same in ceilometer. CHeckout the methods and try to workout with it. :) Good luck! On Thu, Jul 11, 2013 at 11:59 AM, Jobin

[Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Hi there, I need to delete subnet and net and then create new ones. I type command: quantum net-delete xxx quantum subnet-delete xxx But: Unable to complete operation on network 2b4be3e0-213f-45af-8a84-933f4f73e3c2. There are one or more ports still in use on the network. and: Unable to

Re: [Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread Robert van Leeuwen
Hi there, I need to delete subnet and net and then create new ones. I type command: quantum net-delete xxx quantum subnet-delete xxx I've seen some IP's never released after the virtual machine is destroyed. If you are absolutely sure they are not in use I usually just manually remove them

Re: [Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Hi, thank you Robert, Sorry, but there is another issue now: When I'm trying to associate floating-ip, according to the following link,: http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html it gives different errors, depending on the current tenant. When the

Re: [Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread Robert van Leeuwen
On 11 jul. 2013, at 20:43, comiqadze co...@yandex.ru wrote: Hi, thank you Robert, Sorry, but there is another issue now: When I'm trying to associate floating-ip, according to the following link,: http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html it

[Openstack] Assign an admin role to an user in keystone

2013-07-11 Thread Narayanan, Krishnaprasad
Hallo all, Can somebody tell me how to assign an admin role to an user in keystone in OpenStack ESSEX? If I have to get the VM details using the nova api, what are the input credentials that I need to pass for getting the information? Thanks Krishnaprasad

Re: [Openstack] Assign an admin role to an user in keystone

2013-07-11 Thread Simon Marchuk
Hi, There are 2 options for you. When you don't have any user you can pass a header X-Auth-Token: $ADMIN_TOKEN where $ADMIN_TOKEN is admin token configured in your keystone.conf. Then you can create any users and set the roles for them using keystone api. It's described here: Manage users:

[Openstack] faile scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
hi, I used packstack to make a two node openstack deployment with quantum(vlan) on Scientific linux 6. I configured EPEL using: rpm -Uvh http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm I upgraded the dnsmasq using: yum install

Re: [Openstack] VM do not get ip when use quantum

2013-07-11 Thread Arindam Choudhury
Hi, I had the same problem. I found a solution in RDO Openstack forum. link: http://openstack.redhat.com/forum/discussion/comment/561#Comment_561 1) stop quantum services and remove ports from ovs. # ovs-vsctl del-port br-int x # ovs-vsctl del-port br-ext x It's cleaned up as: #

[Openstack] Please post: Gluster Community Day in Portland – July 23

2013-07-11 Thread John Mark Walker
We have an amazing community day coming up in Portland, ORhttp://glusterday-pdx.eventbrite.com/, on July 23. If you’re in town for OSCON, swing by – we’ll be at the Mission Theater, which is close to the MAX for easy access. Here are just a few of the highlights: - Theron Conrey will talk

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am getting these errors in compute node: 2013-07-11T23:22:12Z|00301|bridge|INFO|bridge br-int: added interface qvo891434de-33 on port 5 2013-07-11T23:22:12Z|00302|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex device failed: Device or resource busy

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Haitao Jiang
Arindam My guess is that you have these errors on CentOS? Did you set veth to True in the .ini? I am having the same errors and still looking for some solution. Haitao On Thu, Jul 11, 2013 at 4:28 PM, Arindam Choudhury arin...@live.com wrote: I am getting these errors in compute node:

[Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Zippy Zeppoli
Hello, I apologize if this email causes some kind of subjective ruckus, but frankly I don't care (sorry etiquette) since it will resolve a reasonable question that isn't clearly answered on the web. Why did openstack choose ceph and not glusterfs. There doesn't seem to be a lot of (good)

Re: [Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Tom Fifield
Hi, Community Manager here - just confirming - OpenStack has not chosen Ceph. Not sure where that information is coming from - got a blog link so we can fix any confusion? :) Regards, Tom On 12/07/13 10:23, Zippy Zeppoli wrote: Hello, I apologize if this email causes some kind of

Re: [Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread John Griffith
On Thu, Jul 11, 2013 at 6:27 PM, Tom Fifield t...@openstack.org wrote: Hi, Community Manager here - just confirming - OpenStack has not chosen Ceph. Not sure where that information is coming from - got a blog link so we can fix any confusion? :) Regards, Tom On 12/07/13 10:23, Zippy

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am on scientific Linux. I have set veth to true. doing that masked the error from quantum logs but it still can be found in openvswitch logs. --- Original Message --- From: Haitao Jiang jianghai...@gmail.com Sent: July 12, 2013 2:16 AM To: Arindam Choudhury arin...@live.com Cc: openstack

Re: [Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Haomai Wang
Hi, I think the information OpenStack choose Ceph is from Ceph community, we can often heard about correlative talks from Ceph community and blogs. There is a illusion that OpenStack decide to choose Ceph as backend. Best regards, Haomai Wang, UnitedStack Inc. 在 2013-7-12,上午8:32,John

Re: [Openstack] Exception during message handling on Cinder

2013-07-11 Thread Mahardhika
Hi, i have check that . my current topology is like this : controller(run cinder, ip : 10.10.10.10) - switch - compute node (ip : 10.10.10.30) i used iscsitarget (ietadm), here my cinder.config /[DEFAULT]/ /# LOG/STATE/ /verbose = True/ /debug = False/ /iet_conf =

Re: [Openstack] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
Okay, thanks Gui! Lets see how things go, but still I'm awaiting a little help with respect to the documentation and examples :/ On Thu, Jul 11, 2013 at 8:31 PM, Gui Maluf guimal...@gmail.com wrote: I know nothing about ceilometer. I think the best thing is to checkout the classes on github

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/229/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 07:31:14 -0400Build duration:5 min 13 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/205/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 07:31:16 -0400Build duration:5 min 47 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/230/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 08:01:24 -0400Build duration:8 min 1 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/206/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 08:02:20 -0400Build duration:8 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/9/Project:saucy_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 09:01:22 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_cinder_trunk #231

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/231/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 09:30:35 -0400Build duration:4 min 57 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_cinder_trunk #207

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/207/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 09:30:40 -0400Build duration:6 min 2 secBuild cause:Started by user James PageBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/162/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 10:01:30 -0400Build duration:5 min 13 secBuild cause:Started by an SCM

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/144/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 10:01:23 -0400Build duration:5 min 40 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-neutronclient_trunk #2

2013-07-11 Thread openstack-testing-bot
...]Finished at 20130711-1109Build needed 00:00:52, 2852k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jul

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

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

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/163/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 13:31:14 -0400Build duration:2 min 15 secBuild cause:Started by an SCM

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

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

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/405/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 14:01:30 -0400Build duration:7 min 17 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/146/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 14:31:26 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/164/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 14:32:18 -0400Build duration:1 min 56 secBuild cause:Started by an SCM

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

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

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

2013-07-11 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 #117

2013-07-11 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 #406

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

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/165/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 19:01:21 -0400Build duration:1 min 16 secBuild cause:Started by an SCM

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

2013-07-11 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_nova_trunk #565

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/565/Project:precise_havana_nova_trunkDate of build:Thu, 11 Jul 2013 19:31:19 -0400Build duration:3 min 20 secBuild cause:Started by an SCM changeBuilt

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

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

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/11/Project:saucy_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 20:01:22 -0400Build duration:42 secBuild cause:Started by an SCM changeBuilt

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

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

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

2013-07-11 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 #119

2013-07-11 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_keystone_trunk #155

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/155/Project:precise_havana_keystone_trunkDate of build:Thu, 11 Jul 2013 21:36:12 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt

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

2013-07-11 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_nova_trunk #566

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

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/408/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 22:01:38 -0400Build duration:5 min 6 secBuild cause:Started by an SCM changeBuilt

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

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

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

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/12/Project:saucy_havana_neutron_trunkDate of build:Fri, 12 Jul 2013 01:01:15 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt