Re: [Openstack] Nested Open vSwitch Bridges

2013-05-02 Thread Édouard Thuleau
And if you use libvirt virt driver, the hypervisor (libvirt+KVM in my case)
adds anti MAC and IP spoofing rules on VNICs of VM:

$ virsh nwfilter-list
UUID  Name

991dbd1a-373b-a005-57b2-5b1f4107f653  allow-arp
aefdae18-56e8-4e67-c8f1-cc826e2c519c  allow-dhcp
f1e80828-1b4b-dcb3-4136-faaf5beab9e2  allow-dhcp-server
9e497c96-ec4a-4ad8-fcbb-d2917e3af70a  allow-incoming-ipv4
4d998884-5870-8956-5585-d34f77231e3e  allow-ipv4
7a4233d3-1fa8-6eb1-f2e8-3e55f773da0d  clean-traffic
fae01ed3-2bd5-e6b4-a63e-daa336655c20  no-arp-ip-spoofing
bf61b4b4-f844-6c36-9bb7-6245b642b0cb  no-arp-mac-spoofing
04cc5d54-08a0-31ca-4b5e-79a2e96d276b  no-arp-spoofing
255d63a3-12a7-32b9-dffb-a2d61c8fcb39  no-ip-multicast
a0e9b6f3-e099-2b0b-7d4b-69e63587fa39  no-ip-spoofing
83145355-39d1-9dce-4012-3032c110cf82  no-mac-broadcast
653c47ed-48f0-25ea-bf18-1153a58d3773  no-mac-spoofing
cc460af0-ee60-7ca8-c09e-a074490711ac  no-other-l2-traffic
5df592f3-dcff-e0f3-73ac-d2eb3baeda11  no-other-rarp-traffic
891e4787-e5c0-d59b-cbd6-41bc3c6b36fc  nova-allow-dhcp-server
418f4ad6-d997-b483-15d9-c7c2c21b4eba  nova-base
fdc1ee23-05a1-0303-6d24-8a300bd57f21
 nova-instance-instance-0004-fa163e3ec9b3
e8cd7fa5-2de9-cfe1-f24f-8a449043c6f3
 nova-instance-instance-0005-fa163ed87bff
16e11cd9-6e17-3c91-6776-e3bffc70e94b
 nova-instance-instance-0006-fa163ecd666a
c5ba020f-6b6f-d511-8ee1-2e2b49497431
 nova-instance-instance-0007-fa163e1d4e38
2d085283-a4bf-79f8-80f1-20498b8cc475
 nova-instance-instance-0018-fa163ee1842c
7d4bb9f1-597e-2a36-e340-45ec710b4481
 nova-instance-instance-0088-fa163ef641ad
79ef4d25-ff42-fd63-f34b-fc1079c391b3  nova-nodhcp
c5ac3035-ac46-3870-ff5c-296b5f4221d3  nova-vpn
b615cae6-4ca8-882f-42e1-9de541e4844b  qemu-announce-self
b34d17b0-30d6-75c4-19d0-e636d1f99160  qemu-announce-self-rarp

The virt driver is control by Nova, so is that Nova should be responsible
for network security? Perhaps it could be disabled? But if we disable it,
is that Quantum takes good care?

Édouard.


On Wed, May 1, 2013 at 7:14 AM, Joe Topjian joe.topj...@cybera.ca wrote:

 Thank you both for the information.

 I see that the compute node has some iptables rules for the instance --
 one in particular that filters the instance's mac address -- but deleting
 this rule doesn't resolve the issue. So my guess is that it's the flow
 table that Salvatore mentioned which is ultimately controlling the
 filtering.

 At the moment, I don't know enough about open vswitch to make custom
 changes to the flow table. For now, setting the bridge's mac address as the
 same mac of the virtual interface is a good work around.

 Thanks again,
 Joe


 On Tue, Apr 30, 2013 at 5:57 PM, Salvatore Orlando sorla...@nicira.comwrote:

 I was not aware that security groups for OVS already enforced anti
 spoofing rules.
 That's good to know.

 Salvatore


 On 1 May 2013 00:55, Aaron Rosen aro...@nicira.com wrote:

 Also, the security group stuff locks down the port to be the mac+ip of
 the quantum port mac+ip. If you create a new bridge and add ethX to it
 you'll also have to set the mac on your bridge to be the same as ethX
 (which is the mac that quantum handed out).

 Aaron


 On Tue, Apr 30, 2013 at 4:25 PM, Salvatore Orlando 
 sorla...@nicira.comwrote:

 Hi Joe,

 are you using the OVS plugin with GRE overlays?
 In that case your problem might be the fact that the plugin pushes a
 OVS flow entry which applies the 'local' vlan tag only to packet directed
 to the VM's mac [1]

 To me, this does not look like a bug; it's probably intended behaviour,
 as it kind of implements mac spoofing prevention. In the future we might
 also expect stricter anti-spoof checking; on the other side a change
 for administratively enabling promiscuos mode might be welcome - this
 should allow you to do nested OVS.

 Salvatore

 [1]
 https://github.com/openstack/quantum/blob/master/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py#L448



 On 30 April 2013 22:08, Joe Topjian joe.topj...@cybera.ca wrote:

 Hello,

 I have OpenStack (Grizzly) up and running with Quantum. I'm using the
 Open vSwitch plugin, per-tenant routing, and network namespaces. As far as
 I'm aware, this is all set up correctly as instances that I create are 
 able
 to retrieve an IP address via DHCP, reach the metadata server, and reach
 the outside internet.

 The issue that I'm running into is that when I install Open vSwitch on
 the instance itself, I'm unable to create working bridges. For example:

 ovs-vsctl add-br br-eth0
 ovs-vsctl add-port br-eth0 eth0
 (swap IPs from eth0 to br-eth0, kill dhcp, etc etc)

 Traffic isn't flowing properly, though.

 If I run a continuous ping and run tcpdump on both the instance and
 the tap interface on the controller, I see arp requests going out of the
 instance, being received on the tap interface, the tap interface sending a
 reply, but the reply never reaching the instance.

 

[Openstack] public net with single ip cannot be uplinked[QUANTUM]

2013-05-02 Thread Ramprasad Velavarthipati
Hello,
Im trying to create a public network(in a test lab where we get the ip
addresses through DHCP.,
hence I limited the public network to /32 cidr range)
Im trying to map this public network to my router in quantum Im getting the
following error
root@ubuntu-ram:/home/ramprasvm# quantum router-gateway-set router1
public-net
No more IP addresses available on network
fca44fe9-0afb-4458-985e-12ae876b5494.

root@ubuntu-ram:/home/ramprasvm# quantum net-list
+--+-+---+
| id   | name| subnets
  |
+--+-+---+
| 5b5ea7cf-ea08-4007-9f6e-0c2c6a93455a | private-net |
7100a8ef-e204-43f2-8fdd-e0bb697bf610 172.16.8.0/24|
| fca44fe9-0afb-4458-985e-12ae876b5494 | public-net  |
b0c23146-63ea-4758-8b22-f0602bce0378 10.232.91.108/32 |
+--+-+---+
root@ubuntu-ram:/home/ramprasvm# quantum subnet-list
+--++--++
| id   | name   | cidr
| allocation_pools   |
+--++--++
| b0c23146-63ea-4758-8b22-f0602bce0378 | public-subnet  |
10.232.91.108/32||
| 7100a8ef-e204-43f2-8fdd-e0bb697bf610 | private-subnet | 172.16.8.0/24
 | {start: 172.16.8.2, end: 172.16.8.254} |

Kindly help me out how to proceed further
-- 
Thanks,
-Ram
___
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] Floating IP is wasting IP resources

2013-05-02 Thread 陈雷
Recently I'm test floating IP on version Grizzly, I found the mechanism of
floating IP is a little of wasting public IP addresses.

In some circumstance, like public cloud environment. there is only one user
in one project (tenant). If the user want to using floating IP,  he has to
create an router and set a gateway for it, this process  will occupy one
additional public IP address. So the whole process of floating IP will use
2 public address at least.

So my question is, are there any ways to avoid this?

Thanks
Ray
___
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] no IP for vm with quantum gre tunneling

2013-05-02 Thread Arindam Choudhury
Hi,

I am very new to openstack. I am trying to install grizzly with quantum using 
gre and tunneling.

# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-conductor   aopcsos  internal enabled  
  :-)   2013-05-02 10:42:32
nova-console aopcsos  internal enabled  
  :-)   2013-05-02 10:42:33
nova-scheduler   aopcsos  internal enabled  
  :-)   2013-05-02 10:42:34
nova-certaopcso1  internal enabled  
  :-)   2013-05-02 10:42:36
nova-compute aopcso1  nova enabled  
  :-)   2013-05-02 10:42:29
nova-consoleauth aopcsos  internal enabled  
  :-)   2013-05-02 10:42:34

I can launch a virtual machine. But it never gets a IP address. 

The error message is:
/var/log/quantum/quantum-server.log:
2013-05-02 12:37:39  WARNING [quantum.db.agentschedulers_db] Fail scheduling 
network {'status': u'ACTIVE', 'subnets': 
[u'78bc7073-adcf-46ce-9096-8c5a569dc967'], 'name': u'net-user', 
'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': 
u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre', 
'router:external': False, 'shared': False, 'id': 
u'11373f6b-5a9c-412a-83df-825aeaf72848', 'provider:segmentation_id': 2L}

Any help will be highly appreciated ...
  ___
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] public net with single ip cannot be uplinked[QUANTUM]

2013-05-02 Thread Eric_E_Smith
I believe a minimum of 2 IP addresses is required (1 for the bridge port, and 1 
to allocate).

From: Openstack 
[mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf 
Of Ramprasad Velavarthipati
Sent: Thursday, May 02, 2013 2:00 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] public net with single ip cannot be uplinked[QUANTUM]

Hello,
Im trying to create a public network(in a test lab where we get the ip 
addresses through DHCP.,
hence I limited the public network to /32 cidr range)
Im trying to map this public network to my router in quantum Im getting the 
following error
root@ubuntu-ram:/home/ramprasvm# quantum router-gateway-set router1 public-net
No more IP addresses available on network fca44fe9-0afb-4458-985e-12ae876b5494.

root@ubuntu-ram:/home/ramprasvm# quantum net-list
+--+-+---+
| id   | name| subnets  
 |
+--+-+---+
| 5b5ea7cf-ea08-4007-9f6e-0c2c6a93455a | private-net | 
7100a8ef-e204-43f2-8fdd-e0bb697bf610 172.16.8.0/24http://172.16.8.0/24|
| fca44fe9-0afb-4458-985e-12ae876b5494 | public-net  | 
b0c23146-63ea-4758-8b22-f0602bce0378 10.232.91.108/32http://10.232.91.108/32 |
+--+-+---+
root@ubuntu-ram:/home/ramprasvm# quantum subnet-list
+--++--++
| id   | name   | cidr | 
allocation_pools   |
+--++--++
| b0c23146-63ea-4758-8b22-f0602bce0378 | public-subnet  | 
10.232.91.108/32http://10.232.91.108/32 | 
   |
| 7100a8ef-e204-43f2-8fdd-e0bb697bf610 | private-subnet | 
172.16.8.0/24http://172.16.8.0/24| {start: 172.16.8.2, end: 
172.16.8.254} |

Kindly help me out how to proceed further
--
Thanks,
-Ram
___
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] public net with single ip cannot be uplinked[QUANTUM]

2013-05-02 Thread Ashok Kumaran
I echo Eric ,minimum we would be needing one IP for router gateway
interface and and one for the allocation, so dont use /32. Just my opinion


Regards,
Ashok


On Thu, May 2, 2013 at 4:35 PM, eric_e_sm...@dell.com wrote:

 I believe a minimum of 2 IP addresses is required (1 for the bridge port,
 and 1 to allocate).  

 ** **

 *From:* Openstack [mailto:openstack-bounces+eric_e_smith=
 dell@lists.launchpad.net] *On Behalf Of *Ramprasad Velavarthipati
 *Sent:* Thursday, May 02, 2013 2:00 AM
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] public net with single ip cannot be
 uplinked[QUANTUM]

 ** **

 Hello, 

 Im trying to create a public network(in a test lab where we get the ip
 addresses through DHCP., 

 hence I limited the public network to /32 cidr range) 

 Im trying to map this public network to my router in quantum Im getting
 the following error 

 root@ubuntu-ram:/home/ramprasvm# quantum router-gateway-set router1
 public-net

 No more IP addresses available on network
 fca44fe9-0afb-4458-985e-12ae876b5494.

 

 root@ubuntu-ram:/home/ramprasvm# quantum net-list


 +--+-+---+
 

 | id   | name| subnets
   |


 +--+-+---+
 

 | 5b5ea7cf-ea08-4007-9f6e-0c2c6a93455a | private-net |
 7100a8ef-e204-43f2-8fdd-e0bb697bf610 172.16.8.0/24|

 | fca44fe9-0afb-4458-985e-12ae876b5494 | public-net  |
 b0c23146-63ea-4758-8b22-f0602bce0378 10.232.91.108/32 |


 +--+-+---+
 

 root@ubuntu-ram:/home/ramprasvm# quantum subnet-list


 +--++--++
 

 | id   | name   | cidr
 | allocation_pools   |


 +--++--++
 

 | b0c23146-63ea-4758-8b22-f0602bce0378 | public-subnet  | 10.232.91.108/32|   
  |
 

 | 7100a8ef-e204-43f2-8fdd-e0bb697bf610 | private-subnet | 172.16.8.0/24
  | {start: 172.16.8.2, end: 172.16.8.254} |

 
 

 Kindly help me out how to proceed further

 -- 

 Thanks,
 -Ram

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




