Re: [Openstack] Dashboard User Guide?

2012-11-27 Thread Razique Mahroua
Hey there, that part is in my TODO list also.Would come soon :)Razique
Razique Mahroua-Nuage  Corazique.mahr...@gmail.com

Le 27 nov. 2012 à 05:00, Anne Gentle a...@openstack.org a écrit :Hi Sina,The doc we have is found athttp://docs.openstack.org/folsom/openstack-compute/admin/content/about-the-dashboard.html#Launching_Instances_using_Dashboard. The source is in http://github.com/openstack/openstack-manuals/ if you'd like to pull it out into a true "user guide" -- a doc that has been on the wish list for a while now.
Agreed on the need for the details for users, though we also have discussed embedded help on the dashboard UI itself would be useful.Your perspective of supporting Dashboard users would be valuable to lend to an expanded user doc. Feel free to write up notes, an outline, or filled in outline in any format and perhaps we can make it a priority.
AnneOn Monday, November 26, 2012, Sina Sadeghi  wrote:
  


  
  
Hi list,

Is there a current user guide
for the dashboard in existence or will I be writing my own
tonight? All I could find was a screencast
  on vimeo with someone from
  Rackspace demoing a rather old version
of the dashboard!

To a user who hasn't
been exposed to cloud before, the model of:
  
  Login,
Create keypair
  Modify security group
  Launch VM with
security group and
  keypair specified
  
  is
  quite unfamiliar and generally results in
support requests such as "I
can't ping or
  ssh my instance", "I can't
  ssh into my instance
  it says permission
  denied", "I
don't know the
username for my
instance".
  
  

-- 
  
--
Sina Sadeghi
Lead Cloud Engineer

Aptira Pty Ltd
1800 APTIRA
aptira.com
Follow @aptira
  

  


___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address

2012-11-27 Thread Razique Mahroua
Hey there,which version of dnsmasq are your running. This bug has been reported and fixed in the version2.59-1 of dnsmasqRazique
Razique Mahroua-Nuage  Corazique.mahr...@gmail.com

Le 27 nov. 2012 à 08:25, "唐宏伟" 31438837@qq.com a écrit :







Hi all,

  I have setup an "all-in-one" openstack folsom on my server from source code. I use quantum as the network manager. When I start the quantum-dhcp-agent, the dnsmasq starts failed, and output the error message "dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address ". The bound interface is a tap virtual network interface. But when I bind the dnsmasq service to a physical network interface such as eth0 or eth1, the error disappears. 
  The following are outputs of quantum-dhcp-agent.
__
2012-11-24 13:33:02 ERROR [quantum.agent.dhcp_agent] Unable to enable dhcp.Traceback (most recent call last):File "/usr/lib/python2.6/site-packages/quantum-2012.2-py2.6.egg/quantum/agent/dhcp_agent.py", line 93, in call_drivergetattr(driver, action)()File "/usr/lib/python2.6/site-packages/quantum-2012.2-py2.6.egg/quantum/agent/linux/dhcp.py", line 112, in enableself.spawn_process()File "/usr/lib/python2.6/site-packages/quantum-2012.2-py2.6.egg/quantum/agent/linux/dhcp.py", line 258, in spawn_processutils.execute(cmd, self.root_helper)File "/usr/lib/python2.6/site-packages/quantum-2012.2-py2.6.egg/quantum/agent/linux/utils.py", line 55, in executeraise RuntimeError(m)RuntimeError:Command: ['sudo', 'QUANTUM_RELAY_SOCKET_PATH=/var/lib/quantum//dhcp/lease_relay', 'QUANTUM_NETWORK_ID=724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5', 'dnsmasq', '--no-hosts', '--no-resolv', '--strict-order', '--bind-interfaces', '--interface=tap577a587c-cd', '--except-interface=lo', '--domain=openstacklocal', '--pid-file=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/pid', '--dhcp-hostsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/host', '--dhcp-optsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/opts', '--dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update', '--leasefile-ro', '--dhcp-range=set:tag0,10.10.1.0,static,120s', '--dhcp-range=set:tag1,10.0.0.0,static,120s']Exit code: 2Stdout: ''Stderr: '\ndnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address\n' 
__
The following are arguments passed to dnsmasq command.
__
  root 2297 0.0 0.0 148020 2060 pts/1 S 12:34 0:00 sudo QUANTUM_RELAY_SOCKET_PATH=/var/lib/quantum//dhcp/lease_relay QUANTUM_NETWORK_ID=724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap577a587c-cd --except-interface=lo --domain=openstacklocal --pid-file=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/pid --dhcp-hostsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/host --dhcp-optsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/opts --dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update --leasefile-ro --dhcp-range=set:tag0,10.10.1.0,static,120s --dhcp-range=set:tag1,10.0.0.0,static,120sroot 2298 0.0 0.0 10772 784 pts/1 S 12:34 0:00 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap577a587c-cd --except-interface=lo --domain=openstacklocal --pid-file=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/pid --dhcp-hostsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/host --dhcp-optsfile=/var/lib/quantum/dhcp/724019f6-47c7-4bed-9f7c-cbbcb4c1a1b5/opts --dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update --leasefile-ro --dhcp-range=set:tag0,10.10.1.0,static,120s --dhcp-range=set:tag1,10.0.0.0,static,120s__

  Who can help me? Many thanks in advance!


唐宏伟
中国科学院计算技术研究所
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create or change password when instances started or rebuilded?

2012-11-27 Thread heut2008
If  the flag  enable_instance_password is enabled, nova will create  a
random password for the instance at create time. you can get the  password
from the return value of instance create api.
note, the password isn't stored anywhere.


2012/11/27 livemoon mwjpi...@gmail.com

 I saw there is option enable_instance_password in nova.conf in openstack
 offical doc. But there are no more infomation and how to create password
 when instances created.

 I want to know does kvm(libvirt) support this. And how to use it?

 Another question, I use  nova root-password in kvm. but it seems not
 work. Does it support kvm?

 Thanks.

 --
 Blog Site: livemoon.org
 Twitter: mwjpiero
 非淡薄无以明志,非宁静无以致远


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Yaguang Tang
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question: how to make floating ip pools?

2012-11-27 Thread 이창만
Thanks a lot guys.

I've solved my issue for your advice. :)
It was caused by Port_id and Nova.conf of compute node.
Now I have to deploy swift and lunch vm instance using iso.
I'm appreciate if you answer my foolish question.

Best Regard.


 -Original Message-
 From: Choe, Cheng-Dae [mailto:white...@gmail.com]
 Sent: Tuesday, November 27, 2012 4:46 PM
 To: 이창만
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Question: how to make floating ip pools?
 
 Hi...
 --
 Choe, Cheng-Dae
 http://blog.woosum.net
 twitter: kiddtm
 
 2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성:
 
 
  Hello,
 
  I am doing below guide.
  https://github.com/mseknibilel/OpenStack-Folsom-Install-
 guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
  At Ch.11 Your First VM, I've encountered a error.
  My question is:
  1) What is the $put_id_floating_ip and $put_id_vm_port?
  e.g.) $ quantum floatingip-associate $put_id_floating_ip $put_id_vm_port
 put_id_floating_ip  is your floating id. below command show your floatingip.
 # quantum floatingip-list
 +--+--+
 -+--+
 | id   | fixed_ip_address |
 floating_ip_address | port_id  |
 +--+--+
 -+--+
 | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |
 +--+--+
 -+--+
 
 $put_id_vm_port is that your vm's port that attached your network. when
 your instance and floatingip is like below
 root@control:~# nova list
 +--+---++--
 +
 | ID   | Name  | Status | Networks
 |
 +--+---++--
 +
 | a7b32a1d-25b7-4efe-97ba-1dafd478ef2b | test0 | ACTIVE | admin=172.16.1.3
 |
 +--+---++--
 +
 root@control:~# quantum port-list -- --device_id=a7b32a1d-25b7-4efe-97ba-
 1dafd478ef2b
 +--+--+---+
 ---
 +
 | id   | name | mac_address   |
 fixed_ips
 |
 +--+--+---+
 ---
 +
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |  | fa:16:3e:fd:9a:c5 |
 {subnet_id: f5a5e76c-3884-4438-b698-39fd30dc5ec5, ip_address:
 172.16.1.3} |
 +--+--+---+
 ---
 +
 root@control:~# quantum floatingip-list
 +--+--+
 -+--+
 | id   | fixed_ip_address |
 floating_ip_address | port_id  |
 +--+--+
 -+--+
 | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |
 +--+--+
 -+--+
 
 you can associate floatingip to instance like this.
 # quantum floatingip-associate abfb3889-32f4-4854-bd61-6fb37e406faa
 3be818d4-b4e9-4e9f-b42f-66701bd57b47
 
 
 
  2) How can I know whether controller node and compute is connected?
 
 $ nova-manage service list
 command show that what nova services is running.
 
 
  The status of Controller node - I can't see any resources.
  a.Overview of Project on horizon
  i.Quota Summary is empty
  1.Used of Available Instances : NULL
  2.Used of Available vCPUs : NULL
  3.Used MB of MB Available RAM : NULL
 
  == Error Log ==
 
  root@node1:/home/zeus# quantum floatingip-create --tenant-id
 7230c184c85141b59f6a0df0843ea0d2 ext_net
  Created a new floatingip:
  +-+--+
  | Field   | Value|
  +-+--+
  | fixed_ip_address|  |
  | floating_ip_address | 192.168.2.3  |
  | floating_network_id | 1d6b740f-3f19-482b-a0b8-b4bcd83d5b3b |
  | id  | fd6429bd-cf71-45c0-bf0b-3c80e1fe527b |
  | port_id |  |
  | router_id   |  

