[Openstack] How to add an item in the list of instance Openstack!!!

2012-11-08 Thread 蒋平
Hi sir, I have made several intances,for example: "admin,ps-15,bbb,192.168.0.4,m1.small-2GBmem-1VCPU-10GBdisk,Active,None,Running,edit instance".I want to add an item,such as 'Resize Flavor' in list when you press the arrow button on the right of 'edit instance'. I have set the msgid and msgstr

[Openstack] [Cinder] Cinder snapshots

2012-11-08 Thread Avishay Traeger
Hi all, I had a few questions about snapshot support in Cinder: 1) a. Why is a snapshot a fundamentally different entity than a volume? b. Is it because some back-ends don't support the same set of operations on snapshots? c. Is this what the snapshot-to-volume operation was meant to

[Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Hello Stackers ! I am currently trying to create pictures of my OpenStack deployment architecture as a part of my OpenStack Folsom install guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst and i would like to ask a

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-08 Thread Kevin Jackson
Thanks for that - the namspace thing is starting to make sense. So I see this rule in there now: Chain quantum-l3-agent-PREROUTING (1 references) pkts bytes target prot opt in out source destination 62 3720 DNAT tcp -- * * 0.0.0.0/0 169.254.169.254 tcp

[Openstack] [Folsom] Horizon not working

2012-11-08 Thread Emilio García
Hello there, I am having the exact same problem! Any fix? On Fri, Nov 2, 2012 at 10:45 AM, Raja Gajju gajjuraja [at] yahoo wrote: Hi all, I am totally new to Folsom and just wanted to get into it. I followed installation instructions from this guide :

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-08 Thread Stephen Gran
Hi, On Thu, 2012-11-08 at 10:02 +, Kevin Jackson wrote: Thanks for that - the namspace thing is starting to make sense. So I see this rule in there now: Chain quantum-l3-agent-PREROUTING (1 references) pkts bytes target prot opt in out source destination 62

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Shengjie_Min
Thanks Julien, I will write up a blueprint soon. Shengjie -Original Message- From: Julien Danjou [mailto:jul...@danjou.info] Sent: 07 November 2012 18:12 To: Min, Shengjie Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer -

[Openstack] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Skible OpenStack
Hi to all ! I am using Quantum with Tunneling and this is my /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini [OVS] tenant_network_type = gre tunnel_id_ranges = 1:1000 integration_bridge = br-int tunnel_bridge = br-tun local_ip = 100.10.10.51 enable_tunneling = True When i do look in

Re: [Openstack] [Folsom] Horizon not working

2012-11-08 Thread Robert van Leeuwen
[Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with token [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last): [Fri Nov 02 14:25:28 2012] [error] File /usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 132, in

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-08 Thread Kevin Jackson
Hi Stephen, This is what I get... (note change of namespace etc as this machine is a VM that was recreated). root@openstack:~# ip netns list qdhcp-3f0a3d53-f3a4-4da8-a5e0-1a97b6e51424 qrouter-f26858db-3ae8-431b-86a7-edab80834586 root@openstack:~# ip netns exec

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Doug Hellmann
+1 It will be good to see if the storage API design works for other backends like HBase. Doug On Thu, Nov 8, 2012 at 5:50 AM, shengjie_...@dell.com wrote: Thanks Julien, I will write up a blueprint soon. Shengjie -Original Message- From: Julien Danjou [mailto:jul...@danjou.info]

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Veera Reddy
Hi Skible, Can you please send me below configuration files of three setups you have mentioned. - ovs_quantum_plugin.ini (For controller and node) - nova.conf (For controller and node) Thanks in advance Regards, Veera. On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
OpenStack Folsom install guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst You will find what you want and even more ;) Le 08/11/2012 14:30, Veera Reddy a écrit : Hi Skible, Can you please send me below

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Shengjie_Min
Hi Doug, +1 It will be good to see if the storage API design works for other backends like HBase. The first glance I had on ceilometer/storage/base.py, the design of basic storage class does look ok to work with. The only challenge is that the Hbase schema is not as flexible as traditional

[Openstack] FOSDEM 2013: Cloud Devroom - Call for Participation

2012-11-08 Thread Russell Bryant
Greetings, The organizers of the Cloud devroom at FOSDEM 2012 invite you to submit a session proposal. The purpose of this devroom is to serve as a meeting point for cloud infrastructure projects, including a unique opportunity for discussion and collaboration between developers from different

Re: [Openstack] n-api installation problem with devstack (on centos)

2012-11-08 Thread Mauch, Viktor (SCC)
Hi Guys, Now I found the solution for my problem: n-api installation/start (via devstack) failed on centos 6.x with the error message below The problem is the old python-paste version of centos. So if you get this error, just remove python-paste with: yum remove python-paste

Re: [Openstack] n-api installation problem with devstack (on centos)

2012-11-08 Thread Choe, Cheng-Dae
hi... centos is not officially supported in openstack. - python package - ip route package(namespace feature is missing in centos package) currently ubuntu is best choice and ubuntu support openstack package too. and also fedora is another option! 2012. 11. 9., 오전 1:12, Mauch, Viktor (SCC)

[Openstack] console.log is empty, what to do?

2012-11-08 Thread Mauch, Viktor (SCC)
Hi Guys, I have a question concerning the instance console log. Do I have to prepare an image in any way to see content in the file console.log (or in horizon: instance console log)?? I have a standard centos6.2 image and I always have an empty file (console.log) Thanks in advance Viktor

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Qin, Xiaohong
Hi Skible, It will be great that if you could also cover Nova network, iptables, name space, and linux bridge (bridges that are handled by brctl CLIs). Thanks. Dennis Qin From: openstack-bounces+xiaohong.qin=emc@lists.launchpad.net

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Choe, Cheng-Dae
Hi. 2012. 11. 9., 오전 1:49, Qin, Xiaohong xiaohong@emc.com 작성: Hi Skible, It will be great that if you could also cover Nova network, iptables, name space, and linux bridge (bridges that are handled by brctl CLIs). - Nova-network will be replaced to quantum. I think it is not

Re: [Openstack] [ceilometer] Hbase storage backend for Ceilometer - blueprint?

2012-11-08 Thread Doug Hellmann
On Thu, Nov 8, 2012 at 9:33 AM, shengjie_...@dell.com wrote: Hi Doug, ** ** +1 It will be good to see if the storage API design works for other backends like HBase. ** ** The first glance I had on ceilometer/storage/base.py, the design of basic storage class does look ok

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Robert Garron
Hi Skible -- I believe I am using your guide to try to install Folsom. I would be very happy to assist and feedback information to you to have a working installation guide. I have written books and guides before myself. I am currently trying to put Folsom into production for an SMB company

Re: [Openstack] [Folsom] Horizon not working

2012-11-08 Thread Dolph Mathews
We just fixed a similar issue in keystoneclient -- what release is this running against? https://bugs.launchpad.net/python-keystoneclient/+bug/1074784 https://review.openstack.org/#/c/15410/ -Dolph On Thu, Nov 8, 2012 at 5:46 AM, Robert van Leeuwen robert.vanleeu...@spilgames.com wrote:

Re: [Openstack] n-api installation problem with devstack (on centos)

2012-11-08 Thread Pádraig Brady
On 11/08/2012 04:12 PM, Mauch, Viktor (SCC) wrote: Hi Guys, Now I found the solution for my problem: n-api installation/start (via devstack) failed on centos 6.x with the error message below The problem is the old python-paste version of centos. So if you get this error,

Re: [Openstack] [Folsom] Horizon not working

2012-11-08 Thread Emilio García
It is folsom, from deb http://ubuntu-cloud.archive.canonical.com/ubuntuprecise-updates/folsom main I installed following a different guide and it is working (but same repos). But to be honest I don't know what is the difference. Kind regards. On 8 November 2012 17:32, Dolph Mathews

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread balaji patnala
Hi Openers, One doubt i have is like, as we see in the demo setup in the Quantum Admin guide available in openstack.org, we have Network Node as a seperate physical node connected to Controller Node and Compute Node. But i see that the openstack community who is actively using Folsom is not

Re: [Openstack] [openstack-dev] [metering][ceilometer] Unified Instrumentation, Metering, Monitoring ...

2012-11-08 Thread Doug Hellmann
On Wed, Nov 7, 2012 at 10:21 PM, Sandy Walsh sandy.wa...@rackspace.comwrote: Hey! (sorry for the top-posting, crappy web client) There is a periodic task already in the compute manager that can handle this: https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L3021 There

Re: [Openstack] [openstack-dev] [metering][ceilometer] Unified Instrumentation, Metering, Monitoring ...

2012-11-08 Thread Sandy Walsh
From: Doug Hellmann [doug.hellm...@dreamhost.com] Sent: Thursday, November 08, 2012 1:54 PM To: Sandy Walsh Cc: Eoghan Glynn; OpenStack Development Mailing List; openstack@lists.launchpad.net Subject: Re: [Openstack] [openstack-dev] [metering][ceilometer] Unified

Re: [Openstack] [Cinder] Cinder snapshots

2012-11-08 Thread John Griffith
On Thu, Nov 8, 2012 at 2:02 AM, Avishay Traeger avis...@il.ibm.com wrote: Hi all, I had a few questions about snapshot support in Cinder: 1) a. Why is a snapshot a fundamentally different entity than a volume? b. Is it because some back-ends don't support the same set of operations on