-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
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] no IP for vm with quantum gre tunneling

2013-05-02 Thread Ashok Kumaran
Can you share the  following configuration files
/etc/default/quantum-server, quantum.conf, quantum dhcp conf?


On Thu, May 2, 2013 at 4:15 PM, Arindam Choudhury arin...@live.com wrote:

 Hi,

 I am very new to openstack. I am trying to install grizzly with quantum
 using gre and tunneling.

 # nova-manage service list
 Binary   Host Zone
 Status State Updated_At
 nova-conductor   aopcsos  internal
 enabled:-)   2013-05-02 10:42:32
 nova-console aopcsos  internal
 enabled:-)   2013-05-02 10:42:33
 nova-scheduler   aopcsos  internal
 enabled:-)   2013-05-02 10:42:34
 nova-certaopcso1  internal
 enabled:-)   2013-05-02 10:42:36
 nova-compute aopcso1  nova
 enabled:-)   2013-05-02 10:42:29
 nova-consoleauth aopcsos  internal
 enabled:-)   2013-05-02 10:42:34

 I can launch a virtual machine. But it never gets a IP address.

 The error message is:
 /var/log/quantum/quantum-server.log:
 2013-05-02 12:37:39  WARNING [quantum.db.agentschedulers_db] Fail
 scheduling network {'status': u'ACTIVE', 'subnets':
 [u'78bc7073-adcf-46ce-9096-8c5a569dc967'], 'name': u'net-user',
 'provider:physical_network': None, 'admin_state_up': True, 'tenant_id':
 u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre',
 'router:external': False, 'shared': False, 'id':
 u'11373f6b-5a9c-412a-83df-825aeaf72848', 'provider:segmentation_id': 2L}

 Any help will be highly appreciated ...

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




-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
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] Cinder - attach / detach / reattach fails

2013-05-02 Thread Eric_E_Smith
Is this a bug perhaps?  I have a volume and a VM, I can attach the volume to 
the VM and see the disk with fdisk -l, I can detach the volume and see it is 
missing.  When I try to reattach the volume I get the following error:

May  2 12:18:01 compute-4 ERROR nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]  Failed to attach volume 
2e307a3d-3635-432d-99ed-6e8f5792 at /dev/vdc
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] Traceback (most recent call last):
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2039, in 
_attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mountpoint)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 104, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] temp_level, payload)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] self.gen.next()
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 79, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] return f(*args, **kw)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 673, in 
attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mount_device)

Does anyone else have this issue?

___
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] glance client not working

2013-05-02 Thread Dennis Jacobfeuerborn

On 01.05.2013 20:34, Jay Pipes wrote:

On 05/01/2013 02:28 PM, Dennis Jacobfeuerborn wrote:

Hi,
I'm currently working on setting up OpenStack using Ansible (after
giving up on Puppet) and have keystone running and Glance running.
The problem I now have is that the client doesn't seem to work:

[root@controller1 ~]# glance index
ID   Name   Disk
Format  Container Format Size
 --
  --
'NoneType' object has no attribute 'rfind'
[root@controller1 ~]# glance image-list
'NoneType' object has no attribute 'rfind'
[root@controller1 ~]# glance image-create --name=cirros-0.3-x86_64
--is-public=true --container-format=bare --disk-format=qcow2 
cirros-0.3.0-x86_64-disk.img
'NoneType' object has no attribute 'rfind'

Unfortunately I don't get any meaningful error and the api and registry
logs don't show anything either despite debug=True.

Any ideas how I could find out what the problem is?


The problem is likely your image endpoint in the Keystone service catalog.


Ineed the endpoint variables in the ansible template weren't substituted 
due to a typo and after fixing this I no longer get the error and 
image-list and image-create now work as expected. Thanks!



What does `keystone service-catalog` show?


There is only a 'catalog' command and that throws an error:

[root@controller1 ~]# keystone catalog
WARNING: Bypassing authentication using a token  endpoint 
(authentication credentials are being ignored).
Configuration error: Client configured to run without a service catalog. 
Run the client using --os-auth-url or OS_AUTH_URL, instead of 
--os-endpoint or OS_SERVICE_ENDPOINT, for example.


This is strange though because commands like service-list and 
endpoint-list work without any problem.

Any idea what is special about 'catalog' to show this behaviour?

Regards,
  Dennis

___
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] Cinder - attach / detach / reattach fails

2013-05-02 Thread Eric_E_Smith
A little more information, I've discovered that this only happens if I reuse 
the previous device (/dev/vdc in this instance).  If I use the next device 
(/dev/vdd) the attachment works fine.

-Original Message-
From: Openstack 
[mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf 
Of Smith, Eric E
Sent: Thursday, May 02, 2013 7:42 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] Cinder - attach / detach / reattach fails

Is this a bug perhaps?  I have a volume and a VM, I can attach the volume to 
the VM and see the disk with fdisk -l, I can detach the volume and see it is 
missing.  When I try to reattach the volume I get the following error:

May  2 12:18:01 compute-4 ERROR nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]  Failed to attach volume 
2e307a3d-3635-432d-99ed-6e8f5792 at /dev/vdc
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] Traceback (most recent call last):
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2039, in 
_attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mountpoint)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 104, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] temp_level, payload)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] self.gen.next()
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 79, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] return f(*args, **kw)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 673, in 
attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mount_device)

Does anyone else have this issue?

___
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] Setting configuration of OpenStack services while installing through DevStack

2013-05-02 Thread rahul singh
Hi,
I have installed OpenStack using DevStack. Is there some way to tell
DevStack what the configuration of a service should be in the installation?
For example, if I want DevStack to install Ceilometer with the
configuration parameter periodic_interval set to a value other than the
default, how do I achieve this when I am installing through DevStack?

Thanking you,
Rahul
___
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] no IP for vm with quantum gre tunneling

2013-05-02 Thread Arindam Choudhury
Thanks for reply. Here are the config files:

# cat /etc/default/quantum-server 
# You should choose one of this configuration file accord the installed backend

# QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/nicira/nvp.ini
# 
QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
# QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/nec/nec.ini
# QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/ryu/ryu.ini
# QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini

QUANTUM_PLUGIN_CONFIG=/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini


# cat /etc/quantum/quantum.conf 
[DEFAULT]
lock_path = $state_path/lock
bind_host = 0.0.0.0
bind_port = 9696
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
api_paste_config = /etc/quantum/api-paste.ini
control_exchange = quantum
notification_driver = quantum.openstack.common.notifier.rpc_notifier
default_notification_level = INFO
notification_topics = notifications
rabbit_host=158.109.65.230
[QUOTAS]
[DEFAULT_SERVICETYPE]
[AGENT]
root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf
[keystone_authtoken]
auth_host = 158.109.65.21
auth_port = 35357
auth_protocol = http
admin_tenant_name = admin
admin_user = admin
admin_password = password
signing_dir = /var/lib/quantum/keystone-signing

# cat /etc/quantum/dhcp_agent.ini 
[DEFAULT]
ovs_use_veth = True
enable_isolated_metadata = True
use_namespaces = True
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq





Date: Thu, 2 May 2013 17:56:20 +0530
Subject: Re: [Openstack] no IP for vm with quantum gre tunneling
From: ashokkumara...@gmail.com
To: arin...@live.com
CC: openstack@lists.launchpad.net

Can you share the  following configuration files /etc/default/quantum-server, 
quantum.conf, quantum dhcp conf?

On Thu, May 2, 2013 at 4:15 PM, Arindam Choudhury arin...@live.com wrote:




Hi,

I am very new to openstack. I am trying to install grizzly with quantum using 
gre and tunneling.

# nova-manage service list
Binary   Host Zone Status   
  State Updated_At

nova-conductor   aopcsos  internal enabled  
  :-)   2013-05-02 10:42:32
nova-console aopcsos  internal enabled  
  :-)   2013-05-02 10:42:33

nova-scheduler   aopcsos  internal enabled  
  :-)   2013-05-02 10:42:34
nova-certaopcso1  internal enabled  
  :-)   2013-05-02 10:42:36

nova-compute aopcso1  nova enabled  
  :-)   2013-05-02 10:42:29
nova-consoleauth aopcsos  internal enabled  
  :-)   2013-05-02 10:42:34


I can launch a virtual machine. But it never gets a IP address. 

The error message is:
/var/log/quantum/quantum-server.log:
2013-05-02 12:37:39  WARNING [quantum.db.agentschedulers_db] Fail scheduling 
network {'status': u'ACTIVE', 'subnets': 
[u'78bc7073-adcf-46ce-9096-8c5a569dc967'], 'name': u'net-user', 
'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': 
u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre', 
'router:external': False, 'shared': False, 'id': 
u'11373f6b-5a9c-412a-83df-825aeaf72848', 'provider:segmentation_id': 2L}


Any help will be highly appreciated ...
  

___

Mailing list: https://launchpad.net/~openstack

Post to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstack

More help   : https://help.launchpad.net/ListHelp




-- 
Regds,
 
Ashok ,
Delivery Consultant,
HP.
  ___
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] Help About The Documentation

2013-05-02 Thread Sylvain Bauza

Hi John,

Le 30/04/2013 18:13, John Griffith a écrit :

Hi Sylvain,

This doc is a bit outdated and references Nova Volumes etc, however 
the problem I think you're having is that it makes some assumptions 
regarding knowledge of how all the components tie together and what 
they do.  They're simply guidelines for possible configurations, 
however given the flexibility of OpenStack and the numerous use cases 
I've always thought this was sort of a difficult task (recommended 
hardware configs).


That being said, the Volume Group and disk portion of that doc that's 
being discussed is in relation to your block-storage through Cinder. 
 This is the back-end storage that you're configuring Cinder to use. 
 The preference regarding RAID, Size etc are completely up to you, but 
you can make some of those decisions based upon how you intend to use 
your OpenStack deployment.


For example you can just take any free disks/partitions on your Cinder 
node, create one big LVM VG out of them (cinder-volumes) and the 
default Cinder set up would then allocate space from this VG any time 
you do a cinder create.  The recommendations in the doc are geared 
toward what would typically be required to have a functional setup, 
the size, configuration and type of disks you use is going to vary 
depending upon how many tenants you plan to have, how much block 
storage you suspect they'll deploy and what kind of performance 
they're going to require.


The other thing to keep in mind is OpenStack is fully scale-out, so 
you can start with something and as you need more storage for Cinder 
you can add Cinder nodes with more disks/VG's.


I hope that helps.

John



I do agree with your point of view : it's up to the operator to define 
which Cinder backend to use, physical setup, partitioning etc.


My point was not to know which one is better, rather to say hey, we 
tell people to use /*two*/ SATA Disks, this is pretty specific, so we 
should explain why.


If there is no clear reason to recommend 2 disks without being clear on 
how to use them, then the 2nd recommended disk is useless.


Anyway, I'm not fond of giving people /recommended hardware/, I would 
rather give people /recommended backends/, as of course hardware is 
strongly depending on the backend itself.


My 2 cents,
-Sylvain

___
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] I release naming (calling APAC community)

2013-05-02 Thread Thierry Carrez
Hi everyone,

As you may know, we name our release cycles after cities or counties in
the state/country where the corresponding design summit is held.

That creates an interesting problem for the I release, since there is
no word starting with i in classic transliteration of Chinese words...
so not so many candidates. We'll have to get a bit creative and be
willing to bend the rules a little.

Feel free to suggest names on this thread, or on the wiki page at:
https://wiki.openstack.org/wiki/Release_Naming

I am especially interested by the input of our APAC community in general
and our Chinese members in particular, which are probably the best to
let us know which transliteration crime could be acceptable or which
name they would particularly like.

Cheers,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
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] Related Projects

2013-05-02 Thread Michael J Fork


Searching the wiki, I was unable to find any existing list of Related
Projects so I started a new one at
https://wiki.openstack.org/wiki/RelatedProjects.  Please take a minute and
ensure that your project is represented.

Could one of the admins link it from
https://wiki.openstack.org/wiki/Projects?