[Openstack] scheduler compute node capabilites status update problem

2012-11-27 Thread Mauch, Viktor (SCC)
Hi guys,

I have a problem with the nova scheduler and the capabilities update period.

For Example:

If I have a flavor with the extra_specs key / value pair:

vcpus_used = '= 2'

So, virtual machines should be submitted if the host not more than two vcpus
used.

However I'm able to start more than two machines, if I do it fast enough.
So I have the situation, that for example 5 vms are already running, and I'm
still able to submit new machines on that host.

If I wait (let's say a minute), the capability vcpus_used will be
upgraded, and at that point the filter works.

So my question.

Is there a possibility to update the host capabilities with every VM submit?

PS: I used folsom.

Cheers Viktor Mauch





smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Basic OpenStack Controller Setup - Keystone error

2012-11-27 Thread Razique Mahroua
Hi Sudhakar,can you show us the several configuration files of the nodes ?thanks
Razique Mahroua-Nuage  Corazique.mahr...@gmail.com

Le 27 nov. 2012 à 11:07, Sudhakar Gariganti sudhakar.gariga...@gmail.com a écrit :Hi ,I am trying to get the basic 2 node openstack environment. I have two physical workstations.Initially, I have tried Devstack guide to setup an all in one node, it worked fine.Then I wanted to get this 2 node setup. Tried to follow the Multinode guide available there on Devstack. But ran into issues.
So I started clean again,and trying the guide present here :http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html
I am following the exact configurations specified there, but I am stuck at the KeyStone step.For any keystone command I try to execute, I am getting the following error:"No handlers could be found for logger "keystoneclient.client"
Unable to communicate with identity service: [Errno 111] Connection refused. (HTTP 400)"I have tried restarting my keystone service , did a keystone-manage db_sync and then restarted keystone, but i get the same error. Seems like the mysql tables are not populated correctly.
Few of my config details:OS: Ubuntu 12.04 Server3 NICs...eth0 - configured for management network (as directed in the guide)eth1 - configured for VM network (as directed in the guide)eth2 - connected to my office DHCP network which serves as the link to internet. 
I am executing the guide as root. Here is a screenshot of my network configurationIP_Config.pngExcuse me for the long mail,but any pointers to how I can get this resolved??
Thanks, G.Sudhakar Babu
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] First steps in development for cloud.

2012-11-27 Thread Jorge Luiz Correa
Hi all!!

I would like to know if there is some tutorial about first steps in
development for cloud. For example, the dev team here asked to me about
some API, libraries etc that help them in development of an application
that could interact with the cloud. What they want is to develop an
application that know it is running over a cloud environment. The second
step would be auto-provisioning, creating new instances automatically.

Tks!!

-- 
- MSc. Correa, J.L.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Backing up OpenStack deployment

2012-11-27 Thread JuanFra Rodriguez Cardoso
Hi guys:

Does anyone know best practices around backing up an OpenStack deployment?
(i.e. using a solution like Bacula for incremental or snapshot backups)

Thanks!

Regards,
JuanFra
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Difference between modules

2012-11-27 Thread Johannes Baltimore
Hello everyone.

I've been writing about my little experiments with OpenStack lately, and
I've come to the conclusion that I do not know the difference between Swift
and Cinder. More precisely, I don't know what does Swift do. Can anyone
help me?

Thanks in advance
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Difference between modules

2012-11-27 Thread JuanFra Rodriguez Cardoso
Basically:
   - Swift: Object-based storage (e.g. Amazon S3)
   - Cinder: Block-based storage (e.g. Ceph RBD)

2012/11/27 Johannes Baltimore johannes.b...@gmail.com

 Hello everyone.

 I've been writing about my little experiments with OpenStack lately, and
 I've come to the conclusion that I do not know the difference between Swift
 and Cinder. More precisely, I don't know what does Swift do. Can anyone
 help me?

 Thanks in advance

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard User Guide?

2012-11-27 Thread Anne Gentle
Thanks Razique!

I'd also note we have a great new additional chapter about instance
management here:
http://docs.openstack.org/folsom/openstack-compute/admin/content/ch_instance_mgmt.html

Combined with a Dashboard chapter it could really be helpful to users.
Anne


On Tue, Nov 27, 2012 at 3:08 AM, Razique Mahroua
razique.mahr...@gmail.comwrote:

 Hey there, that part is in my TODO list also.
 Would come soon :)

 Razique
 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com


 Le 27 nov. 2012 à 05:00, Anne Gentle a...@openstack.org a écrit :

 Hi Sina,
 The doc we have is found at
 http://docs.openstack.org/folsom/openstack-compute/admin/content/about-the-dashboard.html#Launching_Instances_using_Dashboard.
 The source is in http://github.com/openstack/openstack-manuals/ if you'd
 like to pull it out into a true user guide -- a doc that has been on the
 wish list for a while now.

 Agreed on the need for the details for users, though we also have
 discussed embedded help on the dashboard UI itself would be useful.

 Your perspective of supporting Dashboard users would be valuable to lend
 to an expanded user doc. Feel free to write up notes, an outline, or filled
 in outline in any format and perhaps we can make it a priority.
 Anne

 On Monday, November 26, 2012, Sina Sadeghi wrote:

  Hi list,

 Is there a current user guide for the dashboard in existence or will I
 be writing my own tonight? All I could find was a screencast on vimeo
 with someone from Rackspace demoing a rather old version of the
 dashboard!

 To a user who hasn't been exposed to cloud before, the model of:

 Login,
 Create keypair
 Modify security group
 Launch VM with security group and keypair specified

 is quite unfamiliar and generally results in support requests such as I
 can't ping or ssh my instance, I can't ssh into my instance it says
 permission denied, I don't know the username for my instance.


  --

 --
 *Sina Sadeghi*
 Lead Cloud Engineer

 *Aptira Pty Ltd*
 1800 APTIRA
 aptira.com http://www.aptira.com/
 Follow @aptira https://twitter.com/#/aptira

   ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



NUAGECO-LOGO-Fblan_petit.jpg___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question: how to make floating ip pools?

2012-11-27 Thread Ahmed Al-Mehdi
Hello,

If you don't mind me asking, how did you create/launch the VM instance
using the Cirros image?  Did you use Horizon or command line?  If command
line, can you please share the commands you used?

Thank you,
Ahmed.


On 11/27/12 1:31 AM, 이창만 cm224@samsung.com wrote:

Thanks a lot guys.

I've solved my issue for your advice. :)
It was caused by Port_id and Nova.conf of compute node.
Now I have to deploy swift and lunch vm instance using iso.
I'm appreciate if you answer my foolish question.

Best Regard.


 -Original Message-
 From: Choe, Cheng-Dae [mailto:white...@gmail.com]
 Sent: Tuesday, November 27, 2012 4:46 PM
 To: 이창만
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Question: how to make floating ip pools?

 Hi...
 --
 Choe, Cheng-Dae
 http://blog.woosum.net
 twitter: kiddtm

 2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성:

 
  Hello,
 
  I am doing below guide.
  https://github.com/mseknibilel/OpenStack-Folsom-Install-
 guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
  At Ch.11 Your First VM, I've encountered a error.
  My question is:
  1) What is the $put_id_floating_ip and $put_id_vm_port?
  e.g.) $ quantum floatingip-associate $put_id_floating_ip
$put_id_vm_port
 put_id_floating_ip  is your floating id. below command show your
floatingip.
 # quantum floatingip-list

+--+--+--
--
 -+--+
 | id   | fixed_ip_address |
 floating_ip_address | port_id  |

+--+--+--
--
 -+--+
 | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |

+--+--+--
--
 -+--+

 $put_id_vm_port is that your vm's port that attached your network. when
 your instance and floatingip is like below
 root@control:~# nova list

+--+---++
--
 +
 | ID   | Name  | Status | Networks
 |

+--+---++
--
 +
 | a7b32a1d-25b7-4efe-97ba-1dafd478ef2b | test0 | ACTIVE |
admin=172.16.1.3
 |

+--+---++
--
 +
 root@control:~# quantum port-list --
--device_id=a7b32a1d-25b7-4efe-97ba-
 1dafd478ef2b

+--+--+---+--
--

-
--
 +
 | id   | name | mac_address   |
 fixed_ips
 |

+--+--+---+--
--

-
--
 +
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |  | fa:16:3e:fd:9a:c5 |
 {subnet_id: f5a5e76c-3884-4438-b698-39fd30dc5ec5, ip_address:
 172.16.1.3} |

+--+--+---+--
--

-
--
 +
 root@control:~# quantum floatingip-list

+--+--+--
--
 -+--+
 | id   | fixed_ip_address |
 floating_ip_address | port_id  |

+--+--+--
--
 -+--+
 | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |

+--+--+--
--
 -+--+

 you can associate floatingip to instance like this.
 # quantum floatingip-associate abfb3889-32f4-4854-bd61-6fb37e406faa
 3be818d4-b4e9-4e9f-b42f-66701bd57b47


 
  2) How can I know whether controller node and compute is connected?

 $ nova-manage service list
 command show that what nova services is running.

 
  The status of Controller node - I can't see any resources.
  a.Overview of Project on horizon
 i.Quota Summary is empty
 1.Used of Available Instances : NULL
 2.Used of Available vCPUs : NULL
 3.Used MB of MB Available RAM : NULL
 
  == Error Log ==
 
  root@node1:/home/zeus# quantum floatingip-create --tenant-id
 7230c184c85141b59f6a0df0843ea0d2 ext_net
  Created a new floatingip:
  +-+--+
  | Field   | Value|
  +-+--+
  | fixed_ip_address|  |
  | floating_ip_address | 

Re: [Openstack] First steps in development for cloud.

2012-11-27 Thread Everett Toews
Hi Jorge,

Your questions are a bit vague. A bit more detail would be useful, such as what 
language are you looking to develop in?

It's not a tutorial but you might find http://wiki.openstack.org/SDKs helpful. 
It lists some of the known SDKs that have support for OpenStack.

As for auto-provisioning, you might want to checkout puppet or chef.

Regards,
Everett

From: Jorge Luiz Correa corre...@gmail.commailto:corre...@gmail.com
Date: Tuesday, November 27, 2012 6:45 AM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: [Openstack] First steps in development for cloud.

Hi all!!

I would like to know if there is some tutorial about first steps in development 
for cloud. For example, the dev team here asked to me about some API, libraries 
etc that help them in development of an application that could interact with 
the cloud. What they want is to develop an application that know it is running 
over a cloud environment. The second step would be auto-provisioning, creating 
new instances automatically.

Tks!!

--
- MSc. Correa, J.L.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question: how to make floating ip pools?

2012-11-27 Thread Choe, Cheng-Dae
Please refer my vm creation script
http://blog.woosum.net/archives/990

2012년 11월 27일 화요일에 Ahmed Al-Mehdi님이 작성:

 Hello,

 If you don't mind me asking, how did you create/launch the VM instance
 using the Cirros image?  Did you use Horizon or command line?  If command
 line, can you please share the commands you used?

 Thank you,
 Ahmed.


 On 11/27/12 1:31 AM, 이창만 cm224@samsung.com wrote:

 Thanks a lot guys.
 
 I've solved my issue for your advice. :)
 It was caused by Port_id and Nova.conf of compute node.
 Now I have to deploy swift and lunch vm instance using iso.
 I'm appreciate if you answer my foolish question.
 
 Best Regard.
 
 
  -Original Message-
  From: Choe, Cheng-Dae [mailto:white...@gmail.com]
  Sent: Tuesday, November 27, 2012 4:46 PM
  To: 이창만
  Cc: openstack@lists.launchpad.net
  Subject: Re: [Openstack] Question: how to make floating ip pools?
 
  Hi...
  --
  Choe, Cheng-Dae
  http://blog.woosum.net
  twitter: kiddtm
 
  2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성:
 
  
   Hello,
  
   I am doing below guide.
   https://github.com/mseknibilel/OpenStack-Folsom-Install-
  guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
  
   At Ch.11 Your First VM, I've encountered a error.
   My question is:
   1) What is the $put_id_floating_ip and $put_id_vm_port?
   e.g.) $ quantum floatingip-associate $put_id_floating_ip
 $put_id_vm_port
  put_id_floating_ip  is your floating id. below command show your
 floatingip.
  # quantum floatingip-list
 
 +--+--+--
 --
  -+--+
  | id   | fixed_ip_address |
  floating_ip_address | port_id  |
 
 +--+--+--
 --
  -+--+
  | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
  | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |
 
 +--+--+--
 --
  -+--+
 
  $put_id_vm_port is that your vm's port that attached your network. when
  your instance and floatingip is like below
  root@control:~# nova list
 
 +--+---++
 --
  +
  | ID   | Name  | Status | Networks
  |
 
 +--+---++
 --
  +
  | a7b32a1d-25b7-4efe-97ba-1dafd478ef2b | test0 | ACTIVE |
 admin=172.16.1.3
  |
 
 +--+---++
 --
  +
  root@control:~# quantum port-list --
 --device_id=a7b32a1d-25b7-4efe-97ba-
  1dafd478ef2b
 
 +--+--+---+--
 --
 
 -
 --
  +
  | id   | name | mac_address   |
  fixed_ips
  |
 
 +--+--+---+--
 --
 
  -+--+
 
  you can associate floatingip to instance like this.
  # quantum floatingip-associate abfb3889-32f4-4854-bd61-6fb37e406faa
  3be818d4-b4e9-4e9f-b42f-66701bd57b47
 
 
  
   2) How can I know whether controller node and compute is connected?
 
  $ nova-manage service list
  command show that what nova services is running.
 
  
   The status of Controller node - I can't see any resources.
   a.Overview of Project on horizon
  i.Quota Summary is empty
  1.Used of Available Instances : NULL
  2.Used of Available vCPUs : NULL
  3.Used MB of MB Available RAM : NULL
  
   == Error Log ==
  
   root@node1:/home/zeus# quantum floatingip-create --tenant-id
  7230c184c85141b59f6a0df0843ea0d2 ext_net
   Created a new floatingip:
   +-+--+
   | Field   | Value|
   +-+--+
   | fixed_ip_address|  |
   | floating_ip_address | 192.168.2.3  |
   | floating_network_id | 1d6b740f-3f19-482b-a0b8-b4bcd83d5b3b |
   | id  | fd6429bd-cf71-45c0-bf0b-3c80e1fe527b |
   | port_id |  |
   | router_id   |  |
   | tenant_id   | 7230c184c85141b59f6a0df0843ea0d2 |
   +-+--+
   root@node1:/home/zeus# quantum port-list
  
 +--+--+---+--
 
 -
 --
  ---+
   | id   | name | mac_address   |
  fixed_ips
  |
  
 

[Openstack] OpenStack + Fault Tolerance, Replication

2012-11-27 Thread Desta Haileselassie Hagos
Dear ALL,

I was wondering what sort of Fault tolerance does OpenStack use for the
Virtual machines so as to entertain the requests. Is Byzantine Fault
tolerance already in place or not??? or some sort of state Machine
replication??

Any pointers would be appreciated.


with best regards,

Desta
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack + Fault Tolerance, Replication

2012-11-27 Thread JuanFra Rodriguez Cardoso
Hi:

You can use a fault tolerant, network distributed file system as instances
storage. Check out this info:
http://docs.openstack.org/trunk/openstack-compute/admin/content/installing-moosefs-as-backend.html


Regards,
JuanFra.

2012/11/27 Desta Haileselassie Hagos desta161...@gmail.com

 Dear ALL,

 I was wondering what sort of Fault tolerance does OpenStack use for the
 Virtual machines so as to entertain the requests. Is Byzantine Fault
 tolerance already in place or not??? or some sort of state Machine
 replication??

 Any pointers would be appreciated.


 with best regards,

 Desta
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question: how to make floating ip pools?

2012-11-27 Thread Ahmed Al-Mehdi
Thank you for sending the link to your script, much appreciated.

Can you please shed some light when to use the —tenant_id=admin and 
--tenant_id=proj_one (a tenant other than admin tenant) when issuing the 
quantum command, e.g. creating external/internl network, sub-net, launching VM, 
etc.


In your script, do you assume the user has set OS_TENANT__NAME to admin or 
proj_one?

Thank you,
Ahmed.


From: Choe, Cheng-Dae white...@gmail.commailto:white...@gmail.com
Date: Tuesday, November 27, 2012 7:07 AM
To: Ahmed Al-Mehdi ah...@coraid.commailto:ah...@coraid.com
Cc: 이창만 cm224@samsung.commailto:cm224@samsung.com, 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net, Bilel 
Msekni 
bilel.mse...@telecom-sudparis.eumailto:bilel.mse...@telecom-sudparis.eu
Subject: Re: [Openstack] Question: how to make floating ip pools?

Please refer my vm creation script
http://blog.woosum.net/archives/990

2012년 11월 27일 화요일에 Ahmed Al-Mehdi님이 작성:
Hello,

If you don't mind me asking, how did you create/launch the VM instance
using the Cirros image?  Did you use Horizon or command line?  If command
line, can you please share the commands you used?

Thank you,
Ahmed.


On 11/27/12 1:31 AM, 이창만 cm224@samsung.com wrote:

Thanks a lot guys.

I've solved my issue for your advice. :)
It was caused by Port_id and Nova.conf of compute node.
Now I have to deploy swift and lunch vm instance using iso.
I'm appreciate if you answer my foolish question.

Best Regard.


 -Original Message-
 From: Choe, Cheng-Dae [mailto:white...@gmail.com]
 Sent: Tuesday, November 27, 2012 4:46 PM
 To: 이창만
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Question: how to make floating ip pools?

 Hi...
 --
 Choe, Cheng-Dae
 http://blog.woosum.net
 twitter: kiddtm

 2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성:

 
  Hello,
 
  I am doing below guide.
  https://github.com/mseknibilel/OpenStack-Folsom-Install-
 guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
  At Ch.11 Your First VM, I've encountered a error.
  My question is:
  1) What is the $put_id_floating_ip and $put_id_vm_port?
  e.g.) $ quantum floatingip-associate $put_id_floating_ip
$put_id_vm_port
 put_id_floating_ip  is your floating id. below command show your
floatingip.
 # quantum floatingip-list

+--+--+--
--
 -+--+
 | id   | fixed_ip_address |
 floating_ip_address | port_id  |

+--+--+--
--
 -+--+
 | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
 | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |

+--+--+--
--
 -+--+

 $put_id_vm_port is that your vm's port that attached your network. when
 your instance and floatingip is like below
 root@control:~# nova list

+--+---++
--
 +
 | ID   | Name  | Status | Networks
 |

+--+---++
--
 +
 | a7b32a1d-25b7-4efe-97ba-1dafd478ef2b | test0 | ACTIVE |
admin=172.16.1.3
 |

+--+---++
--
 +
 root@control:~# quantum port-list --
--device_id=a7b32a1d-25b7-4efe-97ba-
 1dafd478ef2b

+--+--+---+--
--

-
--
 +
 | id   | name | mac_address   |
 fixed_ips
 |

+--+--+---+--
--

 -+--+

 you can associate floatingip to instance like this.
 # quantum floatingip-associate abfb3889-32f4-4854-bd61-6fb37e406faa
 3be818d4-b4e9-4e9f-b42f-66701bd57b47


 
  2) How can I know whether controller node and compute is connected?

 $ nova-manage service list
 command show that what nova services is running.

 
  The status of Controller node - I can't see any resources.
  a.Overview of Project on horizon
 i.Quota Summary is empty
 1.Used of Available Instances : NULL
 2.Used of Available vCPUs : NULL
 3.Used MB of MB Available RAM : NULL
 
  == Error Log ==
 
  root@node1:/home/zeus# quantum floatingip-create --tenant-id
 7230c184c85141b59f6a0df0843ea0d2 ext_net
  Created a new floatingip:
  +-+--+
  | Field   | Value|
  +-+--+
  | fixed_ip_address|  

Re: [Openstack] Dashboard boot from volume question

2012-11-27 Thread Vishvananda Ishaya

On Nov 26, 2012, at 7:30 PM, Sina Sadeghi s...@aptira.com wrote:

 Hi again list,
 
 I am wondering why the dashboard UI around booting from volume is setup the 
 way it is?
 
 Currently the user is presented with an Instance source: pulldown menu when 
 they want to launch an instance. Only Image and Snapshot are present in this 
 list. A user must go to the volume tab and specify boot from volume there. 
 However, if the user does not also specify an image or snapshot, then the 
 error 
 
 Please select an option for the instance source. 
 
 is presented to the user. 
 
 Shouldn't the Instance source: pulldown menu have a Volume list item so 
 this error doesn't occur?

This would definitely make more sense. Unfortunately image id is still required 
even when booting from volume. There is some work being done to fix this for 
grizzly, so hopefully soon that will be an option. There is a bit of additional 
work needed around the ux of booting from a volume. It would be nice if the ui 
offered an option to select an image and have it copied to a volume 
automatically for you at boot time, but there are still a few blockers before 
that works cleanly.

Vish

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create or change password when instances started or rebuilded?

2012-11-27 Thread Vishvananda Ishaya
To get libvirt to inject a password at boot time, you need to set

libvirt_inject_password=True

Note that this only works with linux variants and it is off by default
because we are trying to avoid messing with image filesystems.

The nova root-password is only supported in xenapi with a guest agent
running. I have some protypes in progress for better password setting
which I will be turning into a blueprint soon.

Vish

On Nov 26, 2012, at 11:21 PM, livemoon mwjpi...@gmail.com wrote:

 I saw there is option enable_instance_password in nova.conf in openstack 
 offical doc. But there are no more infomation and how to create password when 
 instances created.
 
 I want to know does kvm(libvirt) support this. And how to use it?
 
 Another question, I use  nova root-password in kvm. but it seems not work. 
 Does it support kvm?
 
 Thanks.
 
 -- 
 Blog Site: livemoon.org
 Twitter: mwjpiero
 非淡薄无以明志,非宁静无以致远
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard boot from volume question

2012-11-27 Thread Gabriel Hurley
Yep, what Vish said. Everything about the current Boot From Volume UI is driven 
by contraints from Nova which the Nova core team is aware of and is working to 
fix. I will certainly not argue that the current UX in Horizon around it is any 
good at all. Look for improvements in the late G or H timeframe.


-  Gabriel

From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net 
[mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On 
Behalf Of Vishvananda Ishaya
Sent: Tuesday, November 27, 2012 8:24 AM
To: Sina Sadeghi
Cc: openstack
Subject: Re: [Openstack] Dashboard boot from volume question


On Nov 26, 2012, at 7:30 PM, Sina Sadeghi 
s...@aptira.commailto:s...@aptira.com wrote:


Hi again list,

I am wondering why the dashboard UI around booting from volume is setup the way 
it is?

Currently the user is presented with an Instance source: pulldown menu when 
they want to launch an instance. Only Image and Snapshot are present in this 
list. A user must go to the volume tab and specify boot from volume there. 
However, if the user does not also specify an image or snapshot, then the error

Please select an option for the instance source.

is presented to the user.

Shouldn't the Instance source: pulldown menu have a Volume list item so this 
error doesn't occur?

This would definitely make more sense. Unfortunately image id is still required 
even when booting from volume. There is some work being done to fix this for 
grizzly, so hopefully soon that will be an option. There is a bit of additional 
work needed around the ux of booting from a volume. It would be nice if the ui 
offered an option to select an image and have it copied to a volume 
automatically for you at boot time, but there are still a few blockers before 
that works cleanly.

Vish

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Call for testing : 2012.2.1 tarballs

2012-11-27 Thread Mark McLoughlin
Hey,

We're still hoping to releasing 2012.2.1 on Thursday.

We've had a huge amount of activity in the last week, so we would really
appreciate all efforts to test the latest tarballs. The current bugs
fixed tallies are:

   79 nova
   33 quantum
   11 glance
7 keystone
3 cinder
1 horizon
  134 total

Things to note:

  * It looks like there might be a regression on stable/folsom with 
ceph/rbd:

  https://bugs.launchpad.net/nova/+bug/1083818

Adam Gandelman and Josh Durgin are chasing it.

  * There's a very serious known issue with the image cache cleanup 
code when you're using shared storage:

  https://bugs.launchpad.net/nova/+bug/1078594

The fix is invasive and risky, but there's a known workaround (i.e. 
disable the image cache manager) which Vish has documented in the 
release notes.

We may just disable the image cache manager by default for the 
release.

  * The Quantum linuxbridge plugin fix which allows us to move away from
using libvirt's type=ethernet has been merged, but it isn't 
really useful without the corresponding change to the Nova VIF 
driver.

   https://review.openstack.org/16223

Given the limited number of users affected, maybe we can consider
merging the Nova change before the release too.

One detail here is that if we merge the Nova VIF change, we would 
need to warn users to update Quantum before Nova. 

  * Please add stuff to the release notes as it occurs to you:

  http://wiki.openstack.org/ReleaseNotes/2012.2.1

Cheers,
Mark.

On Tue, 2012-11-20 at 21:50 +, Mark McLoughlin wrote:
 Hey,
 
 We're hoping to publish Nova, Glance, Keystone, Quantum, Cinder and
 Horizon 2012.2.1 next week (Nov 29).
 
 The list of issues fixed so far can be seen here:
 
   https://launchpad.net/nova/+milestone/2012.2.1
   https://launchpad.net/glance/+milestone/2012.2.1
   https://launchpad.net/keystone/+milestone/2012.2.1
   https://launchpad.net/quantum/+milestone/2012.2.1
   https://launchpad.net/cinder/+milestone/2012.2.1
   https://launchpad.net/horizon/+milestone/2012.2.1
 
 That's roughly 80 bugs.
 
 We'd appreciate anyone who could give the candidate tarballs a whirl:
 
   http://tarballs.openstack.org/nova/nova-stable-folsom.tar.gz
   http://tarballs.openstack.org/glance/glance-stable-folsom.tar.gz
   http://tarballs.openstack.org/keystone/keystone-stable-folsom.tar.gz
   http://tarballs.openstack.org/quantum/quantum-stable-folsom.tar.gz
   http://tarballs.openstack.org/cinder/cinder-stable-folsom.tar.gz
   http://tarballs.openstack.org/horizon/horizon-stable-folsom.tar.gz
 
 We've also started drafting release notes here:
 
   http://wiki.openstack.org/ReleaseNotes/2012.2.1
 
 Contributions to those release notes are very welcome.
 
 Thanks!
 Mark.



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] LVM over LVM is acceptable?

2012-11-27 Thread Lei Zhang
Got it.

Could Cinder can check the created volume? I can not find any command
like cinder
update. I try to extends the volume by lvextend, but data in the cinder db
doesn't update. So when I delete the changed volume, it raise error.

On Tue, Nov 27, 2012 at 12:34 PM, Dean Troyer dtro...@gmail.com wrote:

On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang zhang.lei@gmail.com wrote:
  Another question. If the vm treat the vol-0 as a normal block device, is
 it
  necessary to partition? If not, the fdisk will show Disk /dev/vdb doesn't
  contain a valid partition table. If yes, how can I extend the volume on
 the
  vm? It seems that treat the volume as a normal block device is not a good
  idea.

 It is not necessary to partition the device (vdb) inside com-0.  If
 you use it as an LVM physical device (PV) inside com-0 then pvresize
 will update the metadata o recognize the new size inside com-0 after
 you lvextend the vol-0 in the host.

 If you do partition /dev/vdb and don't use LVM in com-0 it is still
 possible to grow a partition, but you'll have to delete and re-create
 the last partition to get com-0 to recognize the additional space.
 And you'd also need to do the filesystem resize too.

 Nested LVM can be tricky but if you are careful to keep the layers
 separated it can work.

 dt

 --

 Dean Troyer
 dtro...@gmail.com

-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Question: how to make floating ip pools?

2012-11-27 Thread Choe, Cheng-Dae
Hi..~
--
Choe, Cheng-Dae
http://blog.woosum.net
twitter: kiddtm

2012. 11. 28., 오전 12:28, Ahmed Al-Mehdi ah...@coraid.com 작성:

 Thank you for sending the link to your script, much appreciated.
 
 Can you please shed some light when to use the —tenant_id=admin and 
 --tenant_id=proj_one (a tenant other than admin tenant) when issuing the 
 quantum command, e.g. creating external/internl network, sub-net, launching 
 VM, etc.

when first run it require to create external network. so we require admin 
tenant, admin user
$ . openrc admin
$ vm_create.sh # without argument then it create external/internal networks 
only
$ vm_create.sh admin_vm  # then create admin user's instance named admin_vm
$ . openrc demo# switch to demo tenant
$ vm_create.sh demo_vm  # create demo tenant's internal networks and create 
instance named demo_vm

in summary
- when create external network, it requires admin tenant, admin user
- the other things are run by and tenant, user

 
 
 In your script, do you assume the user has set OS_TENANT__NAME to admin or 
 proj_one?
 
 Thank you,
 Ahmed.
 
 
 From: Choe, Cheng-Dae white...@gmail.com
 Date: Tuesday, November 27, 2012 7:07 AM
 To: Ahmed Al-Mehdi ah...@coraid.com
 Cc: 이창만 cm224@samsung.com, openstack@lists.launchpad.net 
 openstack@lists.launchpad.net, Bilel Msekni 
 bilel.mse...@telecom-sudparis.eu
 Subject: Re: [Openstack] Question: how to make floating ip pools?
 
 Please refer my vm creation script
 http://blog.woosum.net/archives/990
 
 2012년 11월 27일 화요일에 Ahmed Al-Mehdi님이 작성:
 Hello,
 
 If you don't mind me asking, how did you create/launch the VM instance
 using the Cirros image?  Did you use Horizon or command line?  If command
 line, can you please share the commands you used?
 
 Thank you,
 Ahmed.
 
 
 On 11/27/12 1:31 AM, 이창만 cm224@samsung.com wrote:
 
 Thanks a lot guys.
 
 I've solved my issue for your advice. :)
 It was caused by Port_id and Nova.conf of compute node.
 Now I have to deploy swift and lunch vm instance using iso.
 I'm appreciate if you answer my foolish question.
 
 Best Regard.
 
 
  -Original Message-
  From: Choe, Cheng-Dae [mailto:white...@gmail.com]
  Sent: Tuesday, November 27, 2012 4:46 PM
  To: 이창만
  Cc: openstack@lists.launchpad.net
  Subject: Re: [Openstack] Question: how to make floating ip pools?
 
  Hi...
  --
  Choe, Cheng-Dae
  http://blog.woosum.net
  twitter: kiddtm
 
  2012. 11. 27., 오후 2:59, 이창만 cm224@samsung.com 작성:
 
  
   Hello,
  
   I am doing below guide.
   https://github.com/mseknibilel/OpenStack-Folsom-Install-
  guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst
  
   At Ch.11 Your First VM, I've encountered a error.
   My question is:
   1) What is the $put_id_floating_ip and $put_id_vm_port?
   e.g.) $ quantum floatingip-associate $put_id_floating_ip
 $put_id_vm_port
  put_id_floating_ip  is your floating id. below command show your
 floatingip.
  # quantum floatingip-list
 
 +--+--+--
 --
  -+--+
  | id   | fixed_ip_address |
  floating_ip_address | port_id  |
 
 +--+--+--
 --
  -+--+
  | abfb3889-32f4-4854-bd61-6fb37e406faa | 172.16.1.3   | 10.100.1.131
  | 3be818d4-b4e9-4e9f-b42f-66701bd57b47 |
 
 +--+--+--
 --
  -+--+
 
  $put_id_vm_port is that your vm's port that attached your network. when
  your instance and floatingip is like below
  root@control:~# nova list
 
 +--+---++
 --
  +
  | ID   | Name  | Status | Networks
  |
 
 +--+---++
 --
  +
  | a7b32a1d-25b7-4efe-97ba-1dafd478ef2b | test0 | ACTIVE |
 admin=172.16.1.3
  |
 
 +--+---++
 --
  +
  root@control:~# quantum port-list --
 --device_id=a7b32a1d-25b7-4efe-97ba-
  1dafd478ef2b
 
 +--+--+---+--
 --
 
 -
 --
  +
  | id   | name | mac_address   |
  fixed_ips
  |
 
 +--+--+---+--
 --
 
  -+--+
 
  you can associate floatingip to instance like this.
  # quantum floatingip-associate abfb3889-32f4-4854-bd61-6fb37e406faa
  3be818d4-b4e9-4e9f-b42f-66701bd57b47
 
 
  
   2) How can I know whether controller node and compute is connected?
 
  $ nova-manage service list
  command show that what nova services is running.
 
  
   The status of Controller node 

Re: [Openstack] LVM over LVM is acceptable?

2012-11-27 Thread Matt Joyce
other hazard to mention.

live fs resizes tend to be sketchy.  the growing of a live filesystem is
possible and tends to work.  but shrinking for obvious reasons is very
dangerous and can be wrought with peril.  also cannot be done live as far
as I know for any ext filesystem.

-matt

On Tue, Nov 27, 2012 at 6:13 PM, Lei Zhang zhang.lei@gmail.com wrote:

 Got it.

 Could Cinder can check the created volume? I can not find any command like 
 cinder
 update. I try to extends the volume by lvextend, but data in the cinder
 db doesn't update. So when I delete the changed volume, it raise error.

 On Tue, Nov 27, 2012 at 12:34 PM, Dean Troyer dtro...@gmail.com wrote:

 On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang zhang.lei@gmail.com
 wrote:
  Another question. If the vm treat the vol-0 as a normal block device,
 is it
  necessary to partition? If not, the fdisk will show Disk /dev/vdb
 doesn't
  contain a valid partition table. If yes, how can I extend the volume on
 the
  vm? It seems that treat the volume as a normal block device is not a
 good
  idea.

 It is not necessary to partition the device (vdb) inside com-0.  If
 you use it as an LVM physical device (PV) inside com-0 then pvresize
 will update the metadata o recognize the new size inside com-0 after
 you lvextend the vol-0 in the host.

 If you do partition /dev/vdb and don't use LVM in com-0 it is still
 possible to grow a partition, but you'll have to delete and re-create
 the last partition to get com-0 to recognize the additional space.
 And you'd also need to do the filesystem resize too.

 Nested LVM can be tricky but if you are careful to keep the layers
 separated it can work.

 dt

 --

 Dean Troyer
 dtro...@gmail.com

 --
 Lei Zhang

 Blog: http://jeffrey4l.github.com
 twitter/weibo: @jeffrey4l


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] High bandwidth networking with openstack

2012-11-27 Thread Narayan Desai
I've finally finished my writeup describing the experiments that we
performed using Openstack to drive a wide area 100 gigabit network.
I've included all of the details for configuration and tuning, as well
as speculation why we're seeing such good numbers.

tl;dr: you can push a whole lot of network bandwidth out of an
openstack deployment with kvm/virtio; we hit 98 gigabits peak with 10
instances across 50 ms of latency.

The post is here:
http://buriedlede.blogspot.com/2012/11/driving-100-gigabit-network-with.html

I'm happy to discuss this in more detail, if there are additional questions.
 -nld

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] LVM over LVM is acceptable?

2012-11-27 Thread John Griffith
On Tue, Nov 27, 2012 at 7:19 PM, Matt Joyce matt.jo...@cloudscaling.comwrote:

 other hazard to mention.

 live fs resizes tend to be sketchy.  the growing of a live filesystem is
 possible and tends to work.  but shrinking for obvious reasons is very
 dangerous and can be wrought with peril.  also cannot be done live as far
 as I know for any ext filesystem.

 -matt

 On Tue, Nov 27, 2012 at 6:13 PM, Lei Zhang zhang.lei@gmail.comwrote:

  Got it.

 Could Cinder can check the created volume? I can not find any command
 like cinder update. I try to extends the volume by lvextend, but data in
 the cinder db doesn't update. So when I delete the changed volume, it raise
 error.

 On Tue, Nov 27, 2012 at 12:34 PM, Dean Troyer dtro...@gmail.com wrote:

 On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang zhang.lei@gmail.com
 wrote:
  Another question. If the vm treat the vol-0 as a normal block device,
 is it
  necessary to partition? If not, the fdisk will show Disk /dev/vdb
 doesn't
  contain a valid partition table. If yes, how can I extend the volume
 on the
  vm? It seems that treat the volume as a normal block device is not a
 good
  idea.

 It is not necessary to partition the device (vdb) inside com-0.  If
 you use it as an LVM physical device (PV) inside com-0 then pvresize
 will update the metadata o recognize the new size inside com-0 after
 you lvextend the vol-0 in the host.

 If you do partition /dev/vdb and don't use LVM in com-0 it is still
 possible to grow a partition, but you'll have to delete and re-create
 the last partition to get com-0 to recognize the additional space.
 And you'd also need to do the filesystem resize too.

 Nested LVM can be tricky but if you are careful to keep the layers
 separated it can work.

 dt

 --

 Dean Troyer
 dtro...@gmail.com

 --
 Lei Zhang

 Blog: http://jeffrey4l.github.com
 twitter/weibo: @jeffrey4l


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


There is no functionality to re-size a Cinder Volume.

John
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] LVM over LVM is acceptable?

2012-11-27 Thread Lei Zhang
I think the extend the size the volume is reasonable and easy
implementable. But the shrink of the LV is very dangerous. So add the
feature of extends the Volume size for the Cinder is OK.

Could you guys agree with me?


On Wed, Nov 28, 2012 at 12:56 PM, John Griffith john.griff...@solidfire.com
 wrote:



 On Tue, Nov 27, 2012 at 7:19 PM, Matt Joyce 
 matt.jo...@cloudscaling.comwrote:

 other hazard to mention.

 live fs resizes tend to be sketchy.  the growing of a live filesystem is
 possible and tends to work.  but shrinking for obvious reasons is very
 dangerous and can be wrought with peril.  also cannot be done live as far
 as I know for any ext filesystem.

 -matt

 On Tue, Nov 27, 2012 at 6:13 PM, Lei Zhang zhang.lei@gmail.comwrote:

  Got it.

 Could Cinder can check the created volume? I can not find any command
 like cinder update. I try to extends the volume by lvextend, but data
 in the cinder db doesn't update. So when I delete the changed volume, it
 raise error.

 On Tue, Nov 27, 2012 at 12:34 PM, Dean Troyer dtro...@gmail.com
 wrote:

 On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang zhang.lei@gmail.com
 wrote:
  Another question. If the vm treat the vol-0 as a normal block device,
 is it
  necessary to partition? If not, the fdisk will show Disk /dev/vdb
 doesn't
  contain a valid partition table. If yes, how can I extend the volume
 on the
  vm? It seems that treat the volume as a normal block device is not a
 good
  idea.

 It is not necessary to partition the device (vdb) inside com-0.  If
 you use it as an LVM physical device (PV) inside com-0 then pvresize
 will update the metadata o recognize the new size inside com-0 after
 you lvextend the vol-0 in the host.

 If you do partition /dev/vdb and don't use LVM in com-0 it is still
 possible to grow a partition, but you'll have to delete and re-create
 the last partition to get com-0 to recognize the additional space.
 And you'd also need to do the filesystem resize too.

 Nested LVM can be tricky but if you are careful to keep the layers
 separated it can work.

 dt

 --

 Dean Troyer
 dtro...@gmail.com

 --
 Lei Zhang

 Blog: http://jeffrey4l.github.com
 twitter/weibo: @jeffrey4l


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 There is no functionality to re-size a Cinder Volume.

 John




-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Handling of adminPass is arguably broken (essex)

2012-11-27 Thread Sam Stoelinga
Hi,

Just noticed the following two projects:
https://github.com/rackspace/openstack-guest-agents-windows-xenserver
https://github.com/rackspace/openstack-guest-agents-unix

Would those be useful in creating an agent like Vish described?
It seems they currently only support Xen? Haven't taken a deep look yet.

a) put a public key on the instance via metadata or config drive (for ease
 of use this could actually just be the ssh public key you normally use for
 logging into the vm).
 b) have a daemon in the windows instance that:
  * generates a random password
  * sets the administrator password to the random password
  * encrypts it with the public key
  * serves the encrypted password over https on a known port (say )
 c) open up port () in the instance's security group
 d) retrieve the encrypted password and decrypt it
 e) close port () in the instances security group


Was wondering if it's planned for Grizzly a way to change the password for
libvirt/kvm guests (unix and windows)?
Is there any blueprint available?

Sam

On Sat, Nov 3, 2012 at 3:15 AM, Pádraig Brady p...@draigbrady.com wrote:

 On 11/02/2012 07:03 PM, Lars Kellogg-Stedman wrote:

 On Thu, Nov 01, 2012 at 11:03:14AM -0700, Vishvananda Ishaya wrote:

 The new config drive code defaults to iso-9660, so that should work. The
 vfat version should probably create a partition table.


 Is that what Folsom is using?  Or is it new-er than that?


 That's in Folsom




 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] The list of the backend storage for openstack.

2012-11-27 Thread Lei Zhang
Hi all ,

Here is my understanding about the stroage in the openstack, I am very
happy about that who can figure out the wrong meaning or add your comment
for this.

Right now, there are two main kinds of storage needed by Openstack. One is
for Image, the other one is for Volume. These two support many kinds of
storage.

Image ( Glance servicer ):

File

NAS

CIFS
NFS
FTP
...

SAN

ISCSI
AoE
...

Local

HTTP
RBD(Ceph)
S3
Swift

Volume (Cinder/nova-volume)

SAN

ISCSI
AoE


Local
  LVM

RBD (Ceph)
Sheepdog


Questions:
1. What's the position for swift. It is just the image container for the
glance server?
2. Is there any rules when making choice?
2. What's your tend to choice in so many solution? and why?


-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Live migration occur error

2012-11-27 Thread Edward_Doong
Dear
i follow foc. for Live migration function by NFSv4.
http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-migrations.html

but when i use the command:
#nova live-migration 08e028a5-1fc3-48d0-9de9-6a1c24733e95 HostB
the libvirt will occur error message:
3758: error : virNetClientProgramDispatchError:174 : Unable to pre-create 
chardev file '/mnt/instances/instance-0012/console.log': No such file or 
directory
i'm sure the instance path have console.log file.

and i found information:
https://bugs.launchpad.net/nova/+bug/984996

does it the same issue??or i miss some env.

Thanks all

Edward
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to get the Configuration options from api_paste.ini

2012-11-27 Thread Trinath Somanchi
Hi Stackers-

In the Folsom source code, I have found, cfg.CONF.xxx gives the
configuration file data as Key to value format, like i can get the sql
connection string as

cfg.CONF.sql_connection

But then, we have a configuration option, api_paste_config in the
configuration files both in nova and quantum.

How to get the data from the paste configuration in the format similar
above.

Is there any such implementation for study which throws some light on
finding the paste configuration values.

help me in this regard

Thanks in advance.

-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #663

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/663/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 09:01:44 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdated code to update attach_time of a volume while detachingby chuck.shorteditnova/db/sqlalchemy/api.pyeditnova/api/ec2/cloud.pyeditnova/tests/test_volume.pyeditnova/tests/api/ec2/test_cloud.pyXenAPI should only snapshot root diskby vishvanandaeditnova/virt/xenapi/vm_utils.pyeditnova/virt/xenapi/fake.pyeditnova/tests/xenapi/stubs.pylibvirt: ignore deleted domain while get block devby jogoeditnova/virt/libvirt/driver.pyFix XML response for return_reservation_id.by jogoeditnova/api/openstack/compute/servers.pyBackupCreate rotation parameter >= 0by vishvanandaeditnova/compute/manager.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/tests/api/openstack/compute/contrib/test_admin_actions.pyFix error on invalid delete_on_termination valueby jogoeditnova/tests/api/openstack/compute/test_servers.pyeditnova/api/openstack/compute/servers.pyUsed instance uuid rather than id in remove-fixed-ipby jogoeditnova/network/api.pylibvirt: Regenerates xml instead of using on-diskby vishvanandaeditnova/virt/libvirt/driver.pyConsole Output[...truncated 4245 lines...]dch -a [fbe835f] Fix live migration volume assignment.dch -a [a369303] Always use bdm in instance_block_mapping on Xendch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsomdch -a [85a8bc2] Used instance uuid rather than id in remove-fixed-ipdch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [284f6ea] Set instance host field after resource claimdch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-e1222784-5eae-4667-8fc9-e43677b6f1c8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-e1222784-5eae-4667-8fc9-e43677b6f1c8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #664

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/664/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 09:31:40 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate db entry before upate the DHCP host file.by vishvanandaeditnova/network/manager.pyFix Incorrect Exception when metadata is over 255 charactersby vishvanandaeditnova/tests/api/openstack/compute/test_server_metadata.pyeditnova/compute/api.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/api/openstack/compute/server_metadata.pyeditnova/exception.pyeditnova/api/openstack/compute/servers.pyCorrect _extract_query_params in image.glanceby vishvanandaeditnova/image/glance.pyConsole Output[...truncated 4252 lines...]dch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsomdch -a [85a8bc2] Used instance uuid rather than id in remove-fixed-ipdch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-09dec4d8-7861-4073-a32b-cf561133ed76', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-09dec4d8-7861-4073-a32b-cf561133ed76', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_stable #670

2012-11-27 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/670/Project:precise_folsom_nova_stableDate of build:Tue, 27 Nov 2012 09:31:40 -0500Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate db entry before upate the DHCP host file.by vishvanandaeditnova/network/manager.pyFix Incorrect Exception when metadata is over 255 charactersby vishvanandaeditnova/api/openstack/compute/server_metadata.pyeditnova/exception.pyeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_server_metadata.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/compute/api.pyCorrect _extract_query_params in image.glanceby vishvanandaeditnova/image/glance.pyConsole Output[...truncated 3410 lines...]dch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsomdch -a [85a8bc2] Used instance uuid rather than id in remove-fixed-ipdch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-adba8817-e260-475a-bb6f-c30e34b7da95', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-adba8817-e260-475a-bb6f-c30e34b7da95', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #665

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/665/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 10:01:41 -0500Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDis-associate an auto-assigned floating IP should return proper warningby vishvanandaeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/tests/network/test_manager.pyeditnova/exception.pyeditnova/tests/api/openstack/compute/contrib/test_floating_ips.pyeditnova/api/ec2/cloud.pyeditnova/network/manager.pylibvirt: continue detach if instance not foundby vishvanandaeditnova/virt/libvirt/driver.pyConsole Output[...truncated 4257 lines...]dch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2c635b22-9f90-47aa-a72b-bdb468928b6b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2c635b22-9f90-47aa-a72b-bdb468928b6b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_stable #671

2012-11-27 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/671/Project:precise_folsom_nova_stableDate of build:Tue, 27 Nov 2012 10:01:42 -0500Build duration:2 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDis-associate an auto-assigned floating IP should return proper warningby vishvanandaeditnova/tests/api/openstack/compute/contrib/test_floating_ips.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/api/ec2/cloud.pyeditnova/exception.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/network/manager.pyeditnova/tests/network/test_manager.pylibvirt: continue detach if instance not foundby vishvanandaeditnova/virt/libvirt/driver.pyConsole Output[...truncated 3415 lines...]dch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ba35bdad-1c5b-4ec1-974a-8acad4ca0642', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ba35bdad-1c5b-4ec1-974a-8acad4ca0642', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_stable #672

2012-11-27 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/672/Project:precise_folsom_nova_stableDate of build:Tue, 27 Nov 2012 10:31:41 -0500Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesHandle instances not being found in EC2 API responses.by vishvanandaeditnova/tests/api/ec2/test_cloud.pyeditnova/tests/api/ec2/test_middleware.pyeditnova/api/ec2/ec2utils.pyDeclare vpn client option in pipelibby vishvanandaeditnova/cloudpipe/pipelib.pyConsole Output[...truncated 3419 lines...]dch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [69663ee] Declare vpn client option in pipelibdch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6e47cc8] Handle instances not being found in EC2 API responses.dch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7555427c-00c9-4e98-b95b-cfc23ae52b68', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7555427c-00c9-4e98-b95b-cfc23ae52b68', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #667

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/667/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 12:21:48 -0500Build duration:2 min 47 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 4261 lines...]dch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [69663ee] Declare vpn client option in pipelibdch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6e47cc8] Handle instances not being found in EC2 API responses.dch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-4279f31b-a1cd-492c-aafb-24791bcb9077', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-4279f31b-a1cd-492c-aafb-24791bcb9077', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_nova_stable #668

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/668/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 12:26:10 -0500Build duration:2 min 52 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 4261 lines...]dch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [69663ee] Declare vpn client option in pipelibdch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6e47cc8] Handle instances not being found in EC2 API responses.dch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-357f5856-1fc9-4718-a956-26e834c7643b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-357f5856-1fc9-4718-a956-26e834c7643b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_nova_stable #669

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/669/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 12:31:20 -0500Build duration:14 minBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 20211 lines...]dch -a [ebabd02] libvirt: persist volume attachments into configdch -a [dcb59c3] Correct _extract_query_params in image.glancedch -a [fbe835f] Fix live migration volume assignment.dch -a [a369303] Always use bdm in instance_block_mapping on Xendch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsomdch -a [85a8bc2] Used instance uuid rather than id in remove-fixed-ipdch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [69663ee] Declare vpn client option in pipelibdch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6e47cc8] Handle instances not being found in EC2 API responses.dch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2012.2.1+git201211271232~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A nova_2012.2.1+git201211271232~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-stable-testing nova_2012.2.1+git201211271232~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom nova_2012.2.1+git201211271232~quantal-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/nova/quantal-folsom+ [ ! 0 ]+ jenkins-cli build quantal_folsom_deployEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_deploy #102

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/102/Project:quantal_folsom_deployDate of build:Tue, 27 Nov 2012 12:45:46 -0500Build duration:23 secBuild cause:Started by command lineBuilt on:masterHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesBuild Artifactslogs/syslog.tar.gzlogs/test-02.os.magners.qa.lexington-log.tar.gzlogs/test-03.os.magners.qa.lexington-log.tar.gzlogs/test-04.os.magners.qa.lexington-log.tar.gzlogs/test-05.os.magners.qa.lexington-log.tar.gzlogs/test-06.os.magners.qa.lexington-log.tar.gzlogs/test-07.os.magners.qa.lexington-log.tar.gzlogs/test-08.os.magners.qa.lexington-log.tar.gzlogs/test-09.os.magners.qa.lexington-log.tar.gzlogs/test-10.os.magners.qa.lexington-log.tar.gzlogs/test-11.os.magners.qa.lexington-log.tar.gzlogs/test-12.os.magners.qa.lexington-log.tar.gzConsole Output[...truncated 11 lines...]DEBUG: Calling juju, attempt 1: juju destroy-service nova-computeDEBUG: Destroying service: nova-volumeDEBUG: Calling juju, attempt 1: juju destroy-service nova-volumeDEBUG: Destroying service: nova-cloud-controllerDEBUG: Calling juju, attempt 1: juju destroy-service nova-cloud-controllerDEBUG: Destroying service: cephDEBUG: Calling juju, attempt 1: juju destroy-service cephDEBUG: Destroying service: keystoneDEBUG: Calling juju, attempt 1: juju destroy-service keystoneDEBUG: Destroying service: rabbitmqDEBUG: Calling juju, attempt 1: juju destroy-service rabbitmqDEBUG: Destroying service: mysqlDEBUG: Calling juju, attempt 1: juju destroy-service mysqlDEBUG: Destroying service: openstack-dashboardDEBUG: Calling juju, attempt 1: juju destroy-service openstack-dashboardDEBUG: Destroying service: glanceDEBUG: Calling juju, attempt 1: juju destroy-service glanceDEBUG: Cleaning cached charms from ZK.DEBUG: Removing charms set(['local_3a_precise_2f_nova-compute-73', 'local_3a_precise_2f_keystone-163', 'local_3a_precise_2f_nova-cloud-controller-141', 'local_3a_precise_2f_rabbitmq-server-37', 'local_3a_precise_2f_nova-volume-16', 'local_3a_precise_2f_mysql-164', 'local_3a_precise_2f_openstack-dashboard-18', 'local_3a_precise_2f_glance-72', 'local_3a_precise_2f_ceph-88'])DEBUG: Terminating machine: 37DEBUG: Calling juju, attempt 1: juju terminate-machine 37DEBUG: Terminating machine: 38DEBUG: Calling juju, attempt 1: juju terminate-machine 38DEBUG: Terminating machine: 39DEBUG: Calling juju, attempt 1: juju terminate-machine 39DEBUG: Terminating machine: 40DEBUG: Calling juju, attempt 1: juju terminate-machine 40DEBUG: Terminating machine: 41DEBUG: Calling juju, attempt 1: juju terminate-machine 41DEBUG: Terminating machine: 42DEBUG: Calling juju, attempt 1: juju terminate-machine 42DEBUG: Terminating machine: 43DEBUG: Calling juju, attempt 1: juju terminate-machine 43DEBUG: Terminating machine: 44DEBUG: Calling juju, attempt 1: juju terminate-machine 44DEBUG: Terminating machine: 45DEBUG: Calling juju, attempt 1: juju terminate-machine 45- Destroying services- Destroying machines+ /var/lib/jenkins/tools/jenkins-scripts/flush_cached_charms.sh+ /var/lib/jenkins/tools/jenkins-scripts/set_deploy_release.sh quantalsudo: cobbler: command not foundCurrent distro: sudo: cobbler: command not found+ exit 1Build step 'Execute shell' marked build as failureArchiving artifactsEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_nova_stable #673

2012-11-27 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/673/Project:precise_folsom_nova_stableDate of build:Tue, 27 Nov 2012 12:34:50 -0500Build duration:13 minBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 19336 lines...]dch -a [ebabd02] libvirt: persist volume attachments into configdch -a [dcb59c3] Correct _extract_query_params in image.glancedch -a [fbe835f] Fix live migration volume assignment.dch -a [a369303] Always use bdm in instance_block_mapping on Xendch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsomdch -a [85a8bc2] Used instance uuid rather than id in remove-fixed-ipdch -a [c2a9150] Fix typo so setting volume_tmp_dir worksdch -a [1581505] Fixes bug Snapshotting LXC instance failsdch -a [395511f] Save exceptions earlier in finish_resizedch -a [42a85c0] Fix error on invalid delete_on_termination valuedch -a [69663ee] Declare vpn client option in pipelibdch -a [78de622] Fix Incorrect Exception when metadata is over 255 charactersdch -a [8f6a718] Update kernel_id and ramdisk_id while rebuilding instancedch -a [93efa21] Deallocate network if instance is deleted in spawndch -a [3db2a38] 'BackupCreate' rotation parameter >= 0dch -a [c313de4] Update db entry before upate the DHCP host file.dch -a [284f6ea] Set instance host field after resource claimdch -a [bd11d15] libvirt: continue detach if instance not founddch -a [1857821] nova-manage doesn't validate key to update the quotadch -a [f4ab42d] Fix XML response for return_reservation_id.dch -a [ff776d4] libvirt: ignore deleted domain while get block devdch -a [6e47cc8] Handle instances not being found in EC2 API responses.dch -a [22c3d7b] Dis-associate an auto-assigned floating IP should return proper warningdch -a [6a17579] XenAPI should only snapshot root diskdch -a [197398f] Stop network.api import on network importdch -a [b874d21] Eliminates simultaneous schedule race.dch -a [182ca80] add port support when QuantumV2 subclass is useddch -a [55d1412] don't explode if a 413 didn't set Retry-Afterdch -a [3316e1f] make QuantumV2 support requested nic orderingdch -a [d3fd05b] Ensures compute_driver flag can be used by bdmdch -a [76b44d9] Fix signing_dir option for auth_token middleware.dch -a [ab7e37e] Stable oslo (aka common) updatedch -a [3f7788c] Proxy floating IP calls to quantumdch -a [b27f7ef] Use disk image path to setup lxc and uml containerdch -a [b31f528] Fix Broken XML Namespace Handlingdch -a [97649b8] Updated code to update attach_time of a volume while detachingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2012.2.1+git201211271235~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A nova_2012.2.1+git201211271235~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-stable-testing nova_2012.2.1+git201211271235~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom nova_2012.2.1+git201211271235~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/nova/precise-folsom+ [ ! 0 ]+ jenkins-cli build precise_folsom_deployEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_nova_stable #672

2012-11-27 Thread openstack-testing-bot
Title: quantal_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_stable/672/Project:quantal_folsom_nova_stableDate of build:Tue, 27 Nov 2012 17:02:28 -0500Build duration:29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole OutputStarted by an SCM changeBuilding remotely on pkg-builderCheckout:quantal_folsom_nova_stable / /var/lib/jenkins/slave/workspace/quantal_folsom_nova_stable - hudson.remoting.Channel@3280a143:pkg-builderUsing strategy: DefaultLast Built Revision: Revision cae2d8c90ef41f6e8656b357e1a793c94d92437d (remotes/origin/stable/folsom)Checkout:nova / /var/lib/jenkins/slave/workspace/quantal_folsom_nova_stable/nova - hudson.remoting.LocalChannel@3965726eWiping out workspace first.Cloning the remote Git repositoryCloning repository originSCM check out abortedEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_cinder_trunk #46

2012-11-27 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   : https://help.launchpad.net/ListHelp


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

2012-11-27 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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_trunk #47

2012-11-27 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   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #193

2012-11-27 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/193/Project:raring_grizzly_nova_trunkDate of build:Wed, 28 Nov 2012 01:04:44 -0500Build duration:4 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesMigration model update for multi-node resize fix.by brian.elliottaddnova/db/sqlalchemy/migrate_repo/versions/144_add_node_to_migrations.pyeditnova/db/sqlalchemy/models.pyConsole Output[...truncated 5462 lines...]Hunk #1 FAILED at 88.1 out of 1 hunk FAILED -- rejects in file run_tests.shPatch ubuntu-show-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d774b9ee-bbd3-4776-a488-8a4e73260101', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d774b9ee-bbd3-4776-a488-8a4e73260101', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmp37KwDL/novamk-build-deps -i -r -t apt-get -y /tmp/tmp37KwDL/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 77f212bc3fb8f927c6c2c2c21c1b62d39c1c51ec..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211280105~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [edd5297] Migration model update for multi-node resize fix.dch -a [071378d] Add version to conductor migration_update message.dch -a [47ddb8c] Validate rxtx_factor as a float.dch -a [6f562bb] Display errors when running nosetestsdch -a [cf2eed6] Respect the base_dir_name flag in imagebackend.dch -a [c0daa69] Add exceptions to baremetal/db/apidch -a [4e43747] Provide better error message for aggregate-createdch -a [8ee5f9c] Imported Translations from Transifexdch -a [87b416a] Add blank nova/virt/baremetal/__init__.pydch -a [74698ac] Add migration_update to conductor.dch -a [e3b4cda] Remove unnecessary topic argument.dch -a [3d60c4f] Don't hard code the xen hvmloader path.dch -a [ddadc54] Cells: Re-add DB model and callsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d774b9ee-bbd3-4776-a488-8a4e73260101', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d774b9ee-bbd3-4776-a488-8a4e73260101', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
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   : https://help.launchpad.net/ListHelp