Re: [Openstack] [Quantum OVS] How to bi-direction communicate between VM instances and old LAN network(s)

2013-05-23 Thread Chu Duc Minh
Thanks Ashok Kumaran, I follow your link, but when i associate a Floating IP in new_Ext_net to an instance, Horizon throw an error: *Error: *External network 4a7f4ca5-a787-4f64-8a4b-22a11f9b55f7 is not reachable from subnet 9c921f72-a60e-4eae-b53f-f3eff3218627. Therefore, cannot associate Port

Re: [Openstack] DHCP problem in grizzly

2013-05-23 Thread Thomas Kärgel
Hi, the bug report is open and can be viewed at: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2013q2/007212.html I used some of your logs in order to add more details to my description. Hopefully someone can help us solving this issue. Best regards thomas Am 22.05.2013 17:05,

Re: [Openstack] [Quantum OVS] How to bi-direction communicate between VM instances and old LAN network(s)

2013-05-23 Thread 钟生平
You should also perform the following commands: quantum router-gateway-set id_of_project_router old_lan5 At 2013-05-23 15:21:10,Chu Duc Minh chu.ducm...@gmail.com wrote: Thanks Ashok Kumaran, I follow your link, but when i associate a Floating IP in new_Ext_net to an instance, Horizon throw an

[Openstack] [vCenter/ESXi] disk flavor is unapplied.

2013-05-23 Thread Ito, Norihiro
Hi, I'm evaluating vmware configuration with VCDriver on grizzly now. I can create instances using vmdk image on glance. But any instance not seem to apply disk flavor. I vaguely remember that when I once used kvm config with folsom, the disk of specified size and /dev/vdb were created. How can

Re: [Openstack] DHCP problem in grizzly

2013-05-23 Thread Thomas Kärgel
Hi, can somebody help to gather the desired informations? Since I'm not able to reproduce our problem i cannot answer Simons questions: The above mechanism is working fine in most cases. But lately there were a few reports (4 afaik) that this mechanism is not working entirely reliable.

[Openstack] Nova Compute Errors