Re: [Openstack] [Folsom] Horizon not working

2012-11-08 Thread Robert Garron
Hi all -- I am having the same problem with this repo too -- Executing the Nova command (see page 51 of guide OpenStack Install and Deploy Manual - Red Hat Ubuntu - Sep 26, 2012) (nova image-list) and Horizon (server error) fails. In addition I am/was getting that the public keys were

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Can someone please enlighten us about the goods of having a separated network node ? I honestly work in production envirnoments (over 30 nodes) and i really give computing resources more credit than networking ones ! Am i doing it the wrong way here ? Le 08/11/2012 18:49, balaji patnala a

Re: [Openstack] [Cinder] Cinder snapshots

2012-11-08 Thread Vishvananda Ishaya
On Nov 8, 2012, at 1:02 AM, Avishay Traeger avis...@il.ibm.com wrote: Hi all, I had a few questions about snapshot support in Cinder: 1) a. Why is a snapshot a fundamentally different entity than a volume? b. Is it because some back-ends don't support the same set of operations on

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Le 08/11/2012 18:26, Robert Garron a écrit : Robert Garron Welcome aboard Dear Robert ! I can't wait to hear your suggestions and feedbacks. my personal mail is bilel.mse...@telecom-sudparis.eu, i am pretty sure we will collaborate together to make this guide even better ;)

[Openstack] GRE Tunneling with Ubuntu 12.10

2012-11-08 Thread Skible OpenStack
Hello, Can anyone please confirm that GRE Tunneling can be done using ubuntu 12.10 ! I am kind of having a problem with my OVS agent, it doesn't work because patch or something is not supported by my kernel version ! Cheers ___ Mailing list:

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Dan Wendlandt
Hi, The Quantum Admin Guide indicates that you can choose to combine all services onto a single node, or have separate nodes: http://docs.openstack.org/trunk/openstack-network/admin/content/services.html I will update the text to indicate that that the main reason to use a dedicated network

Re: [Openstack] GRE Tunneling with Ubuntu 12.10

2012-11-08 Thread Daviey Walker
On 8 November 2012 19:59, Skible OpenStack skible.openst...@gmail.com wrote: Hello, Can anyone please confirm that GRE Tunneling can be done using ubuntu 12.10 ! I am kind of having a problem with my OVS agent, it doesn't work because patch or something is not supported by my kernel

[Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Hello, Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two regions defined in my keystone service, each one has a nova service in it. Can Ceilometer collect metering information from both regions? In a

Re: [Openstack] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Dan Wendlandt
This is not an issue with the agent. I believe this was handled in another post, which pointed out that 12.10 originally shipped with a version of OVS that did not include tunnel support, but this has since been correctly. See: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068365 Dan

Re: [Openstack] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Skible OpenStack
Thank you for replying back. I had a bad day because of this problem. I have installed openvswitch-datapath-dkms but it doesn't seem to solve the problem. Le 08/11/2012 21:48, Dan Wendlandt a écrit : This is not an issue with the agent. I believe this was handled in another post, which

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Thank you Dan for shedding light on this matter. However, there is something concerns me and a lot of other people trying to deploy OpenStack is that most Servers has 2 NICs which creates a problem because your Demo is a great one but the necessary hardware is just not always met ! I have

Re: [Openstack] [Horizon] Different URLs (hyperlinks) in a table view.

2012-11-08 Thread Gabriel Hurley
If you're trying to override a link in the actions column you can override get_link_url on any subclass of LinkAction as demonstrated here: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/containers/tables.py#L67 If you're trying to alter the link wrapped

Re: [Openstack] [devstack] Malformed Documentation on stack.sh script web site

2012-11-08 Thread Gui Maluf
thanks dean, looks beautiful now! :) On Wed, Nov 7, 2012 at 4:29 PM, Dean Troyer dtro...@gmail.com wrote: On Wed, Nov 7, 2012 at 9:27 AM, Gui Maluf guimal...@gmail.com wrote: In http://devstack.org/stack.sh.html above Log Files, the whole documentation is malformed. All descriptions stop

Re: [Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Julien Danjou
On Thu, Nov 08 2012, Aguiar, Glaucimar (Brazil RD-ECL) wrote: Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two regions defined in my keystone service, each one has a nova service in it. Can Ceilometer

Re: [Openstack] (Important Updates) [OSSA 2012-017] Authentication bypass for image deletion (CVE-2012-4573)

2012-11-08 Thread Russell Bryant
On 11/07/2012 05:09 PM, Russell Bryant wrote: OpenStack Security Advisory: 2012-017 CVE: CVE-2012-4573 Date: November 7, 2012 Title: Authentication bypass for image deletion Impact: High Reporter: Gabe Westmaas (Rackspace) Products: Glance Affects: Essex, Folsom, Grizzly Description:

Re: [Openstack] [metering][ceilometer] Ceilometer and Keystone regions

2012-11-08 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Great! Thanks! On Nov 8, 2012, at 8:33 PM, Julien Danjou jul...@danjou.info wrote: On Thu, Nov 08 2012, Aguiar, Glaucimar (Brazil RD-ECL) wrote: Can Ceilometer collect data about instances in different keystone regions? Is this a valid/possible configuration? Scenario 1: I have two

Re: [Openstack] [openstack][cinder] cinder create gives an error

2012-11-08 Thread Ahmed Al-Mehdi
Hi Darren, I figured out the issue. I ran into the following bug - https://bugs.launchpad.net/devstack/+bug/1072121. Basically, the issue was an entry in the /etc/tgt/targets.conf file, which was causing tgt-adm —update … command to fail. Thank you, Ahmed. From: Darren Birkett

[Openstack] Cannot start nova-api service

2012-11-08 Thread Ahmed Al-Mehdi
Hello, I installed the nova-* services per the instruction at http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html All of the nova services are running, however, nova-api is not running. When I manually start nova-api, I am getting an

Re: [Openstack] Cannot start nova-api service

2012-11-08 Thread Vishvananda Ishaya
Are you running cinder-api? If so you have to disable the nova-volume api: http://wiki.openstack.org/MigrateToCinder Vish On Nov 8, 2012, at 4:12 PM, Ahmed Al-Mehdi ah...@coraid.com wrote: Hello, I installed the nova-* services per the instruction at

Re: [Openstack] Bug with the openVSwitch plugin Agent !

2012-11-08 Thread Dan Wendlandt
have you rebooted the device to make sure you're reloaded the new kernel module? On Thu, Nov 8, 2012 at 1:03 PM, Skible OpenStack skible.openst...@gmail.com wrote: Thank you for replying back. I had a bad day because of this problem. I have installed openvswitch-datapath-dkms but it doesn't

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Robert Garron
Dan, I see your point about throughput and I/O, but if you have a multi-core server, greater than say 4 cores, and thus likely you would have multiple NICs, 2 or More, your assumptions fall apart about the cpu usage and I/o. For example, using XEN or Qemu or in the older systems where this

Re: [Openstack] Cannot start nova-api service

2012-11-08 Thread Ahmed Al-Mehdi
Vish, I am running cinder-api. The following two lines are present in nova.conf. volume_api_class=nova.volume.cinder.API enabled_apis=ec2,osapi_compute,metadata Do I need to re-sync the db, or add any additional lines to nova.conf? Thank you, Ahmed. From: Vishvananda Ishaya

Re: [Openstack] Cannot start nova-api service

2012-11-08 Thread Vishvananda Ishaya
On Nov 8, 2012, at 7:01 PM, Ahmed Al-Mehdi ah...@coraid.com wrote: Vish, I am running cinder-api. The following two lines are present in nova.conf. volume_api_class=nova.volume.cinder.API enabled_apis=ec2,osapi_compute,metadata Do I need to re-sync the db, or add any additional

[Openstack] [Nova] use the wrong deleted flavor when boot an instance after creating flavor with same flavorid as the deleted one

2012-11-08 Thread Wangpan
Hi all, I use the folsom openstack recently. I found a problem that when I delete a flavor by using 'nova-manage flavor delete', and then I create a new one which use the same flavorid as the DELETED flavor a moment ago, then I check the instance_types table in nova DB, there have two records

Re: [Openstack] [Nova] use the wrong deleted flavor when boot an instance after creating flavor with same flavorid as the deleted one

2012-11-08 Thread Vinay Bannai
Look at the following bugs for context https://bugs.launchpad.net/nova/+bug/981263 https://bugs.launchpad.net/horizon/+bug/1057799 On Nov 8, 2012, at 7:36 PM, Wangpan hzwang...@corp.netease.com wrote: Hi all, I use the folsom openstack recently. I found a problem that when I delete a flavor

[Openstack] nova-client Error :: Please input your password for the keyring

2012-11-08 Thread Trinath Somanchi
Hi- I have written an resource extension in nova-api. and the test script runs in the compute-host. When the Keystone credentials are given in the script to created an nova-client 'Client' instance, for sending the request, I get this message Please input your password for the keyring I input

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-08 Thread Sina Sadeghi
"I followed the instructions to add a route from http://docs.openstack.org/trunk/openstack-network/admin/content/adv_cfg_l3_agent_metadata.html but I don't immediately see how the route add helped here - but it has raised an eyebrow." Tell me about it!

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Le 09/11/2012 03:56, Robert Garron a écrit : Myself, if I can get past my current nova and horizon issues, What are your nova and horizon issues, i will be glad to help you out ! ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Cannot start nova-api service

2012-11-08 Thread Ahmed Al-Mehdi
From: Vishvananda Ishaya vishvana...@gmail.commailto:vishvana...@gmail.com Date: Thursday, November 8, 2012 8:18 PM To: Ahmed Al-Mehdi ah...@coraid.commailto:ah...@coraid.com Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net

Re: [Openstack] Cannot start nova-api service

2012-11-08 Thread Ahmed Al-Mehdi
From: Vishvananda Ishaya vishvana...@gmail.commailto:vishvana...@gmail.com Date: Thursday, November 8, 2012 8:18 PM To: Ahmed Al-Mehdi ah...@coraid.commailto:ah...@coraid.com Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #22

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/22/Project:precise_grizzly_quantum_trunkDate of build:Thu, 08 Nov 2012 08:01:21 -0500Build duration:1 min 36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #51

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/51/Project:precise_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 10:31:25 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt

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

2012-11-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/53/Project:raring_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 10:31:24 -0500Build duration:16 minBuild cause:Started by an SCM changeBuilt

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

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/23/Project:precise_grizzly_quantum_trunkDate of build:Thu, 08 Nov 2012 11:01:22 -0500Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #13

2012-11-08 Thread openstack-testing-bot
at 20121108

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_swift_trunk #14

2012-11-08 Thread openstack-testing-bot
at 20121108

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_swift_trunk #14

2012-11-08 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/14/Project:raring_grizzly_swift_trunkDate of build:Thu, 08 Nov 2012 12:01:22 -0500Build duration:4 min 32 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #54

2012-11-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/54/Project:raring_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 13:01:29 -0500Build duration:15 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #55

2012-11-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/55/Project:raring_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 13:31:22 -0500Build duration:17 minBuild cause:Started by an SCM changeBuilt

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

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/53/Project:precise_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 13:35:13 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_glance_stable #30

2012-11-08 Thread openstack-testing-bot
Title: precise_essex_glance_stable General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_glance_stable/30/Project:precise_essex_glance_stableDate of build:Thu, 08 Nov 2012 14:01:26 -0500Build duration:2 min 12 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_horizon_trunk #6

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_horizon_trunk/6/Project:precise_grizzly_horizon_trunkDate of build:Thu, 08 Nov 2012 16:01:22 -0500Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #54

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/54/Project:precise_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 16:31:24 -0500Build duration:15 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #56

2012-11-08 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/56/Project:raring_grizzly_nova_trunkDate of build:Thu, 08 Nov 2012 16:31:24 -0500Build duration:16 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-novaclient_trunk #9

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/9/Project:precise_grizzly_python-novaclient_trunkDate of build:Thu, 08 Nov 2012 17:31:21 -0500Build duration:3 min 8 secBuild

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

2012-11-08 Thread openstack-testing-bot
Title: precise_grizzly_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_horizon_trunk/8/Project:precise_grizzly_horizon_trunkDate of build:Thu, 08 Nov 2012 18:01:22 -0500Build duration:2 min 7 secBuild cause:Started by an SCM changeBuilt