Michael

-
Michael Fork
Architect, OpenStack Development
IBM Systems  Technology Group___
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] Nested Open vSwitch Bridges

2013-05-02 Thread Joe Topjian
I'm not sure how effective these rules are. I've been able to use
OVS+nova-network+libvirt to create nested bridges without issues.


On Thu, May 2, 2013 at 12:53 AM, Édouard Thuleau thul...@gmail.com wrote:

 And if you use libvirt virt driver, the hypervisor (libvirt+KVM in my
 case) adds anti MAC and IP spoofing rules on VNICs of VM:

 $ virsh nwfilter-list
 UUID  Name
 
 991dbd1a-373b-a005-57b2-5b1f4107f653  allow-arp
 aefdae18-56e8-4e67-c8f1-cc826e2c519c  allow-dhcp
 f1e80828-1b4b-dcb3-4136-faaf5beab9e2  allow-dhcp-server
 9e497c96-ec4a-4ad8-fcbb-d2917e3af70a  allow-incoming-ipv4
 4d998884-5870-8956-5585-d34f77231e3e  allow-ipv4
 7a4233d3-1fa8-6eb1-f2e8-3e55f773da0d  clean-traffic
 fae01ed3-2bd5-e6b4-a63e-daa336655c20  no-arp-ip-spoofing
 bf61b4b4-f844-6c36-9bb7-6245b642b0cb  no-arp-mac-spoofing
 04cc5d54-08a0-31ca-4b5e-79a2e96d276b  no-arp-spoofing
 255d63a3-12a7-32b9-dffb-a2d61c8fcb39  no-ip-multicast
 a0e9b6f3-e099-2b0b-7d4b-69e63587fa39  no-ip-spoofing
 83145355-39d1-9dce-4012-3032c110cf82  no-mac-broadcast
 653c47ed-48f0-25ea-bf18-1153a58d3773  no-mac-spoofing
 cc460af0-ee60-7ca8-c09e-a074490711ac  no-other-l2-traffic
 5df592f3-dcff-e0f3-73ac-d2eb3baeda11  no-other-rarp-traffic
 891e4787-e5c0-d59b-cbd6-41bc3c6b36fc  nova-allow-dhcp-server
 418f4ad6-d997-b483-15d9-c7c2c21b4eba  nova-base
 fdc1ee23-05a1-0303-6d24-8a300bd57f21
  nova-instance-instance-0004-fa163e3ec9b3
 e8cd7fa5-2de9-cfe1-f24f-8a449043c6f3
  nova-instance-instance-0005-fa163ed87bff
 16e11cd9-6e17-3c91-6776-e3bffc70e94b
  nova-instance-instance-0006-fa163ecd666a
 c5ba020f-6b6f-d511-8ee1-2e2b49497431
  nova-instance-instance-0007-fa163e1d4e38
 2d085283-a4bf-79f8-80f1-20498b8cc475
  nova-instance-instance-0018-fa163ee1842c
 7d4bb9f1-597e-2a36-e340-45ec710b4481
  nova-instance-instance-0088-fa163ef641ad
 79ef4d25-ff42-fd63-f34b-fc1079c391b3  nova-nodhcp
 c5ac3035-ac46-3870-ff5c-296b5f4221d3  nova-vpn
 b615cae6-4ca8-882f-42e1-9de541e4844b  qemu-announce-self
 b34d17b0-30d6-75c4-19d0-e636d1f99160  qemu-announce-self-rarp

 The virt driver is control by Nova, so is that Nova should be responsible
 for network security? Perhaps it could be disabled? But if we disable it,
 is that Quantum takes good care?

 Édouard.


 On Wed, May 1, 2013 at 7:14 AM, Joe Topjian joe.topj...@cybera.ca wrote:

 Thank you both for the information.

 I see that the compute node has some iptables rules for the instance --
 one in particular that filters the instance's mac address -- but deleting
 this rule doesn't resolve the issue. So my guess is that it's the flow
 table that Salvatore mentioned which is ultimately controlling the
 filtering.

 At the moment, I don't know enough about open vswitch to make custom
 changes to the flow table. For now, setting the bridge's mac address as the
 same mac of the virtual interface is a good work around.

 Thanks again,
 Joe


 On Tue, Apr 30, 2013 at 5:57 PM, Salvatore Orlando 
 sorla...@nicira.comwrote:

 I was not aware that security groups for OVS already enforced anti
 spoofing rules.
 That's good to know.

 Salvatore


 On 1 May 2013 00:55, Aaron Rosen aro...@nicira.com wrote:

 Also, the security group stuff locks down the port to be the mac+ip of
 the quantum port mac+ip. If you create a new bridge and add ethX to it
 you'll also have to set the mac on your bridge to be the same as ethX
 (which is the mac that quantum handed out).

 Aaron


 On Tue, Apr 30, 2013 at 4:25 PM, Salvatore Orlando sorla...@nicira.com
  wrote:

 Hi Joe,

 are you using the OVS plugin with GRE overlays?
 In that case your problem might be the fact that the plugin pushes a
 OVS flow entry which applies the 'local' vlan tag only to packet directed
 to the VM's mac [1]

 To me, this does not look like a bug; it's probably intended
 behaviour, as it kind of implements mac spoofing prevention. In the future
 we might also expect stricter anti-spoof checking; on the other side a
 change for administratively enabling promiscuos mode might be welcome -
 this should allow you to do nested OVS.

 Salvatore

 [1]
 https://github.com/openstack/quantum/blob/master/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py#L448



 On 30 April 2013 22:08, Joe Topjian joe.topj...@cybera.ca wrote:

 Hello,

 I have OpenStack (Grizzly) up and running with Quantum. I'm using the
 Open vSwitch plugin, per-tenant routing, and network namespaces. As far 
 as
 I'm aware, this is all set up correctly as instances that I create are 
 able
 to retrieve an IP address via DHCP, reach the metadata server, and reach
 the outside internet.

 The issue that I'm running into is that when I install Open vSwitch
 on the instance itself, I'm unable to create working bridges. For 
 example:

 ovs-vsctl add-br br-eth0
 ovs-vsctl add-port br-eth0 eth0
 (swap IPs from eth0 to br-eth0, kill dhcp, etc etc)

 Traffic isn't flowing properly, though.

 If I run a 

Re: [Openstack] Cinder - attach / detach / reattach fails

2013-05-02 Thread Eric_E_Smith
Has anyone seen this issue in Folsom?

-Original Message-
From: B, Vivekanandan (HP Software (BLR)) 
[mailto:vivekanandan.bangarus...@hp.com] 
Sent: Thursday, May 02, 2013 8:59 AM
To: Smith, Eric E; openstack@lists.launchpad.net
Subject: RE: Cinder - attach / detach / reattach fails


Hi,

I tried the same on my Grizzly setup and I was able to add the same volume back 
with the same device file name.


~Vivek

-Original Message-
From: Openstack [mailto:openstack-bounces+bvivek=hp@lists.launchpad.net] On 
Behalf Of eric_e_sm...@dell.com
Sent: Thursday, May 02, 2013 6:29 PM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] Cinder - attach / detach / reattach fails

A little more information, I've discovered that this only happens if I reuse 
the previous device (/dev/vdc in this instance).  If I use the next device 
(/dev/vdd) the attachment works fine.

-Original Message-
From: Openstack 
[mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf 
Of Smith, Eric E
Sent: Thursday, May 02, 2013 7:42 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] Cinder - attach / detach / reattach fails

Is this a bug perhaps?  I have a volume and a VM, I can attach the volume to 
the VM and see the disk with fdisk -l, I can detach the volume and see it is 
missing.  When I try to reattach the volume I get the following error:

May  2 12:18:01 compute-4 ERROR nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]  Failed to attach volume 
2e307a3d-3635-432d-99ed-6e8f5792 at /dev/vdc
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] Traceback (most recent call last):
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2039, in 
_attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mountpoint)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 104, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] temp_level, payload)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/contextlib.py, line 24, in __exit__
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] self.gen.next()
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 79, in wrapped
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] return f(*args, **kw)
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 673, in 
attach_volume
0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance: 
4fcd874f-f8e5-4a08-9745-838b0636bd83] mount_device)

Does anyone else have this issue?

___
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

___
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] Floating IP is wasting IP resources

2013-05-02 Thread Joe Topjian
I agree with you. I'd be interested to know if anyone else has run into
this issue and their solution.

Here's what I'll be trying to implement to get around this:

I have an incoming trunk connection that carries two vlans: a public IP
subnet and private subnet. I have them configured as two bridges in OVS:
br-nat (the private subnet) and br-floating (the public subnet).

Right now I have one L3 service working with br-nat. Users can create
routers, set a default gateway, and get outgoing nat'd access to the
internet. Since the subnet is private, I can easily configure this L3
service with a large allocation pool.

Yet to be implemented: the br-floating L3 service. This will be a smaller
pool that will be restricted via quotas. Users will have to be more
conservative with access to this service (maybe by creating an instance
which will act as a port-forwarding firewall to an internal subnet).

This places more work on the user compared to the nova-network vlanmanager
workflow. However, I feel the ability to create multiple internal
per-project subnets is a decent tradeoff.

If this doesn't work out or if this ends up being to complicated for users,
I'll probably go with the Provider Router with Private Networks use case (
http://docs.openstack.org/grizzly/openstack-network/admin/content/use_cases_single_router.html
).



On Thu, May 2, 2013 at 4:06 AM, 陈雷 raid.c...@gmail.com wrote:

 Recently I'm test floating IP on version Grizzly, I found the mechanism of
 floating IP is a little of wasting public IP addresses.

 In some circumstance, like public cloud environment. there is only one
 user in one project (tenant). If the user want to using floating IP,  he
 has to create an router and set a gateway for it, this process  will occupy
 one additional public IP address. So the whole process of floating IP will
 use 2 public address at least.

 So my question is, are there any ways to avoid this?

 Thanks
 Ray

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




-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
___
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] New instances stuck in BUILD

2013-05-02 Thread YIP Wai Peng
Dear all,

I managed to solve this.

If you are using qpid, you need

rpc_backend=nova.rpc.impl_qpid
qpid_hostname=ip

if you are using rabbit, you need
rabbit_host=ip

to ensure that the correct amqp is set up.

Cheers
- WP


On Thu, Apr 25, 2013 at 7:44 PM, YIP Wai Peng yi...@comp.nus.edu.sg wrote:

 Dear all,

 I am running openstack grizzly on 2 nodes, with multi-host options and
 without conductor.

 Node 1 has compute, api, network, etc

 Node 2 has compute, network

 When launching new instances, those that are launched on the 1st node
 launches fine. Those not on node 2 gets stuck in BUILD. nova show xxx
 prints the following (snipped)

 | status  | BUILD
  |
 | updated | 2013-04-25T11:37:29Z
 |
 | OS-EXT-STS:task_state   | scheduling

 I've been reviewing the logs and there are no errors. I have a few
 questions and hope someone can help.

 1) How do I start tracing this error?

 2) In multi-host mode, are the compute nodes supposed to connect to AMQP
 of the main node, or themselves? I specified rabbit_host and it still shows
 nova-compute connecting to localhost.

 3) In scheduler.log, there is the following
 2013-04-25 19:37:29.064 WARNING nova.scheduler.host_manager
 [req-2272a45e-8e8a-4af0-96cd-b8a387e051fa 91cd099661f54df7bad0c7248c0451ca
 c91d0ed52321439c8b7d0c05b89bb0c8] No service for compute ID 2
 Is this what is causing the problem?

 4) If I were to use conductor in multi-host, do I need a conductor for
 each compute node? If not, how do I specify where is the conductor?

 Any advice is greatly appreciated.

 Thanks,
 WP

___
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] glance client not working

2013-05-02 Thread Dolph Mathews
You can't bypass authentication with, say, keystone.conf admin_token and
get a catalog. A catalog is produced as the result of authentication. Run
the client with a set of credentials (user, password, tenant, auth URL) and
you'll be able to get a catalog, and glanceclient will probably work as
well.


-Dolph


On Thu, May 2, 2013 at 7:51 AM, Dennis Jacobfeuerborn denni...@conversis.de
 wrote:

 On 01.05.2013 20:34, Jay Pipes wrote:

 On 05/01/2013 02:28 PM, Dennis Jacobfeuerborn wrote:

 Hi,
 I'm currently working on setting up OpenStack using Ansible (after
 giving up on Puppet) and have keystone running and Glance running.
 The problem I now have is that the client doesn't seem to work:

 [root@controller1 ~]# glance index
 ID   Name   Disk
 Format  Container Format Size
 --**-- --
   --
 'NoneType' object has no attribute 'rfind'
 [root@controller1 ~]# glance image-list
 'NoneType' object has no attribute 'rfind'
 [root@controller1 ~]# glance image-create --name=cirros-0.3-x86_64
 --is-public=true --container-format=bare --disk-format=qcow2 
 cirros-0.3.0-x86_64-disk.img
 'NoneType' object has no attribute 'rfind'

 Unfortunately I don't get any meaningful error and the api and registry
 logs don't show anything either despite debug=True.

 Any ideas how I could find out what the problem is?


 The problem is likely your image endpoint in the Keystone service catalog.


 Ineed the endpoint variables in the ansible template weren't substituted
 due to a typo and after fixing this I no longer get the error and
 image-list and image-create now work as expected. Thanks!


  What does `keystone service-catalog` show?


 There is only a 'catalog' command and that throws an error:

 [root@controller1 ~]# keystone catalog
 WARNING: Bypassing authentication using a token  endpoint (authentication
 credentials are being ignored).
 Configuration error: Client configured to run without a service catalog.
 Run the client using --os-auth-url or OS_AUTH_URL, instead of --os-endpoint
 or OS_SERVICE_ENDPOINT, for example.

 This is strange though because commands like service-list and
 endpoint-list work without any problem.
 Any idea what is special about 'catalog' to show this behaviour?

 Regards,
   Dennis


 __**_
 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


Re: [Openstack] Cinder - attach / detach / reattach fails

2013-05-02 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have noticed in grizzly that sometimes the actual iscsi device is still
logged in on the compute node where the VM is.
This has caused the issue you described, running an iscsiadm --logout on the 
device
makes it go back to normal.

s


On 05/02/2013 07:28 AM, eric_e_sm...@dell.com wrote:
 Has anyone seen this issue in Folsom?
 
 -Original Message- From: B, Vivekanandan (HP Software (BLR))
 [mailto:vivekanandan.bangarus...@hp.com] Sent: Thursday, May 02, 2013 8:59 AM 
 To:
 Smith, Eric E; openstack@lists.launchpad.net Subject: RE: Cinder - attach / 
 detach /
 reattach fails
 
 
 Hi,
 
 I tried the same on my Grizzly setup and I was able to add the same volume 
 back with
 the same device file name.
 
 
 ~Vivek
 
 -Original Message- From: Openstack
 [mailto:openstack-bounces+bvivek=hp@lists.launchpad.net] On Behalf Of
 eric_e_sm...@dell.com Sent: Thursday, May 02, 2013 6:29 PM To:
 openstack@lists.launchpad.net Subject: Re: [Openstack] Cinder - attach / 
 detach /
 reattach fails
 
 A little more information, I've discovered that this only happens if I reuse 
 the
 previous device (/dev/vdc in this instance).  If I use the next device 
 (/dev/vdd) the
 attachment works fine.
 
 -Original Message- From: Openstack
 [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On 
 Behalf Of
 Smith, Eric E Sent: Thursday, May 02, 2013 7:42 AM To: 
 openstack@lists.launchpad.net 
 Subject: [Openstack] Cinder - attach / detach / reattach fails
 
 Is this a bug perhaps?  I have a volume and a VM, I can attach the volume to 
 the VM
 and see the disk with fdisk -l, I can detach the volume and see it is 
 missing.  When
 I try to reattach the volume I get the following error:
 
 May  2 12:18:01 compute-4 ERROR nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83]  Failed to attach volume
 2e307a3d-3635-432d-99ed-6e8f5792 at /dev/vdc 0122013-05-02 12:18:01,209 
 30214
 TRACE nova.compute.manager [instance: 4fcd874f-f8e5-4a08-9745-838b0636bd83] 
 Traceback
 (most recent call last): 0122013-05-02 12:18:01,209 30214 TRACE 
 nova.compute.manager
 [instance: 4fcd874f-f8e5-4a08-9745-838b0636bd83]   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2039, in
 _attach_volume 0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager 
 [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83] mountpoint) 0122013-05-02 
 12:18:01,209
 30214 TRACE nova.compute.manager [instance: 
 4fcd874f-f8e5-4a08-9745-838b0636bd83]
 File /usr/lib/python2.7/dist-packages/nova/exception.py, line 104, in 
 wrapped 
 0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83] temp_level, payload) 0122013-05-02
 12:18:01,209 30214 TRACE nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83]   File 
 /usr/lib/python2.7/contextlib.py, line
 24, in __exit__ 0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager
 [instance: 4fcd874f-f8e5-4a08-9745-838b0636bd83] self.gen.next() 
 0122013-05-02
 12:18:01,209 30214 TRACE nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83]   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 79, in wrapped 
 0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83] return f(*args, **kw) 0122013-05-02
 12:18:01,209 30214 TRACE nova.compute.manager [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83]   File
 /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 673, in
 attach_volume 0122013-05-02 12:18:01,209 30214 TRACE nova.compute.manager 
 [instance:
 4fcd874f-f8e5-4a08-9745-838b0636bd83] mount_device)
 
 Does anyone else have this issue?
 
 ___ 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
 
 ___ Mailing list:
 https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net 
 Unsubscribe : https://launchpad.net/~openstack More help   :
 https://help.launchpad.net/ListHelp
 

- -- 

 Steve Heistand  NASA Ames Research Center
 email: steve.heist...@nasa.gov  Steve Heistand/Mail Stop 258-6
 ph: (650) 604-4369  Bldg. 258, Rm. 232-5
 Scientific  HPC ApplicationP.O. Box 1
 Development/OptimizationMoffett Field, CA 94035-0001


Re: [Openstack] [Grizzly] VMs can't access internet if floating ip associated

2013-05-02 Thread Michaël Van de Borne

no idea?




Le 30/04/2013 02:15, Michaël Van de Borne a écrit :

Hi there,
I'm running Grizzly on Ubuntu 12.04 in this topology: 
http://docs.openstack.org/trunk/openstack-network/admin/content/connectivity.html

and using the per-tenant routers with private networks.

I just found out that my VMs (except just one) can't access internet 
if I associate them a floating ip.

As soon as I disassociate the floating ip, the VM can ping 8.8.8.8

Did anyone experienced this?

Here is the iptables-save of the virtual router (configured thanks to 
the l3 agent):
(the VMs floating IPs are 192.168.202.X. The even wierdest thing is 
that only the VM using the 192.168.202.4 floating ip can access the 
internet).

thanks for your help...


root@rajesh:~# ip netns exec 
qrouter-e75c9ae7-c814-42c3-bd9e-9002c025aa95 iptables-save

# Generated by iptables-save v1.4.12 on Tue Apr 30 01:52:01 2013
*mangle
:PREROUTING ACCEPT [103801:72619178]
:INPUT ACCEPT [29779:8190400]
:FORWARD ACCEPT [73997:64361803]
:OUTPUT ACCEPT [3336:330688]
:POSTROUTING ACCEPT [77333:64692491]
COMMIT
# Completed on Tue Apr 30 01:52:01 2013
# Generated by iptables-save v1.4.12 on Tue Apr 30 01:52:01 2013
*nat
:PREROUTING ACCEPT [1:84]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:quantum-l3-agent-OUTPUT - [0:0]
:quantum-l3-agent-POSTROUTING - [0:0]
:quantum-l3-agent-PREROUTING - [0:0]
:quantum-l3-agent-float-snat - [0:0]
:quantum-l3-agent-snat - [0:0]
:quantum-postrouting-bottom - [0:0]
-A PREROUTING -j quantum-l3-agent-PREROUTING
-A OUTPUT -j quantum-l3-agent-OUTPUT
-A POSTROUTING -j quantum-l3-agent-POSTROUTING
-A POSTROUTING -j quantum-postrouting-bottom
-A quantum-l3-agent-OUTPUT -d 192.168.202.4/32 -j DNAT 
--to-destination 10.0.0.4
-A quantum-l3-agent-OUTPUT -d 192.168.202.3/32 -j DNAT 
--to-destination 10.0.0.2
-A quantum-l3-agent-OUTPUT -d 192.168.202.6/32 -j DNAT 
--to-destination 10.0.0.5
-A quantum-l3-agent-POSTROUTING ! -i qg-53c422b7-8a ! -o 
qg-53c422b7-8a -m conntrack ! --ctstate DNAT -j ACCEPT
-A quantum-l3-agent-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp 
--dport 80 -j REDIRECT --to-ports 9697
-A quantum-l3-agent-PREROUTING -d 192.168.202.4/32 -j DNAT 
--to-destination 10.0.0.4
-A quantum-l3-agent-PREROUTING -d 192.168.202.3/32 -j DNAT 
--to-destination 10.0.0.2
-A quantum-l3-agent-PREROUTING -d 192.168.202.6/32 -j DNAT 
--to-destination 10.0.0.5
-A quantum-l3-agent-float-snat -s 10.0.0.4/32 -j SNAT --to-source 
192.168.202.4
-A quantum-l3-agent-float-snat -s 10.0.0.2/32 -j SNAT --to-source 
192.168.202.3
-A quantum-l3-agent-float-snat -s 10.0.0.5/32 -j SNAT --to-source 
192.168.202.6

-A quantum-l3-agent-snat -j quantum-l3-agent-float-snat
-A quantum-l3-agent-snat -s 10.0.0.0/24 -j SNAT --to-source 192.168.202.2
-A quantum-postrouting-bottom -j quantum-l3-agent-snat
COMMIT
# Completed on Tue Apr 30 01:52:01 2013
# Generated by iptables-save v1.4.12 on Tue Apr 30 01:52:01 2013
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [23:2028]
:OUTPUT ACCEPT [0:0]
:quantum-filter-top - [0:0]
:quantum-l3-agent-FORWARD - [0:0]
:quantum-l3-agent-INPUT - [0:0]
:quantum-l3-agent-OUTPUT - [0:0]
:quantum-l3-agent-local - [0:0]
-A INPUT -j quantum-l3-agent-INPUT
-A FORWARD -j quantum-filter-top
-A FORWARD -j quantum-l3-agent-FORWARD
-A OUTPUT -j quantum-filter-top
-A OUTPUT -j quantum-l3-agent-OUTPUT
-A quantum-filter-top -j quantum-l3-agent-local
-A quantum-l3-agent-INPUT -d 127.0.0.1/32 -p tcp -m tcp --dport 9697 
-j ACCEPT

COMMIT
# Completed on Tue Apr 30 01:52:01 2013


michaël

--
Michaël Van de Borne
RD Engineer, SOA team, CETIC
Phone: +32 (0)71 49 07 45 Mobile: +32 (0)472 69 57 16, Skype: mikemowgli
www.cetic.be, rue des Frères Wright, 29/3, B-6041 Charleroi


___
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] Floating IP is wasting IP resources

2013-05-02 Thread Martinx - ジェームズ
Use IPv6... No need for Floating IPs, no NAT tables... Billions * billions
* billions of public IPs for you...  [?]


On 2 May 2013 11:31, Joe Topjian joe.topj...@cybera.ca wrote:

 I agree with you. I'd be interested to know if anyone else has run into
 this issue and their solution.

 Here's what I'll be trying to implement to get around this:

 I have an incoming trunk connection that carries two vlans: a public IP
 subnet and private subnet. I have them configured as two bridges in OVS:
 br-nat (the private subnet) and br-floating (the public subnet).

 Right now I have one L3 service working with br-nat. Users can create
 routers, set a default gateway, and get outgoing nat'd access to the
 internet. Since the subnet is private, I can easily configure this L3
 service with a large allocation pool.

 Yet to be implemented: the br-floating L3 service. This will be a smaller
 pool that will be restricted via quotas. Users will have to be more
 conservative with access to this service (maybe by creating an instance
 which will act as a port-forwarding firewall to an internal subnet).

 This places more work on the user compared to the nova-network vlanmanager
 workflow. However, I feel the ability to create multiple internal
 per-project subnets is a decent tradeoff.

 If this doesn't work out or if this ends up being to complicated for
 users, I'll probably go with the Provider Router with Private Networks
 use case (
 http://docs.openstack.org/grizzly/openstack-network/admin/content/use_cases_single_router.html
 ).



 On Thu, May 2, 2013 at 4:06 AM, 陈雷 raid.c...@gmail.com wrote:

 Recently I'm test floating IP on version Grizzly, I found the mechanism
 of floating IP is a little of wasting public IP addresses.

 In some circumstance, like public cloud environment. there is only one
 user in one project (tenant). If the user want to using floating IP,  he
 has to create an router and set a gateway for it, this process  will occupy
 one additional public IP address. So the whole process of floating IP will
 use 2 public address at least.

 So my question is, are there any ways to avoid this?

 Thanks
 Ray

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




 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

 Cybera is a not-for-profit organization that works to spur and support
 innovation, for the economic benefit of Alberta, through the use
 of cyberinfrastructure.

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


347.gif___
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] Ceilometer Install