2013-05-23 Thread Trinath Somanchi
Hi Stackers- I have installed nova-compute from the source code, with command, python setup.py install. Also, configured the configuration files. When I start the nova-compute service, I get the following issues. 2013-05-23 14:37:27 3124 AUDIT nova.service [-] Starting compute node (version

Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Razique Mahroua
Did you run an upgrade?try maybe :$nova-manage db sync(make a backup first)regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 23 mai 2013 à 11:19, Trinath Somanchi trinath.soman...@gmail.com a écrit :Hi Stackers-I have installed nova-compute from the source code,

Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Rahul Sharma
Hi Trinath, I don't know how you have landed to this situation, mostly would be because of upgrade. What had happened is that in *Nova* databases's *instances*table, column *availability_zones* is not present(was there in earlier releases). You might be having the latest database and old

Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Rahul Sharma
Correction: the table_name is services not instances. -Regards Rahul On Thu, May 23, 2013 at 3:45 PM, Rahul Sharma rahulsharma...@gmail.comwrote: Hi Trinath, I don't know how you have landed to this situation, mostly would be because of upgrade. What had happened is that in *Nova*

Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Trinath Somanchi
Hi Rahul- In that case, I feel the source code from apt-get install and the once got from GIT are different. How to get the code base similar to that of the apt-get install code base from GIT. Any guidelines for the same. thanking you for the help. - Trinath On Thu, May 23, 2013 at 4:32 PM,

Re: [Openstack] Nova Compute Errors

2013-05-23 Thread Rahul Sharma
Hi Trinath, Try the stable grizzly branch: https://github.com/openstack/nova/tree/stable/grizzly -Regards Rahul On Thu, May 23, 2013 at 4:46 PM, Trinath Somanchi trinath.soman...@gmail.com wrote: Hi Rahul- In that case, I feel the source code from apt-get install and the once got from

[Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Nikhil Mittal
Hi, I am able to successfully spawn VMs on my single-node Grizzly setup on Ubuntu 13.04. I can ping from one VM to another VM. But i can't ping the internal router interface which resides on the same subnet as the VMs. I have not yet configured external network and gateway this router. NOTE: I

[Openstack] Fwd: Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Endre Karlson
Have you checked your config for the agent and eventually /var/log/quantum/l3-agent.log or what the log file is called again ? Endre 2013/5/23 Nikhil Mittal mittalnik...@gmail.com Hi, I am able to successfully spawn VMs on my single-node Grizzly setup on Ubuntu 13.04. I can ping from one VM

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Nikhil Mittal
The /etc/quantum/l3-agent.ini file seems all correct. I didn't make any changes to it except the following line: interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver Rest is default. -Nikhil On Thu, May 23, 2013 at 5:09 PM, Endre Karlson endre.karl...@gmail.comwrote: Have you

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Ashok Kumaran
Since you have a single node installation , for connecting to the VM's from the base host you won't need router/l3 stuffs.if its not happening then you might need to check the secgroup rules. Coming back to your question. Does the ifconfig shows internal router interface ip ? have you added the

Re: [Openstack] DHCP problem in grizzly

2013-05-23 Thread Marco Colombo
Hi Thomas, here you can find some logs required by dnsmasq devs. http://paste.openstack.org/show/37668/ For this answer, Maybe release a DHCP lease on an old host, and then see if it can get a lease back again? : When the problem appears, the VM can't get lease back. Should you have any further

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Salvatore Orlando
On 23 May 2013 13:15, Ashok Kumaran ashokkumara...@gmail.com wrote: Since you have a single node installation , for connecting to the VM's from the base host you won't need router/l3 stuffs.if its not happening then you might need to check the secgroup rules. This is true only if you're

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Ashok Kumaran
Thanks Salv for the crystal clear explanation . Sorry my context was based on without namespaces scenario . I did not think from namespaces point of view . Regards Ashok Sent from my iPhone On 23-May-2013, at 7:52 PM, Salvatore Orlando sorla...@nicira.com wrote: On 23 May 2013 13:15, Ashok

Re: [Openstack] DHCP problem in grizzly

2013-05-23 Thread Thomas Kärgel
Hi, thank you very much, Marco. I posted your logs on dnsmasq-mailing-list and will report back when i receive an answer. Best regards Thomas Am 23.05.2013 15:06, schrieb Marco Colombo: Hi Thomas, here you can find some logs required by dnsmasq devs. http://paste.openstack.org/show/37668/

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Nikhil Mittal
Hi, The command ip netns exec qrouter-fd907599-60a2-4efa-9c7e-65fb8c8b0f77 ip addr shows: 1: lo: LOOPBACK mtu 65536 qdisc noop state DOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 So only one interface is shown which is also DOWN. BTW, I had changed the default security setting to

Re: [Openstack] Quantum Agents and Reporting State

2013-05-23 Thread Craig E. Ward
I found new RPMs, generated just yesterday (May 22). I upgraded using them and the problem persists. The packages were: openstack-quantum-2013.1.1-3.el6.noarch 82 k openstack-quantum-linuxbridge-2013.1.1-3.el6.noarch 147 k

[Openstack] fixed_range='' results in critical error when starting nova-network

2013-05-23 Thread Justin Chiu
Hello all, I am trying to resolve a critical error when fixed_range='' is specified in nova.conf. The error is resolved if I set fixed_range manually, i.e. fixed_range= 10.0.0.0/24 VM launching via Horizon and guest networking is fully operational with the above fix. Similar error but

[Openstack] [OSSA 2013-013] Keystone client local information disclosure (CVE-2013-2013)

2013-05-23 Thread Jeremy Stanley
OpenStack Security Advisory: 2013-013 CVE: CVE-2013-2013 Date: May 23, 2013 Title: Keystone client local information disclosure Reporter: Jake Dahn (Nebula) Products: python-keystoneclient Affects: All versions Description: Jake Dahn from Nebula reported a vulnerability that the keystone client

[Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-23 Thread Liu Wenmao
Hello: I have a network with a subnet, I want create a VM with one NIC connected with this subnet, with one or two extra NIC left, because I want to do some more things such as intrusion protection I wonder is it possible to create a VM with more NICs than its connected network?

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-23 Thread Istimsak Abdulbasir
Are you saying the the VM sees two virtual NICs or two physical NICs? Istimsak Abdulbasir change is good On Thu, May 23, 2013 at 11:18 PM, Liu Wenmao marvel...@gmail.com wrote: Hello: I have a network with a subnet, I want create a VM with one NIC connected with this subnet, with one or

Re: [Openstack] Router internal interface is DOWN (Grizzly with Quantum)

2013-05-23 Thread Nikhil Mittal
I also noticed one more thing: everytime i run the command below, it shows me only dhcp elated entry. I manually enter the router entry each time. Could this point to the issue I am facing ? = root@osk-team:~# ip netns list qdhcp-52df3dd6-76f6-4036-855d-7f81d2b440b9

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-novaclient_trunk #34

2013-05-23 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 #205

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/205/Project:precise_havana_nova_trunkDate of build:Thu, 23 May 2013 04:00:23 -0400Build duration:3 min 16 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/206/Project:precise_havana_nova_trunkDate of build:Thu, 23 May 2013 04:30:24 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 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_glance_trunk #52

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/52/Project:precise_havana_glance_trunkDate of build:Thu, 23 May 2013 07:00:22 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #23

2013-05-23 Thread openstack-testing-bot
at 20130523

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

2013-05-23 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_ceilometer_trunk #74

2013-05-23 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_python-ceilometerclient_trunk #18

2013-05-23 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_python-ceilometerclient_trunk #18

2013-05-23 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 #59

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/59/Project:precise_havana_keystone_trunkDate of build:Thu, 23 May 2013 11:30:23 -0400Build duration:2 min 0 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 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 #25

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/25/Project:saucy_havana_keystone_trunkDate of build:Thu, 23 May 2013 11:31:31 -0400Build duration:2 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-novaclient_trunk #35

2013-05-23 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 #60

2013-05-23 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 #26

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/26/Project:saucy_havana_keystone_trunkDate of build:Thu, 23 May 2013 12:30:23 -0400Build duration:2 min 36 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/207/Project:precise_havana_nova_trunkDate of build:Thu, 23 May 2013 12:30:24 -0400Build duration:3 min 42 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #1007

2013-05-23 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/1007/Project:precise_grizzly_nova_trunkDate of build:Thu, 23 May 2013 14:35:18 -0400Build duration:10 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #1016

2013-05-23 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/1016/Project:raring_grizzly_nova_trunkDate of build:Thu, 23 May 2013 15:20:00 -0400Build duration:11 minBuild cause:Started by user Adam GandelmanBuilt

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

2013-05-23 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 #27

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/27/Project:saucy_havana_keystone_trunkDate of build:Thu, 23 May 2013 15:30:23 -0400Build duration:2 min 41 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_keystone_stable #106

2013-05-23 Thread openstack-testing-bot
Title: precise_folsom_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_stable/106/Project:precise_folsom_keystone_stableDate of build:Thu, 23 May 2013 16:00:23 -0400Build duration:2 min 32 secBuild cause:Started by an SCM

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

2013-05-23 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: quantal_folsom_keystone_stable #117

2013-05-23 Thread openstack-testing-bot
Title: quantal_folsom_keystone_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_stable/117/Project:quantal_folsom_keystone_stableDate of build:Thu, 23 May 2013 16:00:23 -0400Build duration:6 min 19 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_keystone_stable #107

2013-05-23 Thread openstack-testing-bot
Title: precise_folsom_keystone_stable General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_stable/107/Project:precise_folsom_keystone_stableDate of build:Thu, 23 May 2013 16:17:38 -0400Build duration:4 min 28 secBuild cause:Started by user Adam

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

2013-05-23 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 #210

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/210/Project:precise_havana_nova_trunkDate of build:Thu, 23 May 2013 16:41:41 -0400Build duration:4 min 37 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 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_horizon_trunk #50

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/50/Project:precise_havana_horizon_trunkDate of build:Thu, 23 May 2013 17:30:26 -0400Build duration:2 min 18 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #145

2013-05-23 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 #62

2013-05-23 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 #211

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/211/Project:precise_havana_nova_trunkDate of build:Thu, 23 May 2013 19:00:25 -0400Build duration:3 min 41 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 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 #29

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/29/Project:saucy_havana_keystone_trunkDate of build:Thu, 23 May 2013 19:30:23 -0400Build duration:2 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #24

2013-05-23 Thread openstack-testing-bot
at 20130523-1934Build needed

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #53

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/53/Project:precise_havana_glance_trunkDate of build:Thu, 23 May 2013 19:31:28 -0400Build duration:3 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #147

2013-05-23 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 #64

2013-05-23 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 #31

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/31/Project:saucy_havana_keystone_trunkDate of build:Thu, 23 May 2013 22:30:23 -0400Build duration:2 min 5 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/53/Project:saucy_havana_cinder_trunkDate of build:Thu, 23 May 2013 23:00:23 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt

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

2013-05-23 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/212/Project:precise_havana_nova_trunkDate of build:Fri, 24 May 2013 01:30:24 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt