Re: [Openstack] Grizzly on Laptop running Ubuntu 12.04 Desktop 64-bit and having 2 NICs (one Ethernet and other Wireless)

2013-05-14 Thread Philip Keogh
Given this node is your laptop, I assume the OpenStack environment is for testing. If that is the case, have you considered running a VM? (using Virtual Box for example) You can add virtual NICs to VMs for testing. Something like RDO on top of CentOS or Fedora would get you going quickly.

[Openstack] install keystone +download data script

2013-05-14 Thread Mahzad Zahedi
Hi Dear All Is another URL for downloading data script from https://github.com/EmilienM/openstack-grizzly-guide/raw/master/scripts/keystone-data.sh because of error :Page Not Found !!! Thanks ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] install keystone +download data script

2013-05-14 Thread Philip Keogh
Try this form of the URL: https://raw.github.com/EmilienM/openstack-folsom-guide/master/scripts/keystone-data.sh On May 14, 2013, at 12:18 AM, Mahzad Zahedi ict.mywork2...@gmail.com wrote: Hi Dear All Is another URL for downloading data script from

Re: [Openstack] install keystone +download data script

2013-05-14 Thread Philip Keogh
To clarify, this is the devstack trunk version of the file: https://github.com/openstack-dev/devstack/blob/master/files/keystone_data.sh It is referenced by the official OpenStack developer documentation: http://docs.openstack.org/developer/keystone/installing.html The Folsom version of the

[Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Hello, I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit having two physical NICs. I posted about the networking issues that I was facing after the installation in an earlier post. Well, while I was debugging the networking issue, I came across a more serious issue -- my

Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Wangpan
seems like the roog disk is not a bootable device, you may need to check the vda/xvda device in libvirt XML config file is bootable or not. 2013-05-14 Wangpan 发件人:Nikhil Mittal 发送时间:2013-05-14 15:59 主题:[Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu

Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Wang, I guess you are referring to to the instance specific XML file under /etc/libvirt/qemu. It has the following section having 'vda': === devices emulator/usr/bin/kvm/emulator disk type='file' device='disk' driver name='qemu' type='qcow2' cache='none'/

Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread lzy....@gmail.com
Nikhil What the 'qemu-img info /var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk' command say? Zhi Yan On Tue, May 14, 2013 at 5:43 PM, Nikhil Mittal mittalnik...@gmail.com wrote: Wang, I guess you are referring to to the instance specific XML file under /etc/libvirt/qemu.

Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Here it is: === image: /var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk file format: qcow2 virtual size: 160G (171798691840 bytes) disk size: 200K cluster_size: 65536 backing file: /var/lib/nova/instances/_base/6a2ba9ce1da1fbdc28a3da86332cb65193a2bf96 ===

[Openstack] nova-consoleauth timeout

2013-05-14 Thread YIP Wai Peng
Hi, I am having some problems with starting a novnc console. When I try to connect on the URL generated by nova get-vnc-console, it is stuck with a Starting VNC handshake message. After a while, it will show Failed to connect to server (code: 1006). I am using nova-consoleauth with qpid. Digging

[Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
Hi, I've added a blueprint https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries Please, take a look and let's discuss it if it makes sense. Thank you Stas. ___ Mailing list: https://launchpad.net/~openstack Post to :

[Openstack] [Grizzly] NoneType object unsubscriptable while setting up keystone

2013-05-14 Thread Daniel
Greetings, I am currently trying to install Grizzly on a single node running Red Hat Enterprise Linux Server release 6.4, using RedHat's RDO repository (http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/). The related keystone RPM is

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
Err, sounds like a lot of work to make the code more fragile. If you want to be paranoid about launching the right command, do it by sanity-checking $PATH, not by hardcoding the path of all the executables you call. On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev spugac...@griddynamics.com

[Openstack] keystone

2013-05-14 Thread Mahzad Zahedi
I have followed basic install guide openstack on ubuntu (grizzy) so for configuration keystone first, I have created openrc File and added below lines into it: export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=password export OS_AUTH_URL=http://localhost:5000/v2.0/; export

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
Why do you think code will become more fragile? It will be more defended. How $PATH checking will help if someone will change the binary? And it is not so much work to do here. On Tue, May 14, 2013 at 3:36 PM, Victor Lowther victor.lowt...@gmail.comwrote: Err, sounds like a lot of work to make

[Openstack] install glance+ error

2013-05-14 Thread Mahzad Zahedi
# apt-get install -y glance glance-api glance-registry python-glanceclient glance-common Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: python-glance python-json-patch python-json-pointer python-jsonschema

Re: [Openstack] install glance+ error

2013-05-14 Thread Razique Mahroua
Just append into /etc/apt/apt.conf.d/70debconfthe following line:APT::Get::AllowUnauthenticated "true";and relaunch the upgrade then the install, you should be goodRegards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 14 mai 2013 à 15:22, Mahzad Zahedi

[Openstack] TempUrl werking

2013-05-14 Thread Koert van der Veer
Onze tempurl configuratie in de objectstore blijkt niet zo eenvoudig te werken. De oorzaak is dat we de URL van de objectstore vereenvoudigen, maar de originele (complexe) url gebruikt wordt voor de hash-berekening. Op zich werkt het, maar mensen die niet zelf ooit een swift cluster hebben

Re: [Openstack] centos5.5_64bit image for openstack

2013-05-14 Thread Reza Bakhshayeshi
Could you please give a better instruction on how I cam make .img from qcow2? PS: sorry for sending the mail twice On 12 May 2013 13:00, Ray Sun xiaoq...@gmail.com wrote: Rakespace provide a lot of openstack images here: https://github.com/rackerjoe/oz-image-build You can create your own

Re: [Openstack] keystone

2013-05-14 Thread Adam Young
Looks like you have typos in x.sh On 05/14/2013 08:43 AM, Mahzad Zahedi wrote: I have followed basic install guide openstack on ubuntu (grizzy) so for configuration keystone first, I have created openrc File and added below lines into it: export OS_TENANT_NAME=admin export OS_USERNAME=admin

[Openstack] Compute node with xenserver

2013-05-14 Thread Alexandre De Carvalho
Hi ! I have 1) Controller on Ubuntu 12.04 LTS (used devstack) 2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor (used devstack) And i would like to have a node compute on xenserver. But i don't know how to do it. Can you help me and say me the steps to do it, please ? -- regards,

Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Bob Ball
Hi Alexandre, Interesting question! I'd suggest you follow the devstack installation guide at https://wiki.openstack.org/wiki/XenServer/DevStack. There is a handy script there which makes installation of devstack on an existing XenServer or other XenAPI host very straight forward. It would

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Mac Innes, Kiall
On 14/05/13 12:02, Stanislav Pugachev wrote: Hi, I've added a blueprint https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries Please, take a look and let's discuss it if it makes sense. Thank you Stas. Am I correct in thinking that, if the attacker is able to modify $PATH

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
I think it will become more fragile because (despite over a decade of trying to standardize these things), not all the distros put their binaries in the same places -- for example, I have seen brctl live in /sbin, /usr/sbin, and /usr/bin. It is much easier to sanity-check (or allow for

[Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread Chris Bartels
Hi, I have questions regarding this part of the Grizzly install guide that's up on github: . Finally, don't forget to create a volumegroup and name it cinder-volumes: . dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G . losetup /dev/loop2 cinder-volumes .

Re: [Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread John Griffith
On Tue, May 14, 2013 at 9:06 AM, Chris Bartels ch...@christopherbartels.com wrote: Hi, ** ** I have questions regarding this part of the Grizzly install guide that’s up on github: ** ** **· **Finally, don't forget to create a volumegroup and name it cinder-volumes:

Re: [Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread Razique Mahroua
Hi,please see my answers below Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 14 mai 2013 à 17:06, "Chris Bartels" ch...@christopherbartels.com a écrit :Hi,I have questions regarding this part of the Grizzly install guide that’s up on github:·Finally, don't forget to

Re: [Openstack] New code name for networks

2013-05-14 Thread Armando Migliaccio
Not sure if this has been proposed before or even it is at all feasible, but how about changing the last/first letter? Quantum - QuantuS, QuantuN, Cuantum...? There are a plenty of options to go by. On Mon, May 13, 2013 at 5:28 PM, Monty Taylor mord...@inaugust.com wrote: On 05/13/2013

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Vasiliy Khomenko
Attacker can put binary in /usr/local/bin for example. on ubuntu that path located before /usr/bin. We could create some templates with absolute paths to binaries for each distro (deb-based, rhel-based) and auto-detect them. On Tue, May 14, 2013 at 3:36 PM, Victor Lowther

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Kevin L. Mitchell
On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote: Attacker can put binary in /usr/local/bin for example. on ubuntu that path located before /usr/bin. If the attacker has write access to /usr/local/bin, it's already game over; I don't see what we can do to nova that can mitigate

Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Alexandre De Carvalho
Thanks for your reply Bob. Ok now i have a xenserver with a domU. I have followed this doc : https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md But now how to indicate that this xenserver is the compute node of my Controller on Ubuntu 12.04 LTS (used devstack) ? Alex

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll
Agree. Hardcoding full pathnames is a bad practice in general. On 5/14/13 11:50 AM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote: Attacker can put binary in /usr/local/bin for example. on ubuntu that path located before

Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Bob Ball
Hi Alex, There appear to be conflicting (or partially incomplete) guides for this at http://devstack.org/guides/multinode-lab.html and at http://devstack.org/localrc.html. There is full documentation on the stack script and which settings you need to consider for multi host (search for

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
from the security point of view its not so bad practice On Tue, May 14, 2013 at 6:57 PM, Wyllys Ingersoll wyllys.ingers...@evault.com wrote: Agree. Hardcoding full pathnames is a bad practice in general. On 5/14/13 11:50 AM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: On Tue,

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll
What attack does hardcoding a path to a specific executable protect against? On the downside, It makes the code far less portable, harder to maintain, and less flexible in the face of alternative directory structures and system configurations. From: Stanislav Pugachev

Re: [Openstack] keystone

2013-05-14 Thread Dolph Mathews
The SERVICE_TOKEN is not a password; it should either be a valid token that you've generated using credentials + keystone token-get, or the value of keystone.conf's static admin_token option. I'm not familiar with x.sh so I don't know if you should remove SERVICE_* env vars or the OS_* ones, but

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
If an attacker can put a binary in /usr/local/bin, they already have root and we are doomed anyways. If you are still worried about it, reorder PATH so that /usr/local/whatever comes last instead of first. On Tue, May 14, 2013 at 10:38 AM, Vasiliy Khomenko vkhome...@griddynamics.com wrote:

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
On Tue, May 14, 2013 at 9:25 AM, Mac Innes, Kiall ki...@hp.com wrote: On 14/05/13 12:02, Stanislav Pugachev wrote: Hi, I've added a blueprint https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries Please, take a look and let's discuss it if it makes sense. Thank you

[Openstack] Distributed CPU/Memory

2013-05-14 Thread Chris Bartels
I just discovered ScaleMP, with their ability to consolidate CPU cores memory from across the network to create large VMs out of disparate server nodes was wondering if there was anyone working on something similar with OpenStack. Has anyone heard of such a thing? Google doesn't say much on the

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Thierry Carrez
Kevin L. Mitchell wrote: On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote: Attacker can put binary in /usr/local/bin for example. on ubuntu that path located before /usr/bin. If the attacker has write access to /usr/local/bin, it's already game over; I don't see what we can do to

[Openstack] [metering] Ceilometer plugin for VM provisioning metrics

2013-05-14 Thread Ruslan Kiianchuk
Hello. The task I'm trying to implement is gather provisioning metrics from OpenStack VMs using Ceilometer. Precisely, I need to provide time of execution for the provisioning tasks *scheduling, **spawning, networking *via Ceilometer. After reading Ceilometer and Nova documentation I figured out

Re: [Openstack] AuthN/AuthZ

2013-05-14 Thread Aaron Knister
*bump* Here's the tl;dr version: - How have other folks handled integration of OpenStack with existing authN/authZ infrastructures? I'm particularly interested in the automatic mapping of existing LDAP groups to roles/tenants within openstack. - Are there plans to add support for the auth

Re: [Openstack] ConnectQuantum to VLAN-tagged physical network

2013-05-14 Thread Angelo Olivera
Hi Yiting, It doesn't mean you *have* to use vconfig, but that's how I configured this set of nodes. I will try with ovs-vsctl alone once I set up a new node for the cluster. Some articles you may find useful: http://blog.scottlowe.org/2012/10/04/some-insight-into-open-vswitch-configuration/

Re: [Openstack] provision of dynamic flavor

2013-05-14 Thread Michael J Fork
Openstack openstack-bounces+mjfork=us.ibm@lists.launchpad.net wrote on 05/08/2013 06:29:02 AM: From: Pratik Gadiya pratik_gad...@persistent.co.in To: openstack@lists.launchpad.net openstack@lists.launchpad.net, Date: 05/08/2013 06:30 AM Subject: [Openstack] provision of dynamic flavor

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

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/115/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:00:22 -0400Build duration:4 min 16 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/148/Project:precise_havana_nova_trunkDate of build:Tue, 14 May 2013 04:01:24 -0400Build duration:3 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #45

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/45/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:00:24 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt

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

2013-05-14 Thread openstack-testing-bot
at 20130514-0411Build needed 00:07:17, 64520k disc spaceERROR:root:Error

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

2013-05-14 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_quantum_trunk #116

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/116/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:30:24 -0400Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #46

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/46/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:30:24 -0400Build duration:7 min 48 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 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_ceilometer_trunk #35

2013-05-14 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 #34

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/34/Project:precise_havana_horizon_trunkDate of build:Tue, 14 May 2013 07:00:23 -0400Build duration:3 min 16 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #15

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/15/Project:saucy_havana_horizon_trunkDate of build:Tue, 14 May 2013 08:00:22 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #69

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/69/Project:saucy_havana_nova_trunkDate of build:Tue, 14 May 2013 08:30:27 -0400Build duration:9 min 47 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 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 #57

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

2013-05-14 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 Fixed: saucy_havana_quantum_trunk #47

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/47/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 13:56:57 -0400Build duration:7 min 22 secBuild cause:Started by user Chuck ShortBuilt

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

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

2013-05-14 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_quantum_trunk #117

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/117/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 14:30:23 -0400Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/118/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 15:00:25 -0400Build duration:3 min 50 secBuild cause:Started by an SCM changeBuilt

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

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

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #16

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/16/Project:saucy_havana_horizon_trunkDate of build:Tue, 14 May 2013 17:30:24 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/46/Project:precise_havana_glance_trunkDate of build:Tue, 14 May 2013 18:30:28 -0400Build duration:8 min 40 secBuild cause:Started by an SCM changeBuilt

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

2013-05-14 Thread openstack-testing-bot
at 20130514

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

2013-05-14 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_cinder_trunk #28

2013-05-14 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 #150

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

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

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/151/Project:precise_havana_nova_trunkDate of build:Tue, 14 May 2013 19:30:26 -0400Build duration:2 min 42 secBuild cause:Started by an SCM changeBuilt

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

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

2013-05-14 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 :