2013-05-02 Thread Doug Hellmann
On Mon, Apr 29, 2013 at 6:42 PM, Riki Arslan riki.ars...@cloudturk.netwrote:

 I thought it might help if mentioned little more:

 /etc/ceilometer.conf file has the following parameters added:

 os_username=ceilometer
 os_password=$PASSWORD
 os_tenant_name=service
 os_auth_url=http://localhost:5000/v2.0/

 I checked CLI_OPTIONS in service.py and it looks allright:

 CLI_OPTIONS = [
 cfg.StrOpt('os-username',
default=os.environ.get('OS_USERNAME', 'ceilometer'),
help='Username to use for openstack service access'),
 cfg.StrOpt('os-password',
default=os.environ.get('OS_PASSWORD', 'admin'),
help='Password to use for openstack service access'),
 cfg.StrOpt('os-tenant-id',
default=os.environ.get('OS_TENANT_ID', ''),
help='Tenant ID to use for openstack service access'),
 cfg.StrOpt('os-tenant-name',
default=os.environ.get('OS_TENANT_NAME', 'admin'),
help='Tenant name to use for openstack service access'),
 cfg.StrOpt('os-auth-url',
default=os.environ.get('OS_AUTH_URL',
   'http://localhost:5000/v2.0'),
help='Auth URL to use for openstack service access'),
 ]

 But still, according to the error I am getting, it can not parse
 _parse_cli_opts:

 Traceback (most recent call last):
   File /usr/local/bin/ceilometer-api, line 5, in module
 pkg_resources.run_script('ceilometer==0.0.0', 'ceilometer-api')
   File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 499, in
 run_script
 self.require(requires)[0].run_script(script_name, ns)
   File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 1235, in
 run_script
 execfile(script_filename, namespace, namespace)
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-0.0.0-py2.7.egg/EGG-INFO/scripts/ceilometer-api,
 line 38, in module
 service.prepare_service()
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-0.0.0-py2.7.egg/ceilometer/service.py,
 line 80, in prepare_service
 cfg.CONF(argv[1:], project='ceilometer')
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-0.0.0-py2.7.egg/ceilometer/openstack/common/cfg.py,
 line 1024, in __call__
 self._cli_values, leftovers = self._parse_cli_opts(args)
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-0.0.0-py2.7.egg/ceilometer/openstack/common/cfg.py,
 line 1527, in _parse_cli_opts
 opt._add_to_cli(self._oparser, group)
   File
 /usr/local/lib/python2.7/dist-packages/oslo.config-1.1.0-py2.7.egg/oslo/config/cfg.py,
 line 591, in _add_to_cli
 container = self._get_argparse_container(parser, group)
   File
 /usr/local/lib/python2.7/dist-packages/oslo.config-1.1.0-py2.7.egg/oslo/config/cfg.py,
 line 633, in _get_argparse_container
 return group._get_argparse_group(parser)
 AttributeError: 'OptGroup' object has no attribute '_get_argparse_group'

 I am really puzzled as Collector, Computer Agent and Central Agent are
 working fine and Api Server is not.


I don't see a 2013.1~g2.tar.gz tarball listed under
http://tarballs.openstack.org/ceilometer/. Where did you get the source you
are working with?

You may have a bad snapshot, since it is trying to combine
ceilometer/openstack/common/cfg.py with oslo.config.

Doug




 On Tue, Apr 30, 2013 at 12:56 AM, Riki Arslan 
 riki.ars...@cloudturk.netwrote:

 Hi Doug,

 I have followed the document. The only thing that is different from the
 docs is that I did not copy the yaml file (it does not exist in tarball):

 cp etc/ceilometer/*.yaml /etc/ceilometer

 However, the tarball is the g2 version, which is the last version that
 was supposed to work with Folsom.

 It seems like Collector, Computer Agent and Central Agent are working. I
 only can't get the Api Server working.


 On Fri, Apr 26, 2013 at 6:19 PM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:

 It sounds like you haven't completed the installation instructions. I
 don't know if the manual steps listed at
 http://docs.openstack.org/developer/ceilometer/install/manual.html work
 with the tarball, but they should be close.

 Doug


 On Fri, Apr 26, 2013 at 3:46 AM, Riki Arslan 
 riki.ars...@cloudturk.netwrote:

 The command line I am using is: sudo /usr/local/bin/ceilometer-api.

 However, the ceilometer.ini file is missing. The version of Ceilometer
 I am using is ceilometer-2013.1~g2.tar.gz. And, I only have the
 following configuration files:

 /etc/ceilometer/ceilometer.conf
 /etc/ceilometer/policy.json
 /etc/ceilometer/sources.json

 Thanks.


 On Fri, Apr 26, 2013 at 1:10 AM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:




 On Thu, Apr 25, 2013 at 8:37 AM, Riki Arslan 
 riki.ars...@cloudturk.net wrote:

 I thought Ceilometer did not set a dependency on any DB drivers. I
 have installed the driver Mongo using sudo pip install pymongo.


 Ceilometer does use a database. You have to install the right driver.
 If you want 

Re: [Openstack] [Grizzly] VMs can't access internet if floating ip associated

2013-05-02 Thread Darragh O'Reilly
 

how are you doing the additional snatting outside of openstack in order for 
addresses on 192.168 /16 to access the internet? 


___
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] moving glance service

2013-05-02 Thread Dmitry Makovey
now that I'm at the office - here's the error I'm getting following my original 
instructions:

2013-05-02 14:06:46 10310 TRACE nova.api.openstack CommunicationError: Error 
communicating with http://10.10.10.1:9292 [Errno 111] ECONNREFUSED
2013-05-02 14:06:46 10310 TRACE nova.api.openstack 
2013-05-02 14:06:46 INFO nova.api.openstack 
[req-82f4ccb3-3d2e-4eca-a603-9a6ae7d74bd2 507c88590f1346f38004fba8c6a99f01 
d104a47607bb4a7c9db341650d32fab5] 
http://10.10.10.1:8774/v1.1/d104a47607bb4a7c9db341650d32fab5/images/detail 
returned with HTTP 500
where 10.10.10.1 is the *old* glance instance IP and new one is supposed to be 
10.10.10.2. 

When I spin up openstack-glance-{api,registry} on 10.10.10.1 - everything works 
as it should and images are stashed over on 10.10.10.2, but it's confusing why 
I need to run it with the old IP and can't just disable it?


Hi, after playing a bit with all-in-one setup I'm slowly moving services out 
to dedicated nodes. Got my Cinders sorted etc. However trying to move glance 
it seems that old glance endpoint gets cached someplace thus when I plug in 
new endpoint and remove old one I get all kinds of errors about missing 
service on original node.
Can somebody please confirm that (in Folsom) those steps are sufficient:
* add new endpoint with updated URLs
* remove old endpoint
* shutdown original glance
* startup new glance
* ...profit? ;-) 

___
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] moving glance service

2013-05-02 Thread François Charlier
Hi,

Nova does not get  the glance endpoint from keystone, this is a parameter in 
nova.conf : either glance_host + glance_port or glance_api_servers

Hope this helps.


Dmitry Makovey dmako...@yahoo.com a écrit :

now that I'm at the office - here's the error I'm getting following my
original instructions:

2013-05-02 14:06:46 10310 TRACE nova.api.openstack CommunicationError:
Error communicating with http://10.10.10.1:9292 [Errno 111]
ECONNREFUSED
2013-05-02 14:06:46 10310 TRACE nova.api.openstack 
2013-05-02 14:06:46 INFO nova.api.openstack
[req-82f4ccb3-3d2e-4eca-a603-9a6ae7d74bd2
507c88590f1346f38004fba8c6a99f01 d104a47607bb4a7c9db341650d32fab5]
http://10.10.10.1:8774/v1.1/d104a47607bb4a7c9db341650d32fab5/images/detail
returned with HTTP 500
where 10.10.10.1 is the *old* glance instance IP and new one is
supposed to be 10.10.10.2. 

When I spin up openstack-glance-{api,registry} on 10.10.10.1 -
everything works as it should and images are stashed over on
10.10.10.2, but it's confusing why I need to run it with the old IP and
can't just disable it?


Hi, after playing a bit with all-in-one setup I'm slowly moving
services out to dedicated nodes. Got my Cinders sorted etc. However
trying to move glance it seems that old glance endpoint gets cached
someplace thus when I plug in new endpoint and remove old one I get all
kinds of errors about missing service on original node.
Can somebody please confirm that (in Folsom) those steps are
sufficient:
* add new endpoint with updated URLs
* remove old endpoint
* shutdown original glance
* startup new glance
* ...profit? ;-) 

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

-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.___
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] OpenStack Folsom Install - VM failed to configure network

2013-05-02 Thread Farhan Patwa
Hi all,
I followed the instructions for OpenStack Folsom install at
http://docs.openstack.org/folsom/basic-install/content/basic-install_intro.
html
I am at the point where I am able to boot up a VM and I can see the IP
assigned to it in the GUI and when I do nova list.
Also I have assigned a floating IP to it using the quantum commands
specified in the guide above.
But when I boot the VM I get the logs below.
The tap device is UP and I am able to ping the 3 servers on the management
LAN and the 2 servers (network and compute) on their data network.
I would really appreciate any help/pointers that anyone can provide.

#
cloud-init start-local running: Thu, 02 May 2013 20:10:55 +. up 3.74
seconds

no instance data found in start-local

cloud-init-nonet waiting 120 seconds for a network device.

cloud-init-nonet gave up waiting for a network device.

ci-info: lo: 1 127.0.0.1   255.0.0.0   .

ci-info: eth0  : 1 .   .   fa:16:3e:9e:88:7d

route_info failed

 * Stopping Handle applying cloud-config[74G[ OK ]

Waiting for network configuration...

Waiting up to 60 more seconds for network configuration...

Booting system without full network configuration...

 * Stopping Failsafe Boot Delay[74G[ OK ]

 * Starting System V initialisation compatibility[74G[ OK ]

Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd

 * Starting AppArmor profiles   [80G
[74G[ OK ]

#

Thanks,


-Farhan Patwa.



___
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] [Grizzly] Inbound VM traffic fails at compute node

2013-05-02 Thread Greg Chavez
I have Grizzly up and running on Ubuntu 13.04, following the excellent
instructions by Msekni Bilel. I'm using gre tunneling and per-tenant
routers. It looks something like this:

http://chavezy.files.wordpress.com/2013/03/ostack-log-net_iscsi.png

I was able to get a cirros m1.tiny VM launched easily.  But although I've
associated a floating IP and configured secgroup rules, I am unable to get
any inbound traffic past the VM bridge.

The internal network is 192.168.252.0/23.  The floating IP range is
10.21.166.1-254.  The guest has IP 192.168.252.3 and is associate to
10.21.166.2.

So if I ping 10.21.166.2 from my external network, I can sniff the icmp
packets all the way to the VM linux bridge on the compute node.  I can see
packets on qvb* but not tap*.

From the VM console I am able to reach the external network.  Packet dumps
show that traffic originates from 10.21.166.2.

Finally, I see no hits on my secgroup rules.

Any advice?  I have interesting command output here:
http://pastebin.com/Cs514mkN

Thanks in advance.

-- 
\*..+.-
--Greg Chavez
+//..;};
___
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] Related Projects

2013-05-02 Thread Jeremy Stanley
On 2013-05-02 07:05:46 -0700 (-0700), Michael J Fork wrote:
[...]
 Could one of the admins link it from https://wiki.openstack.org/
 wiki/Projects?

I've added a section heading for this and transcluded your article
at...

https://wiki.openstack.org/wiki/Projects#Unofficial.2Frelated_projects

Hopefully this satisfies everyone involved, but if not we can easily
change it.
-- 
Jeremy Stanley

___
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] Related Projects

2013-05-02 Thread Gabriel Hurley
I'll throw it out there again:

We really ought to deploy an OpenComparison site (http://opencomparison.org/) 
for OpenStack. It's awesome, and does massive amounts of goodness for managed 
information and discovery.

- Gabriel

 -Original Message-
 From: Openstack [mailto:openstack-
 bounces+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of
 Jeremy Stanley
 Sent: Thursday, May 02, 2013 3:45 PM
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Related Projects
 
 On 2013-05-02 07:05:46 -0700 (-0700), Michael J Fork wrote:
 [...]
  Could one of the admins link it from https://wiki.openstack.org/
  wiki/Projects?
 
 I've added a section heading for this and transcluded your article
 at...
 
 https://wiki.openstack.org/wiki/Projects#Unofficial.2Frelated_projects
 
 Hopefully this satisfies everyone involved, but if not we can easily
 change it.
 --
 Jeremy Stanley
 
 ___
 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] [Metrics] source and binaries available for wikidsmart@openstack

2013-05-02 Thread Stefano Maffulli

Some news

We’ve released the complete documentation

http://activity.openstack.org/data/display/WIKIDS/Home

for OpenStack Insights, with binaries and source code downloadable from 
Sourceforge https://sourceforge.net/projects/wikidsopenstack


while the OpenStack Dash tools are the vanilla MetricsGrimoire set

http://metricsgrimoire.github.io/

The code is free as in freedom so you’re welcome to play with it. We’re 
working to put both pieces of code in the hands of the OpenStack 
Infrastructure team soon (more about this later).


If you want to know how the OpenStack Activity Board can help you 
understand your team’s activities in the project, build reports, 
integrate data from different sources, join the webinar we’re hosting on 
May 9th


http://openstack.enterthemeeting.com/m/5QNKEX2G

 We’ll keep ironing out the known issues 
https://bugs.launchpad.net/openstack-community/+bugs?field.tag=activityboard 
while we think about the future of the platform.



--
Ask and answer questions on https://ask.openstack.org

___
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] Setting configuration of OpenStack services while installing through DevStack

2013-05-02 Thread Brad Topol
Hi Rahul,

Hopefully there will be a config value in localrc file that meets your 
needs.   Finding docs for the values of each of the options requires a 
little searching.  devstack scripts are self documenting on the web site. 
But the Ceilometer options may not be mentioned in the top level stack.sh 
So you may need to find the sub-script responsible for installing 
ceilometer and look at the documented options in that one.  Here is a 
direct link to where you should look first for the localrc options for 
ceilometer:

http://devstack.org/lib/ceilometer.html

If you don't see the config option you need as a localrc option you will 
need to hack the script (they typically use a function called iniset) to 
set the value you need.

Thanks,

Brad

Brad Topol, Ph.D.
IBM Distinguished Engineer
OpenStack
(919) 543-0646
Internet:  bto...@us.ibm.com
Assistant: Cindy Willman (919) 268-5296



From:   rahul singh singh.rahul.1...@gmail.com
To: openstack@lists.launchpad.net
Date:   05/02/2013 04:17 PM
Subject:[Openstack] Setting configuration of OpenStack services 
while   installing through DevStack
Sent by:Openstack 
openstack-bounces+btopol=us.ibm@lists.launchpad.net



Hi,
I have installed OpenStack using DevStack. Is there some way to tell 
DevStack what the configuration of a service should be in the 
installation? For example, if I want DevStack to install Ceilometer with 
the configuration parameter periodic_interval set to a value other than 
the default, how do I achieve this when I am installing through DevStack?

Thanking you,
Rahul___
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] I release naming (calling APAC community)

2013-05-02 Thread Mark Atwood
I like incense best, myself.


On Thu, May 2, 2013 at 7:01 AM, Thierry Carrez thie...@openstack.orgwrote:

 Hi everyone,

 As you may know, we name our release cycles after cities or counties in
 the state/country where the corresponding design summit is held.

 That creates an interesting problem for the I release, since there is
 no word starting with i in classic transliteration of Chinese words...
 so not so many candidates. We'll have to get a bit creative and be
 willing to bend the rules a little.

 Feel free to suggest names on this thread, or on the wiki page at:
 https://wiki.openstack.org/wiki/Release_Naming

 I am especially interested by the input of our APAC community in general
 and our Chinese members in particular, which are probably the best to
 let us know which transliteration crime could be acceptable or which
 name they would particularly like.

 Cheers,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 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] I release naming (calling APAC community)

2013-05-02 Thread Frans Thamura
Greet from Jakarta. Indonesia

How about

http://en.m.wikipedia.org/wiki/Icarus

Frans
On May 2, 2013 9:02 PM, Thierry Carrez thie...@openstack.org wrote:

 Hi everyone,

 As you may know, we name our release cycles after cities or counties in
 the state/country where the corresponding design summit is held.

 That creates an interesting problem for the I release, since there is
 no word starting with i in classic transliteration of Chinese words...
 so not so many candidates. We'll have to get a bit creative and be
 willing to bend the rules a little.

 Feel free to suggest names on this thread, or on the wiki page at:
 https://wiki.openstack.org/wiki/Release_Naming

 I am especially interested by the input of our APAC community in general
 and our Chinese members in particular, which are probably the best to
 let us know which transliteration crime could be acceptable or which
 name they would particularly like.

 Cheers,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 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] nova-compute : nbd module not loaded

2013-05-02 Thread Mohammed Amine SAYA
Hi All,

I have had time to investigate why booting from volume doesn't work and I
found the following trace in /var/log/nova/nova-compute.log.

I took a look at nova.conf but I couldn't find any relevent entry for
nova.virt.disk.mount.disk.

Is it normal to have this trace? It occurs every time I try to launch a new
instance whether nova uses a standalone image or tries to boot from a
volume.

Has nova.virt.disk.mount.nbd module been integrated to nova?

BTW, I deployed grizzly 2013.1.

Any hint on this issue guys?

Thanks for you help.
Amine.

2013-05-03 02:04:03.447 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:05.449 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:07.451 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:09.452 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:11.454 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:13.475 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:15.477 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:17.479 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:19.481 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:21.483 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:23.551 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:25.554 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:27.556 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:29.556 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:31.558 ERROR nova.virt.disk.mount.nbd
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] nbd module not loaded
2013-05-03 02:04:33.636 WARNING nova.virt.disk.mount.api
[req-afe5f7ba-ac22-4d6c-9fad-283903de0193 f037cb17ddba4a92b1429e11b0c3200e
28be43a159854b43ae3b3bdcec3f266a] Device allocation failed after repeated
retries.
___
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] I release naming (calling APAC community)

2013-05-02 Thread Wang, Shane
What about Ili, which is a prefecture name in Xinjiang in China: 
http://en.wikipedia.org/wiki/Ili_Kazakh_Autonomous_Prefecture

--
Shane

 -Original Message-
 From: Openstack
 [mailto:openstack-bounces+shane.wang=intel@lists.launchpad.net] On
 Behalf Of Thierry Carrez
 Sent: Thursday, May 02, 2013 10:02 PM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] I release naming (calling APAC community)
 
 Hi everyone,
 
 As you may know, we name our release cycles after cities or counties in
 the state/country where the corresponding design summit is held.
 
 That creates an interesting problem for the I release, since there is
 no word starting with i in classic transliteration of Chinese words...
 so not so many candidates. We'll have to get a bit creative and be
 willing to bend the rules a little.
 
 Feel free to suggest names on this thread, or on the wiki page at:
 https://wiki.openstack.org/wiki/Release_Naming
 
 I am especially interested by the input of our APAC community in general
 and our Chinese members in particular, which are probably the best to
 let us know which transliteration crime could be acceptable or which
 name they would particularly like.
 
 Cheers,
 
 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack
 
 ___
 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] I release naming (calling APAC community)

2013-05-02 Thread John Wong
Hi,

Interesting. I came from HK when I was kid. I will give a good thought on
this tomorrow.

BUT BUT first impression on the list: drop the idea of imperial, please.
If the reason behind the suggestion has to do with British Empire, I
strongly advised you drop that suggestion because that description is
highly political. There are people in HK against the whole power shift
from Britain to China since 1997. And submit usually draw hundreds, if not,
thousands of developers across the world together. This will be a big event.

If we go with street name I know Ichang Street (宜昌街), Inverness Road
(延文禮士道) are good candidate. I submitted my edit:
https://wiki.openstack.org/wiki/Release_Naming#.22I.22_release_cycle_naming

I haven't crossed out Imperial on the WiKi, but the community should vote
on removal though.
Also, why don't we send this to the CS students enrolled in
HK's universities? This is a big event - driving potentially thousands
developers to HK? That's really the first time I can recall as a HK child.

John


On Thu, May 2, 2013 at 9:22 PM, Wang, Shane shane.w...@intel.com wrote:

 What about Ili, which is a prefecture name in Xinjiang in China:
 http://en.wikipedia.org/wiki/Ili_Kazakh_Autonomous_Prefecture

 --
 Shane

  -Original Message-
  From: Openstack
  [mailto:openstack-bounces+shane.wang=intel@lists.launchpad.net] On
  Behalf Of Thierry Carrez
  Sent: Thursday, May 02, 2013 10:02 PM
  To: openstack@lists.launchpad.net
  Subject: [Openstack] I release naming (calling APAC community)
 
  Hi everyone,
 
  As you may know, we name our release cycles after cities or counties in
  the state/country where the corresponding design summit is held.
 
  That creates an interesting problem for the I release, since there is
  no word starting with i in classic transliteration of Chinese words...
  so not so many candidates. We'll have to get a bit creative and be
  willing to bend the rules a little.
 
  Feel free to suggest names on this thread, or on the wiki page at:
  https://wiki.openstack.org/wiki/Release_Naming
 
  I am especially interested by the input of our APAC community in general
  and our Chinese members in particular, which are probably the best to
  let us know which transliteration crime could be acceptable or which
  name they would particularly like.
 
  Cheers,
 
  --
  Thierry Carrez (ttx)
  Release Manager, OpenStack
 
  ___
  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

___
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] I release naming (calling APAC community)

2013-05-02 Thread Hua ZZ Zhang
+1! the Chinese character is '伊犁' and can be easily spelled, remembered
and  pronounced in English.
This city name 'ili' is also searchable on google map. It is beautiful city
located in the westernmost province of China.
There lives people from different ethnic such as Han, Kazak, Uyghur, Hui,
Mongol, Xibe.

-Zhang Hua(Edward)



   
 Wang, Shane 
 shane.wang@intel 
 .com  To 
 Sent by:  Thierry Carrez  
 Openstack   thie...@openstack.org,
 openstack-bounce openstack@lists.launchpad.net 
 s openstack@lists.launchpad.net,
 +zhuadl=cn.ibm.co  cc 
 m@lists.launchpad 
 .net Subject 
   Re: [Openstack] I release naming
   (calling APAC community)
 2013-05-03 上午   
 09:22 
   
   
   
   




What about Ili, which is a prefecture name in Xinjiang in China:
http://en.wikipedia.org/wiki/Ili_Kazakh_Autonomous_Prefecture

--
Shane

 -Original Message-
 From: Openstack
 [mailto:openstack-bounces+shane.wang=intel@lists.launchpad.net] On
 Behalf Of Thierry Carrez
 Sent: Thursday, May 02, 2013 10:02 PM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] I release naming (calling APAC community)

 Hi everyone,

 As you may know, we name our release cycles after cities or counties in
 the state/country where the corresponding design summit is held.

 That creates an interesting problem for the I release, since there is
 no word starting with i in classic transliteration of Chinese words...
 so not so many candidates. We'll have to get a bit creative and be
 willing to bend the rules a little.

 Feel free to suggest names on this thread, or on the wiki page at:
 https://wiki.openstack.org/wiki/Release_Naming

 I am especially interested by the input of our APAC community in general
 and our Chinese members in particular, which are probably the best to
 let us know which transliteration crime could be acceptable or which
 name they would particularly like.

 Cheers,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 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

inline: graycol.gifinline: pic01131.gifinline: ecblank.gif___
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: precise_havana_nova_trunk #99

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/99/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 02:31:39 -0400Build duration:28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesVolume IO usage gets reset to 0 after a reboot / crashby michael.kerrineditnova/db/sqlalchemy/api.pyeditnova/virt/libvirt/driver.pyeditnova/tests/test_db_api.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 44884cf18778995c3fa92297e143e31ec26e9901 (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision ed7bce81383db458ea79a2ce18e8b18478cfe7ec (origin/master)Checking out Revision ed7bce81383db458ea79a2ce18e8b18478cfe7ec (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson4580722151032331857.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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_havana_quantum_trunk #80

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/80/Project:precise_havana_quantum_trunkDate of build:Thu, 02 May 2013 04:31:37 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid initialization of policy engine before extensions are loadedby salv.orlandoeditquantum/plugins/nicira/QuantumPlugin.pyConsole Output[...truncated 3211 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305020431~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305020431~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305020431~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305020431~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_havana_quantum_trunk #81

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/81/Project:precise_havana_quantum_trunkDate of build:Thu, 02 May 2013 05:31:37 -0400Build duration:4 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSet network_device_mtu as integerby gkottoneditquantum/agent/linux/interface.pyeditquantum/tests/unit/test_linux_interface.pyAllow admin to delete default security groupsby aroseneditquantum/tests/unit/test_extension_security_group.pyeditquantum/plugins/midonet/plugin.pyeditquantum/db/securitygroups_db.pyeditquantum/plugins/nicira/QuantumPlugin.pyConsole Output[...truncated 3217 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305020534~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305020534~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305020534~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305020534~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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: saucy_havana_horizon_trunk #5

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/5/Project:saucy_havana_horizon_trunkDate of build:Thu, 02 May 2013 08:01:36 -0400Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesUpdate Horizon for Django 1.5 compatibilityby 

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

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/25/Project:precise_havana_horizon_trunkDate of build:Thu, 02 May 2013 08:01:36 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesUpdate Horizon for Django 1.5 compatibilityby 

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

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/26/Project:precise_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 08:31:37 -0400Build duration:1 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changesupdate the ceilometer.conf.sampleby darren.birkettedittools/conf/extract_opts.pyeditetc/ceilometer/ceilometer.conf.sampleConsole Output[...truncated 1230 lines...]Looking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpSK8isgbzr: ERROR: An error (1) occurred running quilt: Applying patch remove-hbase-support.patchpatching file tools/pip-requiresHunk #1 succeeded at 19 (offset -1 lines).Applying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5905db60-0338-4438-a647-fabd17acfadd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5905db60-0338-4438-a647-fabd17acfadd', '-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/ceilometer/havana /tmp/tmpSK8isg/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpSK8isg/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201305020831~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [ca971ff] Remove "extras" as it is not useddch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5905db60-0338-4438-a647-fabd17acfadd', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-5905db60-0338-4438-a647-fabd17acfadd', '-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: saucy_havana_ceilometer_trunk #11

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/11/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 08:31:37 -0400Build duration:1 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changesupdate the ceilometer.conf.sampleby darren.birketteditetc/ceilometer/ceilometer.conf.sampleedittools/conf/extract_opts.pyConsole Output[...truncated 1891 lines...]Looking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpn7ajgfbzr: ERROR: An error (1) occurred running quilt: Applying patch remove-hbase-support.patchpatching file tools/pip-requiresHunk #1 succeeded at 19 (offset -1 lines).Applying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12c79809-4338-4978-af81-a6a6a45f7b2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12c79809-4338-4978-af81-a6a6a45f7b2f', '-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/ceilometer/havana /tmp/tmpn7ajgf/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpn7ajgf/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305020831~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [ca971ff] Remove "extras" as it is not useddch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12c79809-4338-4978-af81-a6a6a45f7b2f', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12c79809-4338-4978-af81-a6a6a45f7b2f', '-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_havana_ceilometer_trunk #27

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/27/Project:precise_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 09:31:37 -0400Build duration:1 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesEnumerate the meter type in the API Meter classby asalkeldedittests/test_pipeline.pyeditceilometer/api/controllers/v2.pyConsole Output[...truncated 1233 lines...]Using the upstream tarball that is present in /tmp/tmp8h5PvCbzr: ERROR: An error (1) occurred running quilt: Applying patch remove-hbase-support.patchpatching file tools/pip-requiresHunk #1 succeeded at 19 (offset -1 lines).Applying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd823a0e-976d-4cb3-851e-8d0105082c32', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd823a0e-976d-4cb3-851e-8d0105082c32', '-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/ceilometer/havana /tmp/tmp8h5PvC/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmp8h5PvC/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201305020931~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd823a0e-976d-4cb3-851e-8d0105082c32', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd823a0e-976d-4cb3-851e-8d0105082c32', '-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: saucy_havana_ceilometer_trunk #12

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/12/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 09:31:38 -0400Build duration:1 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesEnumerate the meter type in the API Meter classby asalkeldeditceilometer/api/controllers/v2.pyedittests/test_pipeline.pyConsole Output[...truncated 1894 lines...]Using the upstream tarball that is present in /tmp/tmp86EfaKbzr: ERROR: An error (1) occurred running quilt: Applying patch remove-hbase-support.patchpatching file tools/pip-requiresHunk #1 succeeded at 19 (offset -1 lines).Applying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9e8a5827-1226-4302-b97f-040a666f171d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9e8a5827-1226-4302-b97f-040a666f171d', '-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/ceilometer/havana /tmp/tmp86EfaK/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmp86EfaK/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305020931~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9e8a5827-1226-4302-b97f-040a666f171d', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-9e8a5827-1226-4302-b97f-040a666f171d', '-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_havana_nova_trunk #100

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/100/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 10:31:51 -0400Build duration:2 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix building quantumapi network model with network listby danmseditnova/network/quantumv2/api.pyMake _build_network_info_model testableby danmseditnova/tests/network/test_quantumv2.pyeditnova/network/quantumv2/api.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision ed7bce81383db458ea79a2ce18e8b18478cfe7ec (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 987e0967a603a89514287d5c6c8a7c49a27a3495 (origin/master)Checking out Revision 987e0967a603a89514287d5c6c8a7c49a27a3495 (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson2381626982895052533.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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_havana_nova_trunk #101

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/101/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 11:01:41 -0400Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12 lines...]	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1029)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Error performing command: git clone --progress -o origin https://github.com/openstack/nova.git /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/novaCommand "git clone --progress -o origin https://github.com/openstack/nova.git /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova'...error: The requested URL returned error: 403 Forbidden while accessing https://github.com/openstack/nova.git/info/refsfatal: HTTP request failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:776)	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:38)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:241)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:221)	at hudson.FilePath.act(FilePath.java:842)	at hudson.FilePath.act(FilePath.java:824)	at hudson.plugins.git.GitAPI.clone(GitAPI.java:221)	... 13 moreCaused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/nova.git /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova'...error: The requested URL returned error: 403 Forbidden while accessing https://github.com/openstack/nova.git/info/refsfatal: HTTP request failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:771)	... 19 moreTrying next repositoryERROR: Could not clone repositoryFATAL: Could not clonehudson.plugins.git.GitException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1041)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)-- 
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: saucy_havana_nova_trunk #21

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/21/Project:saucy_havana_nova_trunkDate of build:Thu, 02 May 2013 11:01:43 -0400Build duration:5 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 256 lines...]remote: Compressing objects:  88% (33692/38286)   remote: Compressing objects:  89% (34075/38286)   remote: Compressing objects:  90% (34458/38286)   remote: Compressing objects:  91% (34841/38286)   remote: Compressing objects:  92% (35224/38286)   remote: Compressing objects:  93% (35606/38286)   remote: Compressing objects:  94% (35989/38286)   remote: Compressing objects:  95% (36372/38286)   remote: Compressing objects:  96% (36755/38286)   remote: Compressing objects:  97% (37138/38286)   remote: Compressing objects:  98% (37521/38286)   remote: Compressing objects:  99% (37904/38286)   remote: Compressing objects: 100% (38286/38286)   remote: Compressing objects: 100% (38286/38286), done.Receiving objects:   0% (1/171630)   Receiving objects:   0% (561/171630), 76.00 KiB | 127 KiB/s   Receiving objects:   0% (956/171630), 276.00 KiB | 169 KiB/s   Receiving objects:   0% (1218/171630), 372.00 KiB | 41 KiB/s   Receiving objects:   0% (1273/171630), 372.00 KiB | 41 KiB/s   Receiving objects:   0% (1298/171630), 396.00 KiB | 27 KiB/s   Receiving objects:   0% (1376/171630), 420.00 KiB | 8 KiB/s   Receiving objects:   0% (1428/171630), 436.00 KiB | 4 KiB/s   Receiving objects:   0% (1458/171630), 444.00 KiB | 2 KiB/s   Receiving objects:   0% (1510/171630), 460.00 KiB | 1 KiB/s   Receiving objects:   0% (1620/171630), 492.00 KiB   error: RPC failed; result=56, HTTP code = 200fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:771)	... 19 moreTrying next repositoryERROR: Could not clone repositoryFATAL: Could not clonehudson.plugins.git.GitException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1041)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)-- 
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_havana_nova_trunk #102

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/102/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 11:31:33 -0400Build duration:1 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChecks if volume can be attachedby parthipaneditnova/tests/compute/test_compute.pyeditnova/compute/api.pyMove db.fixed_ip_* tests from DbApiTestCase to FixedIpTestCaseby boriseditnova/tests/test_db_api.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 987e0967a603a89514287d5c6c8a7c49a27a3495 (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 6e3997322d306bda31e02b03bfbd8c73b3367b39 (origin/master)Checking out Revision 6e3997322d306bda31e02b03bfbd8c73b3367b39 (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson3944013757242497659.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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: saucy_havana_ceilometer_trunk #13

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/13/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 11:32:44 -0400Build duration:1 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesAdd just the most minimal alarm APIby asalkeldeditceilometer/tests/api.pyaddtests/api/v2/test_alarm.pyeditceilometer/api/controllers/v2.pyRename EventFilter to SampleFilter.by sandy.walsheditceilometer/storage/base.pyeditceilometer/storage/impl_hbase.pyedittests/storage/base.pyedittests/storage/test_impl_hbase.pyedittests/storage/test_impl_mongodb.pyeditceilometer/api/v1/blueprint.pyeditceilometer/storage/impl_mongodb.pyeditceilometer/storage/impl_log.pyedittools/show_data.pyeditceilometer/api/controllers/v2.pyeditceilometer/storage/models.pyeditceilometer/storage/__init__.pyedittests/storage/test_impl_sqlalchemy.pyeditceilometer/storage/impl_sqlalchemy.pyConsole Output[...truncated 1901 lines...]Applying patch remove-hbase-support.patchpatching file tools/pip-requiresHunk #1 succeeded at 19 (offset -1 lines).Applying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7989335b-29e8-45fe-92de-91d4760784ac', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7989335b-29e8-45fe-92de-91d4760784ac', '-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/ceilometer/havana /tmp/tmpTG0jfv/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpTG0jfv/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305021132~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [92905c9] Rename EventFilter to SampleFilter.dch -a [0d5c271] Add just the most minimal alarm APIdch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7989335b-29e8-45fe-92de-91d4760784ac', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7989335b-29e8-45fe-92de-91d4760784ac', '-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_havana_horizon_trunk #26

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/26/Project:precise_havana_horizon_trunkDate of build:Thu, 02 May 2013 11:32:32 -0400Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesDont duplicate networks list on keypair importby tomasedithorizon/static/horizon/js/horizon.projects.jsFix translation error for missing default roleby ifarkaseditopenstack_dashboard/dashboards/admin/projects/workflows.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-695012a8-7c67-48bc-8ca9-6e7ca854120e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-695012a8-7c67-48bc-8ca9-6e7ca854120e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmp6wbdB0/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmp6wbdB0/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-695012a8-7c67-48bc-8ca9-6e7ca854120e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-695012a8-7c67-48bc-8ca9-6e7ca854120e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build 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: saucy_havana_nova_trunk #22

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/22/Project:saucy_havana_nova_trunkDate of build:Thu, 02 May 2013 11:31:34 -0400Build duration:6 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 4 lines...]Last Built Revision: Revision ed7bce81383db458ea79a2ce18e8b18478cfe7ec (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway.hudson.plugins.git.GitException: Error performing command: git fetch -t https://github.com/openstack/nova.git +refs/heads/*:refs/remotes/origin/*Command "git fetch -t https://github.com/openstack/nova.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: error: The requested URL returned error: 403 Forbidden while accessing https://github.com/openstack/nova.git/info/refsfatal: HTTP request failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:776)	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:741)	at hudson.plugins.git.GitAPI.fetch(GitAPI.java:190)	at hudson.plugins.git.GitAPI.fetch(GitAPI.java:978)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1049)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git fetch -t https://github.com/openstack/nova.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: error: The requested URL returned error: 403 Forbidden while accessing https://github.com/openstack/nova.git/info/refsfatal: HTTP request failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:771)	... 16 moreERROR: Could not fetch from any repositoryFATAL: Could not fetch from any repositoryhudson.plugins.git.GitException: Could not fetch from any repository	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1061)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)-- 
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_havana_ceilometer_trunk #28

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/28/Project:precise_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 11:31:36 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 462 lines...]Receiving objects:  70% (4330/6115), 1.47 MiB | 17 KiB/s   Receiving objects:  70% (4338/6115), 1.48 MiB | 14 KiB/s   Receiving objects:  71% (4342/6115), 1.48 MiB | 14 KiB/s   Receiving objects:  71% (4369/6115), 1.51 MiB | 18 KiB/s   Receiving objects:  72% (4403/6115), 1.51 MiB | 18 KiB/s   Receiving objects:  72% (/6115), 1.51 MiB | 18 KiB/s   Receiving objects:  73% (4464/6115), 1.55 MiB | 17 KiB/s   Receiving objects:  74% (4526/6115), 1.55 MiB | 17 KiB/s   Receiving objects:  74% (4561/6115), 1.59 MiB | 16 KiB/s   Receiving objects:  74% (4572/6115), 1.61 MiB | 11 KiB/s   Receiving objects:  74% (4583/6115), 1.62 MiB | 5 KiB/s   Receiving objects:  74% (4586/6115), 1.62 MiB | 5 KiB/s   Receiving objects:  75% (4587/6115), 1.62 MiB | 5 KiB/s   Receiving objects:  76% (4648/6115), 1.62 MiB | 5 KiB/s   Receiving objects:  76% (4689/6115), 1.68 MiB | 4 KiB/s   Receiving objects:  77% (4709/6115), 1.68 MiB | 4 KiB/s   Receiving objects:  77% (4721/6115), 1.69 MiB   Receiving objects:  77% (4741/6115), 1.70 MiB   Receiving objects:  78% (4770/6115), 1.70 MiB   Receiving objects:  78% (4816/6115), 1.72 MiB   Receiving objects:  79% (4831/6115), 1.72 MiB   Receiving objects:  80% (4892/6115), 1.72 MiB   Receiving objects:  80% (4892/6115), 1.74 MiB   Receiving objects:  81% (4954/6115), 1.74 MiB   Receiving objects:  81% (4977/6115), 1.74 MiB   error: RPC failed; result=56, HTTP code = 200fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:771)	... 19 moreTrying next repositoryERROR: Could not clone repositoryFATAL: Could not clonehudson.plugins.git.GitException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1041)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)-- 
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: saucy_havana_ceilometer_trunk #15

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/15/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 02 May 2013 12:32:35 -0400Build duration:1 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds examples of CLI and API queries to the V2 documentation.by phil.nealeditdoc/source/webapi/v2.rstConsole Output[...truncated 1910 lines...]patching file tools/pip-requiresApplying patch requests-dep.patchpatching file tools/pip-requiresHunk #1 FAILED at 15.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch requests-dep.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adfe1ffd-5f5d-41e6-bf1e-a7e0697d34e7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adfe1ffd-5f5d-41e6-bf1e-a7e0697d34e7', '-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/ceilometer/havana /tmp/tmp2Dt3A3/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmp2Dt3A3/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6f7efd1efedbc4baa7c2263d1536a985f0895fc0..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305021232~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [82ad299] Modify limitation on request versiondch -a [f90b36d] Doc improvementsdch -a [92905c9] Rename EventFilter to SampleFilter.dch -a [0d5c271] Add just the most minimal alarm APIdch -a [4fb7650] Enumerate the meter type in the API Meter classdch -a [ca971ff] Remove "extras" as it is not useddch -a [6979b16] Adds examples of CLI and API queries to the V2 documentation.dch -a [1828143] update the ceilometer.conf.sampledch -a [8bcc377] Set hbase table_prefix default to Nonedch -a [6cb0eb9] Add some recommendations about databasedebcommitbzr 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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adfe1ffd-5f5d-41e6-bf1e-a7e0697d34e7', '-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 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adfe1ffd-5f5d-41e6-bf1e-a7e0697d34e7', '-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_havana_nova_trunk #103

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/103/Project:precise_havana_nova_trunkDate of build:Thu, 02 May 2013 12:34:13 -0400Build duration:3 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPrevent rescuing a VM with a partially mounted volume.by jogoeditnova/api/openstack/compute/contrib/rescue.pyeditnova/volume/cinder.pyeditnova/tests/compute/test_compute.pyeditnova/compute/api.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 6e3997322d306bda31e02b03bfbd8c73b3367b39 (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 8bb1cc2f82b0d1dcfb08777537584e5f574ae439 (origin/master)Checking out Revision 8bb1cc2f82b0d1dcfb08777537584e5f574ae439 (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson8409991833852966193.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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_havana_glance_trunk #39

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/39/Project:precise_havana_glance_trunkDate of build:Thu, 02 May 2013 13:32:40 -0400Build duration:7 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse RBAC policy to determine if context is admin.by eglynneditglance/tests/unit/test_notifier.pyeditetc/policy.jsoneditglance/tests/unit/test_db.pyeditglance/api/middleware/context.pyeditglance/tests/etc/policy.jsoneditglance/tests/unit/test_policy.pyeditglance/api/policy.pyeditglance/tests/unit/test_cache_middleware.pyeditglance/context.pyConsole Output[...truncated 7317 lines...]dch -a [cc938e2] Use RBAC policy to determine if context is admin.dch -a [9174753] Create package for registry's clientdch -a [0a4f4af] Compress response's content according to client's accepted encodingdch -a [a9f9f13] Call os.kill for each child instead of the process groupdch -a [039f3d8] Convert scripts to entry pointsdch -a [d700f24] Remove unused configure_db functiondch -a [2d492e0] Don't raise HTTPForbidden on a multitenant environmentdch -a [acc2900] Expand HACKING with commit message guidelinesdch -a [39477af] Redirects requests from /v# to /v#/dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedch -a [459e3e6] Sync with oslo-incubator copy of setup.py and version.pydch -a [1e98e10] Gracefully handle qpid errorsdch -a [6780571] Fix Qpid test casesdch -a [cd00848] Fix the deletion of a pending_delete image.dch -a [1e49329] Fix functional test 'test_scrubber_with_metadata_enc'dch -a [1c5a4d2] Call monkey_patch before other modules are loadeddch -a [6eaf42a] Improve unit tests for glance.api.middleware.cache moduledch -a [ae0f904] Add GridFS storedch -a [28b1129] Verify SSL certificates at boot timedch -a [b1ac90f] Add a policy handler to control copy-from functionalitydch -a [62068a3] Remove internal store references from migration 015dch -a [7155134] Add unit tests for glance.api.cached_images moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305021332~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A glance_2013.2+git201305021332~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305021332~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305021332~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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: saucy_havana_glance_trunk #10

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/10/Project:saucy_havana_glance_trunkDate of build:Thu, 02 May 2013 13:39:43 -0400Build duration:7 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse RBAC policy to determine if context is admin.by eglynneditglance/tests/etc/policy.jsoneditglance/tests/unit/test_notifier.pyeditglance/api/policy.pyeditglance/tests/unit/test_db.pyeditglance/tests/unit/test_cache_middleware.pyeditglance/context.pyeditetc/policy.jsoneditglance/tests/unit/test_policy.pyeditglance/api/middleware/context.pyConsole Output[...truncated 7958 lines...]Job: glance_2013.2+git201305021339~saucy-0ubuntu1.dscMachine Architecture: amd64Package: glancePackage-Time: 349Source-Version: 1:2013.2+git201305021339~saucy-0ubuntu1Space: 22760Status: attemptedVersion: 1:2013.2+git201305021339~saucy-0ubuntu1Finished at 20130502-1347Build needed 00:05:49, 22760k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305021339~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305021339~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmp5Yy2Zh/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp5Yy2Zh/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305021339~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [cc938e2] Use RBAC policy to determine if context is admin.dch -a [9174753] Create package for registry's clientdch -a [0a4f4af] Compress response's content according to client's accepted encodingdch -a [a9f9f13] Call os.kill for each child instead of the process groupdch -a [039f3d8] Convert scripts to entry pointsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305021339~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201305021339~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305021339~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305021339~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_nova_trunk #986

2013-05-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/986/Project:precise_grizzly_nova_trunkDate of build:Thu, 02 May 2013 14:32:30 -0400Build duration:34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCatch glance image create exceptionsby rbryanteditnova/tests/api/openstack/fakes.pyeditnova/image/glance.pyeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_server_actions.pyAllow listing fixed_ips for a given compute host.by mikaleditbin/nova-manageeditnova/tests/test_nova_manage.pyeditnova/tests/test_db_api.pyeditnova/db/api.pyeditnova/db/sqlalchemy/api.pyeditnova/tests/db/fakes.pyWrong proxy port in nova.conf for Spice proxyby emilien.macchieditnova/spice/__init__.pyeditdoc/api_samples/os-consoles/get-spice-console-post-resp.xmleditetc/nova/nova.conf.sampleConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunkCheckout:precise_grizzly_nova_trunk / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision a58d97502fdbab4e4416b779a6219bbe687250d6 (remotes/origin/stable/grizzly)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 818b8ce50c0f117b771c520930859d472edfc78e (remotes/origin/stable/grizzly)Checking out Revision 818b8ce50c0f117b771c520930859d472edfc78e (remotes/origin/stable/grizzly)No emails were triggered.[precise_grizzly_nova_trunk] $ /bin/sh -xe /tmp/hudson994304055889463139.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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_grizzly_nova_trunk #987

2013-05-02 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/987/Project:precise_grizzly_nova_trunkDate of build:Thu, 02 May 2013 16:02:13 -0400Build duration:53 secBuild cause:Started by an SCM changeStarted by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesGrab instance for migration before updating usageby ldbragsteditnova/compute/resource_tracker.pyRaise rather than generating millions of IPs.by pbradyeditbin/nova-manageeditnova/tests/test_nova_manage.pyAdd missing snapshot image properties for VMware Hyper.by yaguang.tangeditnova/virt/vmwareapi/vmware_images.pyFix attach when running as root without sysfsutilsby rbryanteditnova/virt/libvirt/utils.pyimport and install gettext in vm_vdi_cleaner.pyby rbryantedittools/xenserver/vm_vdi_cleaner.pyConvert the cache key from unicode to a string.by rbryanteditnova/api/ec2/ec2utils.pyFix baremetal get_available_nodesby rbryanteditnova/tests/baremetal/test_driver.pyeditnova/virt/baremetal/driver.pyConsole OutputStarted by an SCM changeStarted by an SCM changeStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunkCheckout:precise_grizzly_nova_trunk / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 818b8ce50c0f117b771c520930859d472edfc78e (remotes/origin/stable/grizzly)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 43004ba04e77cb4776b42b4697f28364ef2db839 (remotes/origin/stable/grizzly)Checking out Revision 43004ba04e77cb4776b42b4697f28364ef2db839 (remotes/origin/stable/grizzly)No emails were triggered.[precise_grizzly_nova_trunk] $ /bin/sh -xe /tmp/hudson6972778822725612560.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild 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_havana_quantum_trunk #82

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/82/Project:precise_havana_quantum_trunkDate of build:Thu, 02 May 2013 16:11:03 -0400Build duration:2 min 23 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditquantum/locale/ko_KR/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poeditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/quantum.potConsole Output[...truncated 3211 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305021611~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305021611~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305021611~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305021611~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_havana_quantum_trunk #83

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/83/Project:precise_havana_quantum_trunkDate of build:Thu, 02 May 2013 20:02:36 -0400Build duration:2 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDo not attempt to kill already-dead dnsmasqby gkottoneditquantum/tests/unit/test_linux_dhcp.pyeditquantum/agent/linux/dhcp.pyConsole Output[...truncated 3213 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305022002~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305022002~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305022002~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305022002~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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 Failure: saucy_havana_swift_trunk #7

2013-05-02 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/7/Project:saucy_havana_swift_trunkDate of build:Thu, 02 May 2013 22:32:33 -0400Build duration:2 min 33 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesconf.d supportby clay.gerrardeditdoc/source/deployment_guide.rstedittest/unit/common/test_wsgi.pyeditswift/common/utils.pyeditswift/common/manager.pyeditetc/proxy-server.conf-sampleeditsetup.pyaddbin/swift-configedittest/unit/common/test_utils.pyedittest/unit/common/test_manager.pyeditswift/common/wsgi.pyConsole Output[...truncated 3003 lines...]Build-Time: 15Distribution: saucy-havanaFail-Stage: buildHost Architecture: amd64Install-Time: 29Job: swift_1.8.1+git201305022232~saucy-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 60Source-Version: 1.8.1+git201305022232~saucy-0ubuntu1Space: 19792Status: attemptedVersion: 1.8.1+git201305022232~saucy-0ubuntu1Finished at 20130502-2235Build needed 00:01:00, 19792k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.8.1+git201305022232~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.8.1+git201305022232~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/havana /tmp/tmpudodxu/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpudodxu/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1.8.1+git201305022232~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.8.1+git201305022232~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A swift_1.8.1+git201305022232~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.8.1+git201305022232~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.8.1+git201305022232~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build 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 Failure: precise_havana_swift_trunk #46

2013-05-02 Thread openstack-testing-bot
Title: precise_havana_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_swift_trunk/46/Project:precise_havana_swift_trunkDate of build:Thu, 02 May 2013 22:35:06 -0400Build duration:2 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesconf.d supportby clay.gerrardedittest/unit/common/test_utils.pyeditswift/common/wsgi.pyeditsetup.pyeditdoc/source/deployment_guide.rstedittest/unit/common/test_manager.pyeditswift/common/manager.pyeditetc/proxy-server.conf-sampleeditswift/common/utils.pyedittest/unit/common/test_wsgi.pyaddbin/swift-configConsole Output[...truncated 2526 lines...]Build-Time: 16Distribution: precise-havanaFail-Stage: buildHost Architecture: amd64Install-Time: 26Job: swift_1.8.1+git201305022235~precise-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 55Source-Version: 1.8.1+git201305022235~precise-0ubuntu1Space: 19788Status: attemptedVersion: 1.8.1+git201305022235~precise-0ubuntu1Finished at 20130502-2237Build needed 00:00:55, 19788k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.8.1+git201305022235~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.8.1+git201305022235~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/havana /tmp/tmpxZC47A/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpxZC47A/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D precise --newversion 1.8.1+git201305022235~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.8.1+git201305022235~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A swift_1.8.1+git201305022235~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.8.1+git201305022235~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.8.1+git201305022235~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build 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