[Openstack] Reg: Creating Network

2013-05-28 Thread Nehal J. Wani
When i run the command:

nova network-create myNetwork --fixed-range-v4
10.3.3.0/24--bridge-interface cloudbr0

I get the error:
ERROR: The server has either erred or is incapable of performing the
requested operation. (HTTP 500) (Request-ID:
req-34cbe744-c12e-427d-8d31-a01869c89c4a)

In /var/log/nova/api.log:

http://fpaste.org/14913/13697251/raw/

Where am I going wrong?

-- 
Nehal J. Wani
UG2, BTech CS+MS(CL)
IIIT-Hyderabad
http://commanlinewani.blogspot.com
___
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]Problems of qpid as rpcbackend

2013-05-28 Thread minmin ren
I think I found some problems of qpid as rpcbackend, however I'm not sure
about it. Could anyone  try to test it with your environment?

openstack grizzly version

config file need debug=True

1. service openstack-cinder-scheduler stop (nova-compute, nova-scheduler,
etc)
2.  vi /var/log/cinder/scheduler.log   some info will be found like this.

I deployed two machines(node1 and dev202)

2013-05-27 06:02:46 CRITICAL [cinder] need more than 0 values to unpack
Traceback (most recent call last):
  File /usr/bin/cinder-scheduler, line 50, in module
service.wait()
  File /usr/lib/python2.6/site-packages/cinder/service.py, line 613, in
wait
rpc.cleanup()
  File
/usr/lib/python2.6/site-packages/cinder/openstack/common/rpc/__init__.py,
line 240, in cleanup
return _get_impl().cleanup()
  File
/usr/lib/python2.6/site-packages/cinder/openstack/common/rpc/impl_qpid.py,
line 649, in cleanup
return rpc_amqp.cleanup(Connection.pool)
  File
/usr/lib/python2.6/site-packages/cinder/openstack/common/rpc/amqp.py,
line 671, in cleanup
connection_pool.empty()
  File
/usr/lib/python2.6/site-packages/cinder/openstack/common/rpc/amqp.py,
line 80, in empty
self.get().close()
  File
/usr/lib/python2.6/site-packages/cinder/openstack/common/rpc/impl_qpid.py,
line 386, in close
self.connection.close()
  File string, line 6, in close
  File /usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py, line
316, in close
ssn.close(timeout=timeout)
  File string, line 6, in close
  File /usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py, line
749, in close
if not self._ewait(lambda: self.closed, timeout=timeout):
  File /usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py, line
566, in _ewait
result = self.connection._ewait(lambda: self.error or predicate(),
timeout)
  File /usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py, line
208, in _ewait
result = self._wait(lambda: self.error or predicate(), timeout)
  File /usr/lib/python2.6/site-packages/qpid/messaging/endpoints.py, line
193, in _wait
return self._waiter.wait(predicate, timeout=timeout)
  File /usr/lib/python2.6/site-packages/qpid/concurrency.py, line 57, in
wait
self.condition.wait(3)
  File /usr/lib/python2.6/site-packages/qpid/concurrency.py, line 96, in
wait
sw.wait(timeout)
  File /usr/lib/python2.6/site-packages/qpid/compat.py, line 53, in wait
ready, _, _ = select([self], [], [], timeout)
ValueError: need more than 0 values to unpack


I put the problems with multi-cinder-volumes on launchpad
https://answers.launchpad.net/cinder/+question/229456
Because I encountered this problems, however others services except
cinder-volume never appear this problems.
Then I found other services log print some critical info, error at
self.connection.close()
So I delete self.connection.close() which should not be removed, I watch
qpid queue infomation, the problem which I  confused on
multi-cinder-volumes disappear.
As a result, I think the problem I found may be a bug.
___
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] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Ildiko Vancsa
Hi All,

I'm new to OpenStack and Ceilometer as well, so I have a few questions. :)

Does Ceilometer supports a Web UI or it is available via command line and
curl only? I installed the environment with DevStack as I wanted to check
how it works and looks like and it sets ceilometer in the apache2 serveice
as an enabled site, but I could not find any information about how to set
it up correctly.

Thanks and Best Regards,
Ildiko
___
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] Dual network connections on hypervisor

2013-05-28 Thread Tim Bell
 

I have a hypervisor running KVM with two network interfaces to two independent 
networks.

 

I could not find any documentation on how to configure a set up such as this so 
the guests could also be configured with IPs on the
two networks.

 

Any pointers ?

 

Tim

 



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


Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread Endre Karlson
Isn't it just to specify two different ports or networks when booting the
VM?

Endre


2013/5/28 Tim Bell tim.b...@cern.ch

 ** **

 I have a hypervisor running KVM with two network interfaces to two
 independent networks.

 ** **

 I could not find any documentation on how to configure a set up such as
 this so the guests could also be configured with IPs on the two networks.*
 ***

 ** **

 Any pointers ?

 ** **

 Tim

 ** **

 ___
 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] [Nova] Review Request - Metadata transfer between image, volume and instance

2013-05-28 Thread Macdonald-Wallace, Matthew
Hi all, me again!

Please can someone else take a look at https://review.openstack.org/#/c/28969/ 
and either comment on the content or approve it for merge?

Thanks,

Matt

-Original Message-
From: Openstack 
[mailto:openstack-bounces+matthew.macdonald-wallace=hp@lists.launchpad.net] 
On Behalf Of Macdonald-Wallace, Matthew
Sent: 17 May 2013 06:36
To: openstack@lists.launchpad.net
Subject: [Openstack] [Nova] Review Request - Metadata transfer between image, 
volume and instance

Hi all,

I've submitted https://review.openstack.org/#/c/28969/ to fix 
https://bugs.launchpad.net/nova/+bug/1175571 that deals with the issue of 
metadata that has been passed from glance to cinder not being passed on to Nova 
when booting from a volume.

Kevin L. Mitchell has kindly taken a look and reviewed the code and I would 
really appreciate it if someone else could also have a read through and see if 
it's ok to be approved!

Thanks in advance,

Matt

___
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] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Fei Long Wang
Hi Bruno,

Please follow this link:
http://docs.openstack.org/developer/ceilometer/configuration.html#keystone-middleware-authentication

Generally, you just need add some entries in ceilometer.conf like this:
[keystone_authtoken]
signing_dir = /var/cache/ceilometer
admin_tenant_name = service
admin_password = passw0rd
admin_user = ceilometer
auth_protocol = http

Thanks  Best regards,
Fei Long Wang (王飞龙)
--
Scrum Master, Cloud Solutions and OpenStack Development
Tel: 8610-82450513 | T/L: 905-0513
Email: flw...@cn.ibm.com
China Systems  Technology Laboratory in Beijing
--




From:   Bruno Oliveira brunnop.olive...@gmail.com
To: OpenStack openstack@lists.launchpad.net,
Date:   05/27/2013 10:14 PM
Subject:[Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error
401 Unauthorized
Sent by:Openstack openstack-bounces
+flwang=cn.ibm@lists.launchpad.net



Hello stackers,

I'm having a really hard time setting up ceilometer-api so I thought
if I could ask you guys for some enlightment.

I can clearly see data being pulled in the screens that are running
/ceilometer-collector, ./ceilometer-agent-compute ,./ceilometer-agent-central


Even the screen running ceilometer-api-server starts with no problem.

But I cannot reach the api at all via curl. Neither by using its
actual port (8777)
nor using the port set in the virtual host of apache. All I'm getting
is auth error

$ curl http://127.0.0.1:8777  OR  $ curl http://127.0.0.1:9090
=
html
 head
  title401 Unauthorized/title
 /head
 body
  h1401 Unauthorized/h1
  This server could not verify that you are authorized to access the
document you requested. Either you supplied the wrong credentials
(e.g., bad password), or your browser does not understand how to
supply the credentials required.br /br /
Authentication required
=


On top of that, the only thing I had to do in a non-standard basis, was to
setup ceilometer virtual host to answer request on port 9090 of apache
instead of the default 80 (since horizon is bind to it).


Here's a copy of my running ceilometer.conf
=
/etc/ceilometer/ceilometer.conf
=
[DEFAULT]
os_username=ceilometer
os_password=MYSECRET
os_tenant_name=admin
os_auth_url=http://localhost:5000/v2.0
signing_dirname = /tmp/keystone-signing-ceilometer
metering_api_port=8777
auth_strategy=keystone
nova_control_exchange=nova
hypervisor_inspector=libvirt
libvirt_type=kvm
glance_control_exchange=glance
quantum_control_exchange=quantum
debug=true
verbose=true
(...)
*logging writing parameters here*
(...)
log_dir=/var/log/ceilometer
rpc_backend=ceilometer.openstack.common.rpc.impl_kombu
rabbit_host=localhost
rabbit_port=5672
rabbit_userid=guest
rabbit_password=ficrowstran02
rabbit_retry_backoff=2
rabbit_max_retries=0
database_connection=mongodb://localhost:27017/ceilometer
sql_connection_debug=0
cinder_control_exchange=cinder
enable_v1_api=true

[rpc_notifier2]

[matchmaker_redis]

[publisher_meter]
metering_secret=METERING_SECRET

[keystone_authtoken]
auth_host = localhost
auth_port = 5000
admin_user = ceilometer
admin_password = MYSECRET
admin_tenant_name = admin
auth_uri = http://localhost:5000/v2.0/
=


The ceilometer user pointed at admin_user under the
[keystone_authtoken] section, as well as in os_username under the
[DEFAULT] section,
was created in keystone and it'sbind to the admin tenant.


$ keystone tenant-get admin
+-+--+
|   Property  |  Value   |
+-+--+
| description |  |
|   enabled   |   True   |
|  id | 670f5dd4070d44b6a8308277a236d1af |
| name|  admin   |
+-+--+

$ keystone user-get ceilometer
+--+--+
| Property |  Value   |
+--+--+
|  email   |  ceilome...@example.com  |
| enabled  |   True   |
|id| a98ec068f5f349439acef431e826d7ff |
|   name   |ceilometer|
| tenantId | 670f5dd4070d44b6a8308277a236d1af |
+--+--+


Finally, here's the ceilometer site running on apache. the user
and group 'stackadmin' are valid users indeed in the machine

$ id stackadmin

uid=1000(stackadmin) gid=1000(stackadmin)
groups=1000(stackadmin),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),111
(libvirtd),113(lpadmin),114(sambashare


=
/etc/apache2/sites-available/ceilometer
=
VirtualHost *:9090

Re: [Openstack] Dual network connections on hypervisor

2013-05-28 Thread JuanFra Rodriguez Cardoso
Maybe this could be helpful for your request:
http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html

Regards,

---
JuanFra


2013/5/28 Tim Bell tim.b...@cern.ch

 ** **

 I have a hypervisor running KVM with two network interfaces to two
 independent networks.

 ** **

 I could not find any documentation on how to configure a set up such as
 this so the guests could also be configured with IPs on the two networks.*
 ***

 ** **

 Any pointers ?

 ** **

 Tim

 ** **

 ___
 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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Hi All,

I have a multinode setup of Openstack-Grizzly release with Networking node
as a separate machine. I am able to successfully bring up instances and
ping to google from within the instances. Everything is working fine except
the speed of internet access from within the instances.

When I try to wget file or do apt-get update, its taking a lot of
time(1 hr 40 mins for apt-get update). However, if I do the same on the
physical compute-nodes or on the network-node, it updates within seconds. I
am not sure why the network access within the instances is so slow which on
the other hand is quite fast on the hosts.

Any pointers or steps to debug the issue would be really helpful. Please
let me know how I can debug this scenario.

Thanks and Regards
Rahul Sharma
___
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] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Hi:

Which hypervisor are you using? KVM with virtio driver?

---
JuanFra


2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 Hi All,

 I have a multinode setup of Openstack-Grizzly release with Networking node
 as a separate machine. I am able to successfully bring up instances and
 ping to google from within the instances. Everything is working fine except
 the speed of internet access from within the instances.

 When I try to wget file or do apt-get update, its taking a lot of
 time(1 hr 40 mins for apt-get update). However, if I do the same on the
 physical compute-nodes or on the network-node, it updates within seconds. I
 am not sure why the network access within the instances is so slow which on
 the other hand is quite fast on the hosts.

 Any pointers or steps to debug the issue would be really helpful. Please
 let me know how I can debug this scenario.

 Thanks and Regards
 Rahul Sharma

 ___
 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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Yes, I am using KVM.

-Regards
Rahul Sharma


On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com wrote:

 Hi:

 Which hypervisor are you using? KVM with virtio driver?

 ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

  Hi All,

 I have a multinode setup of Openstack-Grizzly release with Networking
 node as a separate machine. I am able to successfully bring up instances
 and ping to google from within the instances. Everything is working fine
 except the speed of internet access from within the instances.

 When I try to wget file or do apt-get update, its taking a lot of
 time(1 hr 40 mins for apt-get update). However, if I do the same on the
 physical compute-nodes or on the network-node, it updates within seconds. I
 am not sure why the network access within the instances is so slow which on
 the other hand is quite fast on the hosts.

 Any pointers or steps to debug the issue would be really helpful. Please
 let me know how I can debug this scenario.

 Thanks and Regards
 Rahul Sharma

 ___
 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] Dual network connections on hypervisor

2013-05-28 Thread Balamurugan V G
Hi Tim.

I am assuming that you are using Quantum for networking. And if you
are using Grizzly release you can do it from the Dashboard UI itself.
If not use the command like as shown below:

nova boot --image img --flavor flavor --nic net-id=net1-id --nic
net-id=net2-id vm-name

Here, net1 and net2 are two different networks to which you want to
hook up your VM.

You can refer to the link
http://docs.openstack.org/trunk/openstack-network/admin/content/advanced_vm.html
for more on this.

Regards,
Balu


On Tue, May 28, 2013 at 1:19 PM, Tim Bell tim.b...@cern.ch wrote:



 I have a hypervisor running KVM with two network interfaces to two 
 independent networks.



 I could not find any documentation on how to configure a set up such as this 
 so the guests could also be configured with IPs on the two networks.



 Any pointers ?



 Tim




 ___
 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] Internet access within launched instances too slow

2013-05-28 Thread Balamurugan V G
Check if you have the right DNS server settings on your VM. Sometimes
even that can slow the access.

Regards,
Balu

On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com wrote:
 Yes, I am using KVM.

 -Regards
 Rahul Sharma


 On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
 juanfra.rodriguez.card...@gmail.com wrote:

 Hi:

 Which hypervisor are you using? KVM with virtio driver?

 ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 Hi All,

 I have a multinode setup of Openstack-Grizzly release with Networking
 node as a separate machine. I am able to successfully bring up instances and
 ping to google from within the instances. Everything is working fine except
 the speed of internet access from within the instances.

 When I try to wget file or do apt-get update, its taking a lot of
 time(1 hr 40 mins for apt-get update). However, if I do the same on the
 physical compute-nodes or on the network-node, it updates within seconds. I
 am not sure why the network access within the instances is so slow which on
 the other hand is quite fast on the hosts.

 Any pointers or steps to debug the issue would be really helpful. Please
 let me know how I can debug this scenario.

 Thanks and Regards
 Rahul Sharma

 ___
 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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
I checked, they are fine. nslookup is giving correct result.

root@instance1:/home/ubuntu# nslookup www.google.com
Server: 192.168.0.4
Address:192.168.0.4#53

Non-authoritative answer:
Name:   www.google.com
Address: 74.125.135.147
Name:   www.google.com
Address: 74.125.135.99
Name:   www.google.com
Address: 74.125.135.103
Name:   www.google.com
Address: 74.125.135.104
Name:   www.google.com
Address: 74.125.135.105
Name:   www.google.com
Address: 74.125.135.106

-Regards
Rahul


On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G balamuruga...@gmail.comwrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com
 wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working fine
 except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a lot of
  time(1 hr 40 mins for apt-get update). However, if I do the same on the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so slow
 which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Have you tried configuring your compute nodes with the following options in
file 'nova.conf'?

These options could be improve your instance performance:

libvirt_cpu_mode = host-passthrough
libvirt_use_virtio_for_bridges = True



PD: I suppose you are using:

libvirt_type = kvm
compute_driver = libvirt.LibvirtDriver

---
JuanFra


2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 I checked, they are fine. nslookup is giving correct result.

 root@instance1:/home/ubuntu# nslookup www.google.com
 Server: 192.168.0.4
 Address:192.168.0.4#53

 Non-authoritative answer:
 Name:   www.google.com
 Address: 74.125.135.147
 Name:   www.google.com
 Address: 74.125.135.99
 Name:   www.google.com
 Address: 74.125.135.103
 Name:   www.google.com
 Address: 74.125.135.104
 Name:   www.google.com
 Address: 74.125.135.105
 Name:   www.google.com
 Address: 74.125.135.106

 -Regards
 Rahul


 On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G 
 balamuruga...@gmail.comwrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com
 wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working fine
 except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a lot
 of
  time(1 hr 40 mins for apt-get update). However, if I do the same on
 the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so slow
 which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Thanks JuanFra. I will use these and let you know the status.

Thanks and Regards
Rahul Sharma


On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com wrote:

 Have you tried configuring your compute nodes with the following options
 in file 'nova.conf'?

 These options could be improve your instance performance:

 libvirt_cpu_mode = host-passthrough
 libvirt_use_virtio_for_bridges = True



 PD: I suppose you are using:

 libvirt_type = kvm
 compute_driver = libvirt.LibvirtDriver


  ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 I checked, they are fine. nslookup is giving correct result.

 root@instance1:/home/ubuntu# nslookup www.google.com
 Server: 192.168.0.4
 Address:192.168.0.4#53

 Non-authoritative answer:
 Name:   www.google.com
 Address: 74.125.135.147
 Name:   www.google.com
 Address: 74.125.135.99
 Name:   www.google.com
 Address: 74.125.135.103
 Name:   www.google.com
 Address: 74.125.135.104
 Name:   www.google.com
 Address: 74.125.135.105
 Name:   www.google.com
 Address: 74.125.135.106

 -Regards
 Rahul


 On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G balamuruga...@gmail.com
  wrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com
 wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working fine
 except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a lot
 of
  time(1 hr 40 mins for apt-get update). However, if I do the same on
 the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so slow
 which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Nope. Still the same problem.

-Regards
Rahul


On Tue, May 28, 2013 at 4:15 PM, Rahul Sharma rahulsharma...@gmail.comwrote:

 Thanks JuanFra. I will use these and let you know the status.

 Thanks and Regards
 Rahul Sharma


 On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:

 Have you tried configuring your compute nodes with the following options
 in file 'nova.conf'?

 These options could be improve your instance performance:

 libvirt_cpu_mode = host-passthrough
 libvirt_use_virtio_for_bridges = True



 PD: I suppose you are using:

 libvirt_type = kvm
 compute_driver = libvirt.LibvirtDriver


  ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 I checked, they are fine. nslookup is giving correct result.

 root@instance1:/home/ubuntu# nslookup www.google.com
 Server: 192.168.0.4
 Address:192.168.0.4#53

 Non-authoritative answer:
 Name:   www.google.com
 Address: 74.125.135.147
 Name:   www.google.com
 Address: 74.125.135.99
 Name:   www.google.com
 Address: 74.125.135.103
 Name:   www.google.com
 Address: 74.125.135.104
 Name:   www.google.com
 Address: 74.125.135.105
 Name:   www.google.com
 Address: 74.125.135.106

 -Regards
 Rahul


 On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma rahulsharma...@gmail.com
 wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with
 Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working
 fine except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a
 lot of
  time(1 hr 40 mins for apt-get update). However, if I do the same on
 the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so slow
 which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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] Internet access within launched instances too slow

2013-05-28 Thread JuanFra Rodriguez Cardoso
Same issues after restarting nova-compute daemons and launching new
instances?

---
JuanFra


2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 Nope. Still the same problem.

 -Regards
 Rahul


 On Tue, May 28, 2013 at 4:15 PM, Rahul Sharma rahulsharma...@gmail.comwrote:

 Thanks JuanFra. I will use these and let you know the status.

 Thanks and Regards
 Rahul Sharma


 On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:

 Have you tried configuring your compute nodes with the following options
 in file 'nova.conf'?

 These options could be improve your instance performance:

 libvirt_cpu_mode = host-passthrough
 libvirt_use_virtio_for_bridges = True



 PD: I suppose you are using:

 libvirt_type = kvm
 compute_driver = libvirt.LibvirtDriver


  ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 I checked, they are fine. nslookup is giving correct result.

 root@instance1:/home/ubuntu# nslookup www.google.com
 Server: 192.168.0.4
 Address:192.168.0.4#53

 Non-authoritative answer:
 Name:   www.google.com
 Address: 74.125.135.147
 Name:   www.google.com
 Address: 74.125.135.99
 Name:   www.google.com
 Address: 74.125.135.103
 Name:   www.google.com
 Address: 74.125.135.104
 Name:   www.google.com
 Address: 74.125.135.105
 Name:   www.google.com
 Address: 74.125.135.106

 -Regards
 Rahul


 On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma 
 rahulsharma...@gmail.com wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with
 Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working
 fine except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a
 lot of
  time(1 hr 40 mins for apt-get update). However, if I do the same
 on the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so slow
 which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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] Internet access within launched instances too slow

2013-05-28 Thread Rahul Sharma
Yes, same issue after restarting the nova-compute daemon.

-Regards
Rahul


On Tue, May 28, 2013 at 4:29 PM, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com wrote:

 Same issues after restarting nova-compute daemons and launching new
 instances?

 ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 Nope. Still the same problem.

 -Regards
 Rahul


 On Tue, May 28, 2013 at 4:15 PM, Rahul Sharma 
 rahulsharma...@gmail.comwrote:

 Thanks JuanFra. I will use these and let you know the status.

 Thanks and Regards
 Rahul Sharma


 On Tue, May 28, 2013 at 4:04 PM, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:

 Have you tried configuring your compute nodes with the following
 options in file 'nova.conf'?

 These options could be improve your instance performance:

 libvirt_cpu_mode = host-passthrough
 libvirt_use_virtio_for_bridges = True



 PD: I suppose you are using:

 libvirt_type = kvm
 compute_driver = libvirt.LibvirtDriver


  ---
 JuanFra


 2013/5/28 Rahul Sharma rahulsharma...@gmail.com

 I checked, they are fine. nslookup is giving correct result.

 root@instance1:/home/ubuntu# nslookup www.google.com
 Server: 192.168.0.4
 Address:192.168.0.4#53

 Non-authoritative answer:
 Name:   www.google.com
 Address: 74.125.135.147
 Name:   www.google.com
 Address: 74.125.135.99
 Name:   www.google.com
 Address: 74.125.135.103
 Name:   www.google.com
 Address: 74.125.135.104
 Name:   www.google.com
 Address: 74.125.135.105
 Name:   www.google.com
 Address: 74.125.135.106

 -Regards
 Rahul


 On Tue, May 28, 2013 at 3:42 PM, Balamurugan V G 
 balamuruga...@gmail.com wrote:

 Check if you have the right DNS server settings on your VM. Sometimes
 even that can slow the access.

 Regards,
 Balu

 On Tue, May 28, 2013 at 3:31 PM, Rahul Sharma 
 rahulsharma...@gmail.com wrote:
  Yes, I am using KVM.
 
  -Regards
  Rahul Sharma
 
 
  On Tue, May 28, 2013 at 2:49 PM, JuanFra Rodriguez Cardoso
  juanfra.rodriguez.card...@gmail.com wrote:
 
  Hi:
 
  Which hypervisor are you using? KVM with virtio driver?
 
  ---
  JuanFra
 
 
  2013/5/28 Rahul Sharma rahulsharma...@gmail.com
 
  Hi All,
 
  I have a multinode setup of Openstack-Grizzly release with
 Networking
  node as a separate machine. I am able to successfully bring up
 instances and
  ping to google from within the instances. Everything is working
 fine except
  the speed of internet access from within the instances.
 
  When I try to wget file or do apt-get update, its taking a
 lot of
  time(1 hr 40 mins for apt-get update). However, if I do the same
 on the
  physical compute-nodes or on the network-node, it updates within
 seconds. I
  am not sure why the network access within the instances is so
 slow which on
  the other hand is quite fast on the hosts.
 
  Any pointers or steps to debug the issue would be really helpful.
 Please
  let me know how I can debug this scenario.
 
  Thanks and Regards
  Rahul Sharma
 
  ___
  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


[Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread alexander barakin
i use fresh devstack without local modifications on ubuntu 12.04
i have run the example image cirros-0.3.1-x86_64-uec and see the following
meters in output of ceilometer meter-list:
disk.ephemeral.size
disk.root.size
image
image
image
image.download
image.download
image.download
image.serve
image.serve
image.serve
image.size
image.size
image.size
image.update
image.update
image.update
image.upload
image.upload
image.upload
instance
instance:m1.tiny
memory
vcpus

how to enable cpu meter which is mentioned here:
http://docs.openstack.org/developer/ceilometer/measurements.html#compute-nova?
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OpenStack] JSON Naming convention

2013-05-28 Thread Joe Gordon
We cannot go back and change past APIs, but standardization would be nice
for future APIs such as nova V3.


On Fri, May 17, 2013 at 1:20 PM, Balamurugan V G balamuruga...@gmail.comwrote:

 Hi,

 I see that the REST API using both the camelCase and underscore separated
 names for the JSON attributes. An example is below:


 curl  -X 'POST' http://1.1.1.1:5000/v2.0/tokens -d
 '{auth:{passwordCredentials:{username: admin,
 password:admin_pass}, tenantName:test}}' -H 'Content-type:
 application/json'
 {access: {token: {expires: 2013-05-18T06:10:07Z, id:
 d92aebd5112f44b9b13dfabbf4283110, tenant: {enabled: true,
 description: null, name: automation, id:
 4a8c3029619e4afbaa39f85fcd121003}}, serviceCatalog: [{endpoints:
 [{adminURL: http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;,
 region: RegionOne, internalURL: 
 http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;, id:
 5c3598dc6b384a598046471858b55417, publicURL: 
 http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003}],
 endpoints_links: [], type: compute, name: nova}, {endpoints:
 [{adminURL: http://2.2.2.2:9696/;, region: RegionOne,
 internalURL: http://2.2.2.2:9696/;, id:
 18ffe92b8db242d8b39991b4dceafe6c, publicURL: http://1.1.1.1:9696/}],
 endpoints_links: [], type: network, name: quantum}, {endpoints:
 [{adminURL: http://2.2.2.2:9292/v2;, region: RegionOne,
 internalURL: http://2.2.2.2:9292/v2;, id:
 91bce3f20f704165bd430629a1446baf, publicURL: http://1.1.1.1:9292/v2}],
 endpoints_links: [], type: image, name: glance}, {endpoints:
 [{adminURL: http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;,
 region: RegionOne, internalURL: 
 http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;, id:
 710bb818196f4f06a12f4efc4e32b47a, publicURL: 
 http://1.1.1.1:8776/v1/4a8c3029619e4afbaa39f85fcd121003}],
 endpoints_links: [], type: volume, name: cinder}, {endpoints:
 [{adminURL: http://2.2.2.2:8773/services/Admin;, region:
 RegionOne, internalURL: http://2.2.2.2:8773/services/Cloud;, id:
 01b49f1552dd486cba9499e567aa3774, publicURL: 
 http://1.1.1.1:8773/services/Cloud}], endpoints_links: [], type:
 ec2, name: ec2}, {endpoints: [{adminURL: 
 http://2.2.2.2:35357/v2.0;, region: RegionOne, internalURL: 
 http://2.2.2.2:5000/v2.0;, id: f6305996eb8a49ff8fca9c40f1a78ae8,
 publicURL: http://1.1.1.1:5000/v2.0}], endpoints_links: [], type:
 identity, name: keystone}], user: {username: admin,
 roles_links: [], id: b254901420994f3895fed48073761b00, roles:
 [{name: admin}], name: admin}, metadata: {is_admin: 0, roles:
 [55e3d24acce64b8bb29955945de47d21]}}}

 For example, 'publicURL' and 'endpoint_links'.

 Is there any plan/blueprint to standardize on one naming convention?

 Regards,
 Balu

 ___
 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] [ceilometer] how to enable cpu meter?

2013-05-28 Thread Julien Danjou
On Tue, May 28 2013, alexander barakin wrote:

 i use fresh devstack without local modifications on ubuntu 12.04
 i have run the example image cirros-0.3.1-x86_64-uec and see the following
 meters in output of ceilometer meter-list:

You need to run `ceilometer-agent-compute'.

-- 
Julien Danjou
-- Free Software hacker - freelance consultant
-- http://julien.danjou.info


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


Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-28 Thread alexander barakin
On Tue, May 28, 2013 at 4:13 PM, Julien Danjou jul...@danjou.info wrote:

 On Tue, May 28 2013, alexander barakin wrote:

  i use fresh devstack without local modifications on ubuntu 12.04
  i have run the example image cirros-0.3.1-x86_64-uec and see the
 following
  meters in output of ceilometer meter-list:

 You need to run `ceilometer-agent-compute'.


this process works.
output in devstack screen ceilometer-acompute tab:
 $ cd /opt/stack/last/ceilometer  sg libvirtd
/opt/stack/last/ceilometer/bin/ceilometer-agent-compute --config-file
/etc/ceilometer/ceilometer.conf || touch
/opt/stack/last/status/stack/ceilometer-acompute.failure
2013-05-28 13:34:48 INFO [ceilometer.pipeline] Pipeline config:
[{'publishers': ['meter'], 'interval': 600, 'transformers': None, 'name':
'meter_pipeline', 'counters': ['*']}]
2013-05-28 13:34:48 INFO [ceilometer.openstack.common.rpc.common]
Connected to AMQP server on localhost:5672
2013-05-28 13:34:48 INFO [requests.packages.urllib3.connectionpool]
Starting new HTTP connection (1): 10.4.128.1
2013-05-28 13:34:48 INFO [requests.packages.urllib3.connectionpool]
Starting new HTTP connection (1): 10.4.128.1
2013-05-28 13:34:50AUDIT [ceilometer.pipeline] Flush pipeline
meter_pipeline
2013-05-28 13:44:48AUDIT [ceilometer.pipeline] Flush pipeline
meter_pipeline
...

p.s. i forgot to mention about this line in devstack's localrc:
enable_service
ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api
___
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] how to enable cpu meter?

2013-05-28 Thread Fei Long Wang
Hi Alex,

Please follow up below steps:
1. Create a new instance
2. Start compute-agent of Ceilometer
3. Call the REST API: http://127.0.0.1:8777/v2/meters/cpu_util

Thanks  Best regards,
Fei Long Wang (王飞龙)
--
Scrum Master, Cloud Solutions and OpenStack Development
Tel: 8610-82450513 | T/L: 905-0513
Email: flw...@cn.ibm.com
China Systems  Technology Laboratory in Beijing
--




From:   alexander barakin a...@barak.in
To: openstack@lists.launchpad.net,
Date:   05/28/2013 07:45 PM
Subject:[Openstack] [ceilometer] how to enable cpu meter?
Sent by:Openstack openstack-bounces
+flwang=cn.ibm@lists.launchpad.net



i use fresh devstack without local modifications on ubuntu 12.04
i have run the example image cirros-0.3.1-x86_64-uec and see the following
meters in output of ceilometer meter-list:
disk.ephemeral.size
disk.root.size
image
image
image
image.download
image.download
image.download
image.serve
image.serve
image.serve
image.size
image.size
image.size
image.update
image.update
image.update
image.upload
image.upload
image.upload
instance
instance:m1.tiny
memory
vcpus

how to enable cpu meter which is mentioned here:
http://docs.openstack.org/developer/ceilometer/measurements.html#compute-nova
 ?___
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.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] Glance client with API 2

2013-05-28 Thread Belmiro Moreira
Hi,
reading the docs my understanding is that if we use glance API v2 the 
glance-registry 
is not needed.
I tried to remove glance-registry from my setup and use api v2 but then the 
glance client
doesn't offer the same functionality.

How to create an image using glance client and api v2?

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


Re: [Openstack] [OpenStack] JSON Naming convention

2013-05-28 Thread Balamurugan V G
Yes I meant the future versions of the APIs.

Regards,
Balu

On Tue, May 28, 2013 at 5:32 PM, Joe Gordon joe.gord...@gmail.com wrote:
 We cannot go back and change past APIs, but standardization would be nice
 for future APIs such as nova V3.


 On Fri, May 17, 2013 at 1:20 PM, Balamurugan V G balamuruga...@gmail.com
 wrote:

 Hi,

 I see that the REST API using both the camelCase and underscore separated
 names for the JSON attributes. An example is below:


 curl  -X 'POST' http://1.1.1.1:5000/v2.0/tokens -d
 '{auth:{passwordCredentials:{username: admin,
 password:admin_pass}, tenantName:test}}' -H 'Content-type:
 application/json'
 {access: {token: {expires: 2013-05-18T06:10:07Z, id:
 d92aebd5112f44b9b13dfabbf4283110, tenant: {enabled: true,
 description: null, name: automation, id:
 4a8c3029619e4afbaa39f85fcd121003}}, serviceCatalog: [{endpoints:
 [{adminURL: http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;,
 region: RegionOne, internalURL:
 http://2.2.2.2:8774/v2/4a8c3029619e4afbaa39f85fcd121003;, id:
 5c3598dc6b384a598046471858b55417, publicURL:
 http://1.1.1.1:8774/v2/4a8c3029619e4afbaa39f85fcd121003}],
 endpoints_links: [], type: compute, name: nova}, {endpoints:
 [{adminURL: http://2.2.2.2:9696/;, region: RegionOne, internalURL:
 http://2.2.2.2:9696/;, id: 18ffe92b8db242d8b39991b4dceafe6c,
 publicURL: http://1.1.1.1:9696/}], endpoints_links: [], type:
 network, name: quantum}, {endpoints: [{adminURL:
 http://2.2.2.2:9292/v2;, region: RegionOne, internalURL:
 http://2.2.2.2:9292/v2;, id: 91bce3f20f704165bd430629a1446baf,
 publicURL: http://1.1.1.1:9292/v2}], endpoints_links: [], type:
 image, name: glance}, {endpoints: [{adminURL:
 http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;, region:
 RegionOne, internalURL:
 http://2.2.2.2:8776/v1/4a8c3029619e4afbaa39f85fcd121003;, id:
 710bb818196f4f06a12f4efc4e32b47a, publicURL:
 http://1.1.1.1:8776/v1/4a8c3029619e4afbaa39f85fcd121003}],
 endpoints_links: [], type: volume, name: cinder}, {endpoints:
 [{adminURL: http://2.2.2.2:8773/services/Admin;, region: RegionOne,
 internalURL: http://2.2.2.2:8773/services/Cloud;, id:
 01b49f1552dd486cba9499e567aa3774, publicURL:
 http://1.1.1.1:8773/services/Cloud}], endpoints_links: [], type:
 ec2, name: ec2}, {endpoints: [{adminURL:
 http://2.2.2.2:35357/v2.0;, region: RegionOne, internalURL:
 http://2.2.2.2:5000/v2.0;, id: f6305996eb8a49ff8fca9c40f1a78ae8,
 publicURL: http://1.1.1.1:5000/v2.0}], endpoints_links: [], type:
 identity, name: keystone}], user: {username: admin,
 roles_links: [], id: b254901420994f3895fed48073761b00, roles:
 [{name: admin}], name: admin}, metadata: {is_admin: 0, roles:
 [55e3d24acce64b8bb29955945de47d21]}}}

 For example, 'publicURL' and 'endpoint_links'.

 Is there any plan/blueprint to standardize on one naming convention?

 Regards,
 Balu

 ___
 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] Glance client with API 2

2013-05-28 Thread Iccha Sethi
Hey Belmiro,

You are right that python-glanceclient does not support v2 api entirely yet and 
supports only limited actions. But we are working towards it supporting all the 
operations. Here is the blue print for it : 
https://blueprints.launchpad.net/python-glanceclient/+spec/glance-client-v2/ .

But if you are interested, and want to experiment with v2 api, we will be happy 
to provide the curl reqs to do so.

Thanks,
Iccha


-Original Message-
From: Belmiro Moreira moreira.belmiro.email.li...@gmail.com
Sent: Tuesday, May 28, 2013 9:08am
To: openstack@lists.launchpad.net openstack@lists.launchpad.net
Subject: [Openstack] Glance client with API 2

Hi,
reading the docs my understanding is that if we use glance API v2 the 
glance-registry 
is not needed.
I tried to remove glance-registry from my setup and use api v2 but then the 
glance client
doesn't offer the same functionality.

How to create an image using glance client and api v2?

thanks,
Belmiro
___
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] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-28 Thread Farhan Patwa
Hi Darragh,
Thanks a lot for your reply and suggestions.
I am not able to ping the gateway ip from the namespace.
Also eth0 is up but br-ex has unknown state?
###
###

root@openstack-2:~# ip link
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
1000
link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
1000
link/ether 78:2b:cb:27:1f:c9 brd ff:ff:ff:ff:ff:ff
4: br-int: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN 
link/ether f2:3b:f7:1b:b0:46 brd ff:ff:ff:ff:ff:ff
6: br-ex: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN 
link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
32: br-tun: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN 
link/ether 7e:6c:65:0f:c9:43 brd ff:ff:ff:ff:ff:ff
###
###


Here is the result of the tcpdump as ping is being done:

###
###

root@openstack-2:~# ip netns exec
qrouter-32f35fb4-f9f1-4817-8818-fff832f73810 ping  -c1 10.245.124.253
connect: Network is unreachable

root@openstack-2:~# tcpdump -nei eth0
tcpdump: WARNING: eth0: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
13:46:31.399055 00:26:88:7a:40:87  01:80:c2:00:00:00, 802.3, length 60:
LLC, dsap STP (0x42) Individual, ssap STP (0x42) Command, ctrl 0x03: STP
802.1w, Rapid STP, Flags [Proposal], bridge-id
8000.00:26:88:7a:40:81.8205, length 43
13:46:33.259195 c2:35:07:e7:b0:10  ff:ff:ff:ff:ff:ff, ethertype ARP
(0x0806), length 60: Reply 10.245.0.10 is-at c2:35:07:e7:b0:10, length 46
13:46:33.313988 00:26:88:7a:40:87  01:80:c2:00:00:00, 802.3, length 60:
LLC, dsap STP (0x42) Individual, ssap STP (0x42) Command, ctrl 0x03: STP
802.1w, Rapid STP, Flags [Proposal], bridge-id
8000.00:26:88:7a:40:81.8205, length 43
###
###



The other information that you wanted is:
###
###

root@openstack-2:~# ip link
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
1000
link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
1000
link/ether 78:2b:cb:27:1f:c9 brd ff:ff:ff:ff:ff:ff
4: br-int: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN
link/ether f2:3b:f7:1b:b0:46 brd ff:ff:ff:ff:ff:ff
6: br-ex: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN
link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
32: br-tun: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
UNKNOWN
link/ether 7e:6c:65:0f:c9:43 brd ff:ff:ff:ff:ff:ff
###
###

root@openstack-2:~# ip netns exec
qrouter-32f35fb4-f9f1-4817-8818-fff832f73810 ip address
25: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
39: qr-eebfe1cb-0f: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc
noqueue state UNKNOWN
link/ether fa:16:3e:08:16:19 brd ff:ff:ff:ff:ff:ff
inet 50.50.1.1/24 brd 50.50.1.255 scope global qr-eebfe1cb-0f
inet6 fe80::f816:3eff:fe08:1619/64 scope link
   valid_lft forever preferred_lft forever
40: qg-910fef3b-cb: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc
noqueue state UNKNOWN
link/ether fa:16:3e:e3:d5:fa brd ff:ff:ff:ff:ff:ff
inet 10.245.124.65/26 brd 10.245.124.127 scope global qg-910fef3b-cb
inet 10.245.124.67/32 brd 10.245.124.67 scope global qg-910fef3b-cb
inet6 fe80::f816:3eff:fee3:d5fa/64 scope link
   valid_lft forever preferred_lft forever
###
###

root@openstack-2:~# quantum net-show 37d27ee8-36a9-4cdb-9966-9b5571526b41
+---+--+
| Field | Value|
+---+--+
| admin_state_up| True |
| id| 

Re: [Openstack] Glance client with API 2

2013-05-28 Thread Belmiro Moreira
Hi Iccha,
thanks for the Blueprint.

cheers,
Belmiro


On May 28, 2013, at 7:23 PM, Iccha Sethi iccha.se...@rackspace.com wrote:

 Hey Belmiro,
 
 You are right that python-glanceclient does not support v2 api entirely yet 
 and supports only limited actions. But we are working towards it supporting 
 all the operations. Here is the blue print for it : 
 https://blueprints.launchpad.net/python-glanceclient/+spec/glance-client-v2/ .
 
 But if you are interested, and want to experiment with v2 api, we will be 
 happy to provide the curl reqs to do so.
 
 Thanks,
 Iccha
 
 
 -Original Message-
 From: Belmiro Moreira moreira.belmiro.email.li...@gmail.com
 Sent: Tuesday, May 28, 2013 9:08am
 To: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Subject: [Openstack] Glance client with API 2
 
 Hi,
 reading the docs my understanding is that if we use glance API v2 the 
 glance-registry 
 is not needed.
 I tried to remove glance-registry from my setup and use api v2 but then the 
 glance client
 doesn't offer the same functionality.
 
 How to create an image using glance client and api v2?
 
 thanks,
 Belmiro
 ___
 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] (Quantum) - how use a router physic and not virtual ?

2013-05-28 Thread Filipe Manco
Hello

Can you give more details about your use case?
I'm currently developing an extension that will provide a way to use
physical routers the same way you would use the virtual ones.
You can read the blueprint
herehttps://blueprints.launchpad.net/quantum/+spec/provider-router.
I would appreciate any comments.

Regards

Filipe Manco
http://about.me/fmanco


2013/5/27 Alexandre De Carvalho alexandre7.decarva...@gmail.com


 Hi !

 I would like to have the same network topology that you can see in the
 picture. But i want use a router physic and not virtual. And i don't know
 how to do it. What is the configuration for quantum ?

 Thanks for your help !


 [image: Images intégrées 1]





 --
 regards,
 Alexandre



 ___
 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] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-28 Thread Darragh O'Reilly
Hi,

the ping error connect: Network is unreachable means a route could not be 
found.

The gateway 10.245.124.253 for the external subnet is not in the subnet CIDR 
10.245.124.64/26.


So I guess a default route was not setup here:
netnode$ ip netns exec router ns route -n

You will need to create the subnet with a CIDR that includes the gateway ip - 
something like this:
quantum subnet-create ext-net-id 10.245.124.192/26 --gateway 10.245.124.253 
--enable_dhcp False 

Darragh.


- Original Message -
 From: Farhan Patwa farhan.pa...@utsa.edu
 To: Darragh OReilly darragh.orei...@yahoo.com; OpenStack Maillist 
 openstack@lists.launchpad.net
 Cc: 
 Sent: Tuesday, 28 May 2013, 19:52
 Subject: Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04
 
 Hi Darragh,
 Thanks a lot for your reply and suggestions.
 I am not able to ping the gateway ip from the namespace.
 Also eth0 is up but br-ex has unknown state?
 ###
 ###
 
 root@openstack-2:~# ip link
 1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
 2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
 1000
     link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
 3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
 1000
     link/ether 78:2b:cb:27:1f:c9 brd ff:ff:ff:ff:ff:ff
 4: br-int: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN 
     link/ether f2:3b:f7:1b:b0:46 brd ff:ff:ff:ff:ff:ff
 6: br-ex: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN 
     link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
 32: br-tun: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN 
     link/ether 7e:6c:65:0f:c9:43 brd ff:ff:ff:ff:ff:ff
 ###
 ###
 
 
 Here is the result of the tcpdump as ping is being done:
 
 ###
 ###
 
 root@openstack-2:~# ip netns exec
 qrouter-32f35fb4-f9f1-4817-8818-fff832f73810 ping  -c1 10.245.124.253
 connect: Network is unreachable
 
 root@openstack-2:~# tcpdump -nei eth0
 tcpdump: WARNING: eth0: no IPv4 address assigned
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
 13:46:31.399055 00:26:88:7a:40:87  01:80:c2:00:00:00, 802.3, length 60:
 LLC, dsap STP (0x42) Individual, ssap STP (0x42) Command, ctrl 0x03: STP
 802.1w, Rapid STP, Flags [Proposal], bridge-id
 8000.00:26:88:7a:40:81.8205, length 43
 13:46:33.259195 c2:35:07:e7:b0:10  ff:ff:ff:ff:ff:ff, ethertype ARP
 (0x0806), length 60: Reply 10.245.0.10 is-at c2:35:07:e7:b0:10, length 46
 13:46:33.313988 00:26:88:7a:40:87  01:80:c2:00:00:00, 802.3, length 60:
 LLC, dsap STP (0x42) Individual, ssap STP (0x42) Command, ctrl 0x03: STP
 802.1w, Rapid STP, Flags [Proposal], bridge-id
 8000.00:26:88:7a:40:81.8205, length 43
 ###
 ###
 
 
 
 The other information that you wanted is:
 ###
 ###
 
 root@openstack-2:~# ip link
 1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
 2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
 1000
 link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
 3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen
 1000
 link/ether 78:2b:cb:27:1f:c9 brd ff:ff:ff:ff:ff:ff
 4: br-int: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN
 link/ether f2:3b:f7:1b:b0:46 brd ff:ff:ff:ff:ff:ff
 6: br-ex: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN
 link/ether 78:2b:cb:27:1f:c8 brd ff:ff:ff:ff:ff:ff
 32: br-tun: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state
 UNKNOWN
 link/ether 7e:6c:65:0f:c9:43 brd ff:ff:ff:ff:ff:ff
 ###
 ###
 
 root@openstack-2:~# ip netns exec
 qrouter-32f35fb4-f9f1-4817-8818-fff832f73810 ip address
 25: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
     inet 127.0.0.1/8 scope host lo
     inet6 ::1/128 scope host
        valid_lft forever preferred_lft forever
 39: qr-eebfe1cb-0f: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc
 noqueue state UNKNOWN
     link/ether fa:16:3e:08:16:19 brd ff:ff:ff:ff:ff:ff
     inet 50.50.1.1/24 brd 50.50.1.255 scope global qr-eebfe1cb-0f
     inet6 fe80::f816:3eff:fe08:1619/64 scope link
        valid_lft forever preferred_lft forever
 40: qg-910fef3b-cb: 

[Openstack] [OSSA 2013-014] Missing expiration check in Keystone PKI tokens validation (CVE-2013-2104)

2013-05-28 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

OpenStack Security Advisory: 2013-014
CVE: CVE-2013-2104
Date: May 28, 2013
Title: Missing expiration check in Keystone PKI tokens validation
Reporter: Eoghan Glynn (Red Hat), Alex Meade (Rackspace)
Products/Affects: Keystone (Folsom only), python-keystoneclient (0.2.0+)

Description:
Eoghan Glynn from Red Hat and Alex Meade from Rackspace both reported a
vulnerability in expiry checks for PKI tokens in the Keystone
authentication middleware. Expired tokens for authenticated users could
continue to be used, potentially resulting in the bypass of intended
security policies. The effect of PKI token revocation is also reversed
when the token expires, in the sense that a revoked token is once again
treated as being valid. Only setups using PKI tokens are affected.

Note:
The affected code was added to Keystone in the Folsom release, but was
moved to python-keystoneclient during the Grizzly development cycle.

python-keystoneclient fix (will be included in upcoming 0.2.4 release):
https://review.openstack.org/#/c/30742/

Keystone (Folsom) fix:
https://review.openstack.org/#/c/30743/

References:
https://bugs.launchpad.net/python-keystoneclient/+bug/1179615
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2013-2104

- -- 
Thierry Carrez (ttx)
OpenStack Vulnerability Management Team
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBCAAGBQJRpRVGAAoJEFB6+JAlsQQjBRAP/iyScNAht67EMgGed4GWNKd3
2zHOgmqIq31S558ugul1e3qNgggnQ0qJvI1RjcgZuKoJEhH8SaPZBuykyycSvO9M
L2Bex+GKAGAMuaz4ryPcnt7xJg+Mc0cksdCldeW1pXMrt8yITSQgXe0GqnGssoC+
5TCk7JG8ADczbDGMa/nyc65tksbEI8hNJYyLLbCapvxfz4VqL2r5yp0vT0/jWDxy
FLocAYnoKm9oxl0In5zioMQs0cSYAAa5EjwMLMMmUF/Axa7GskUOME8Q/GdgpMzJ
h5AutinbpANSysz8pTB9bps7WSq33KfGKBN23caP43XvyMVA6CTsLUJH+U/9n+9u
0rTmKcumLXW9nkf5leki1u69VqRZFksrcEzJVtXdDyGGvFbZjPLcoA8lWifluSK/
vhu+T+RSnFWicki/Ifiz7c4tK6RYSB+a4G3/982GBxKp1sm3WLKd3ljsmpsqFeAY
sz1o6p8zTgKIsYKrFEO6wMx37Qiga1RRB0As9msmAHJ6LXTO5ev8LcxXBjRjSIPs
kTxoxHomRhbJAigvw+qSNSZz3DjrEywcqlNLLINQio21gzPMP4v1GVzwvroI8akf
6oz4DLDMcbdI1yQ7jjEhpnrcpFRHrJi2a45Tv6dlto34LvG7gLvgmLgnkJs0XMw7
BslUz5cGAucwXTz2vSHs
=bu2N
-END PGP SIGNATURE-

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


Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-28 Thread Doug Hellmann
Right now we only have a web API, which you can use via the client library,
curl, or the command line tool. There are a few people working on
integrating ceilometer data with horizon, but I don't know the status of
that project.

Doug


On Tue, May 28, 2013 at 3:49 AM, Ildiko Vancsa ildiko.van...@gmail.comwrote:

 Hi All,

 I'm new to OpenStack and Ceilometer as well, so I have a few questions. :)

 Does Ceilometer supports a Web UI or it is available via command line and
 curl only? I installed the environment with DevStack as I wanted to check
 how it works and looks like and it sets ceilometer in the apache2 serveice
 as an enabled site, but I could not find any information about how to set
 it up correctly.

 Thanks and Best Regards,
 Ildiko

 ___
 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 cells minimal setup

2013-05-28 Thread Markus Barth

Hello everyone,

Nova-cells filter has been merged now, so I'd like to make use of them
and set up an installation for a proof of concept.

My goal is to create new filters and then spawn instances in a demo.

Setup:
- Global: Horizon, Keystone, Glance
- API cell: nova-api, nova-conductor, nova-cells, nova-network (flat),
mysql, rabbitmq
- child cells: nova-cells, nova-conductor, nova-cert, nova-scheduler,
nova-compute-qemu; cinder-*, mysql, rabbitmq

1. Is the above all services I need to spawn instances from Horizon
without errors?

2. Do I need cinder-* (or nova-volume)? Is it really optional now?

3. Do I need nova-network (or quantum-*)? I know quantum-* does not have 
to run when spawning instances, but I guess I need it to create a

network for a tenant in the first place!?


Thanks for your help

Markus

___
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 Failure: saucy_havana_horizon_trunk #36

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/36/Project:saucy_havana_horizon_trunkDate of build:Tue, 28 May 2013 03:30:23 -0400Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFixes max recursion warningby jprovazneditopenstack_dashboard/test/test_data/nova_data.pyConsole Output[...truncated 2899 lines...]Job: horizon_2013.2+git201305280330~saucy-0ubuntu1.dscMachine Architecture: amd64Package: horizonPackage-Time: 0Source-Version: 2013.2+git201305280330~saucy-0ubuntu1Space: 0Status: failedVersion: 2013.2+git201305280330~saucy-0ubuntu1Finished at 20130528-0332Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'horizon_2013.2+git201305280330~saucy-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'horizon_2013.2+git201305280330~saucy-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpkREfKJ/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpkREfKJ/horizon/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 8f69a8dbcb08e50460665ce0b7a8654925fb35bf..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305280330~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [c73e003] Fixes max recursion warningdch -a [d774f23] Adding CRUD for rolesdch -a [54bc4f9] Make the Settings form fully translatabledch -a [7bf24bf] Orchestration endpoints for keystone test datadebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.2+git201305280330~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A horizon_2013.2+git201305280330~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', 'horizon_2013.2+git201305280330~saucy-0ubuntu1.dsc']' 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 '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'horizon_2013.2+git201305280330~saucy-0ubuntu1.dsc']' 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 #54

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/54/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 03:30:22 -0400Build duration:2 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes max recursion warningby jprovazneditopenstack_dashboard/test/test_data/nova_data.pyConsole Output[...truncated 675 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-ec9e9173-2d11-4a10-ad54-4f840b7d8043', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ec9e9173-2d11-4a10-ad54-4f840b7d8043', '-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/tmpAIfNxl/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpAIfNxl/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-ec9e9173-2d11-4a10-ad54-4f840b7d8043', '-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-ec9e9173-2d11-4a10-ad54-4f840b7d8043', '-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: precise_havana_ceilometer_trunk #78

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/65/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 05:30:23 -0400Build duration:4 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove cinder_emc_config.xml.sampleby xing.yangdeletecinder/volume/drivers/emc/cinder_emc_config.xml.sampleConsole Output[...truncated 5288 lines...]dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] RemoINFO:root:Destroying schroot.ve old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305280530~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305280530~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', 'cinder_2013.2+git201305280530~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', 'cinder_2013.2+git201305280530~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_havana_horizon_trunk #55

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/55/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 06:30:22 -0400Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse default cidr to avoid exception when editing quantum security rules.by Niu.ZGlinuxeditopenstack_dashboard/dashboards/project/access_and_security/security_groups/tables.pyConsole Output[...truncated 675 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-e245fcb0-78b9-4074-a56f-86d4013a4433', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-e245fcb0-78b9-4074-a56f-86d4013a4433', '-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/tmp09Mpli/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmp09Mpli/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-e245fcb0-78b9-4074-a56f-86d4013a4433', '-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-e245fcb0-78b9-4074-a56f-86d4013a4433', '-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 Fixed: saucy_havana_horizon_trunk #37

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/37/Project:saucy_havana_horizon_trunkDate of build:Tue, 28 May 2013 06:30:23 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUse default cidr to avoid exception when editing quantum security rules.by Niu.ZGlinuxeditopenstack_dashboard/dashboards/project/access_and_security/security_groups/tables.pyConsole Output[...truncated 7219 lines...]DEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'horizon_2013.2+git201305280630~saucy-0ubuntu1_source.changes']gpg: Signature made Tue May 28 06:32:41 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue May 28 06:32:41 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmp05PlRV/horizon_2013.2+git201305280630~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp05PlRV/horizon_2013.2+git201305280630~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading horizon_2013.2+git201305280630~saucy-0ubuntu1.dsc: done.  Uploading horizon_2013.2+git201305280630~saucy.orig.tar.gz: done.  Uploading horizon_2013.2+git201305280630~saucy-0ubuntu1.debian.tar.gz: done.  Uploading horizon_2013.2+git201305280630~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'horizon_2013.2+git201305280630~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/h/horizon/openstack-dashboard-ubuntu-theme_2013.2+git201305271500~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/openstack-dashboard_2013.2+git201305271500~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-horizon_2013.2+git201305271500~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-openstack_2013.2+git201305271500~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 706560f6d230334d645ce97301631baaa5c56095INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmp05PlRV/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmp05PlRV/horizon/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 8f69a8dbcb08e50460665ce0b7a8654925fb35bf..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305280630~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [706560f] Use default cidr to avoid exception when editing quantum security rules.dch -a [c73e003] Fixes max recursion warningdch -a [d774f23] Adding CRUD for rolesdch -a [54bc4f9] Make the Settings form fully translatabledch -a [7bf24bf] Orchestration endpoints for keystone test datadebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.2+git201305280630~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A horizon_2013.2+git201305280630~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana horizon_2013.2+git201305280630~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana horizon_2013.2+git201305280630~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/222/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 08:30:26 -0400Build duration:4 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesvmwareapi: Move tests under tests/virt/vmwareapi/by rconradharrisdeletenova/tests/test_vmwareapi.pydeletenova/tests/test_vmwareapi_vif.pydeletenova/tests/test_vmwareapi_vm_util.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vmops.pydeletenova/tests/vmwareapi/__init__.pyaddnova/tests/virt/vmwareapi/test_vmwareapi.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vif.pydeletenova/tests/test_vmwareapi_vmops.pyaddnova/tests/virt/vmwareapi/db_fakes.pyaddnova/tests/virt/vmwareapi/stubs.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vm_util.pyaddnova/tests/virt/vmwareapi/__init__.pydeletenova/tests/vmwareapi/db_fakes.pydeletenova/tests/vmwareapi/stubs.pyConsole Output[...truncated 792 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 21, 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-e52eac8e-23c7-45e7-a57f-8eb476f888a4', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-e52eac8e-23c7-45e7-a57f-8eb476f888a4', '-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/nova/havana /tmp/tmpSxa8Vg/novamk-build-deps -i -r -t apt-get -y /tmp/tmpSxa8Vg/nova/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-e52eac8e-23c7-45e7-a57f-8eb476f888a4', '-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-e52eac8e-23c7-45e7-a57f-8eb476f888a4', '-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 Failure: saucy_havana_nova_trunk #143

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/143/Project:saucy_havana_nova_trunkDate of build:Tue, 28 May 2013 08:30:27 -0400Build duration:7 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesvmwareapi: Move tests under tests/virt/vmwareapi/by rconradharrisaddnova/tests/virt/vmwareapi/db_fakes.pydeletenova/tests/vmwareapi/__init__.pydeletenova/tests/vmwareapi/db_fakes.pydeletenova/tests/test_vmwareapi_vmops.pydeletenova/tests/vmwareapi/stubs.pydeletenova/tests/test_vmwareapi.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vmops.pydeletenova/tests/test_vmwareapi_vif.pydeletenova/tests/test_vmwareapi_vm_util.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vif.pyaddnova/tests/virt/vmwareapi/test_vmwareapi.pyaddnova/tests/virt/vmwareapi/stubs.pyaddnova/tests/virt/vmwareapi/test_vmwareapi_vm_util.pyaddnova/tests/virt/vmwareapi/__init__.pyConsole Output[...truncated 9517 lines...]Build-Time: 194Distribution: saucy-havanaFail-Stage: buildHost Architecture: amd64Install-Time: 54Job: nova_2013.2+git201305280831~saucy-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 260Source-Version: 1:2013.2+git201305280831~saucy-0ubuntu1Space: 76364Status: attemptedVersion: 1:2013.2+git201305280831~saucy-0ubuntu1Finished at 20130528-0838Build needed 00:04:20, 76364k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305280831~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305280831~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpNIwlHK/novamk-build-deps -i -r -t apt-get -y /tmp/tmpNIwlHK/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201305280831~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201305280831~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A nova_2013.2+git201305280831~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', 'nova_2013.2+git201305280831~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', 'nova_2013.2+git201305280831~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: saucy_havana_ceilometer_trunk #67

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-ceilometerclient_trunk #19

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_python-ceilometerclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-ceilometerclient_trunk/19/Project:saucy_havana_python-ceilometerclient_trunkDate of build:Tue, 28 May 2013 09:43:15 -0400Build duration:2 min 20 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 2444 lines...]Finished at 20130528-0945Build needed 00:00:48, 1260k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_source.changes']gpg: Signature made Tue May 28 09:44:42 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Tue May 28 09:44:42 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpfU5aMR/python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpfU5aMR/python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1.dsc: done.  Uploading python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy.orig.tar.gz: done.  Uploading python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-ceilometerclient/python-ceilometerclient_1.0.0.25.gf987463+git201305221730~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: a82e53121ad27e593d3e9edbe6f1bc0d4aeb366dINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-ceilometerclient/havana /tmp/tmpfU5aMR/python-ceilometerclientmk-build-deps -i -r -t apt-get -y /tmp/tmpfU5aMR/python-ceilometerclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log f987463cae866439d7bd1a09190c2a4afa585695..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a82e531] Fix install_venv.py requirements filedch -a [c272dc7] Enable more pep8 checksdch -a [bdac572] Migrate to pbr.dch -a [10e2473] Fix pep H306 (import order)dch -a [ae142c0] Fix pep H402 and H401 errorsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-ceilometerclient_1.0.0.33.gf9af1f3+git201305280943~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-keystoneclient_trunk #19

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/19/Project:saucy_havana_python-keystoneclient_trunkDate of build:Tue, 28 May 2013 09:53:00 -0400Build duration:2 min 47 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 2493 lines...]Version: 1:0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1Finished at 20130528-0955Build needed 00:00:55, 3392k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_source.changes']gpg: Signature made Tue May 28 09:54:44 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Tue May 28 09:54:44 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpMMHcTk/python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpMMHcTk/python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1.dsc: done.  Uploading python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy.orig.tar.gz: done.  Uploading python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'INFO:root:Storing current commit for next build: b3872e304ac4564294fd1893093174731ef266e4INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmpMMHcTk/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpMMHcTk/python-keystoneclient/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:0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [b3872e3] Suggestion of a new arguments display in the help, to reflect required ones Fix bug 1182130dch -a [03012e6] Default signing_dir to secure temp dir (bug 1181157)dch -a [de6f512] Only add logging handlers if there currently aren't anydch -a [40db3fb] Pass memcache_servers as arraydch -a [f2e0818] Allow secure user password update.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-keystoneclient_0.2.3.41.gef6530d+git201305280953~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/69/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 28 May 2013 09:52:45 -0400Build duration:4 min 56 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 4915 lines...]Checking signature on .changesGood signature on /tmp/tmpJDMtSV/ceilometer_2013.2+git201305280952~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpJDMtSV/ceilometer_2013.2+git201305280952~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201305280952~saucy-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201305280952~saucy.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201305280952~saucy-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201305280952~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'ceilometer_2013.2+git201305280952~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/ceilometer/ceilometer-agent-central_2013.2+git201305230931~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.2+git201305230931~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.2+git201305230931~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.2+git201305230931~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.2+git201305230931~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.2+git201305230931~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 22b6a39d5dc76ddfbe831ed6f8895f9d1d8de684INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpJDMtSV/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpJDMtSV/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log d0a92de6f7b29520840395121eb5dd7bae6d32ad..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305280952~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [22b6a39] Log configuration values on API startupdch -a [e6a083f] Don't use pecan to configure loggingdch -a [63f6873] Mark sensitive config options as secret.dch -a [2fcd263] Rename requires files to standard namesdch -a [ae9ccbd] Add an UDP publisher and receiverdch -a [2051b7e] Imported Translations from Transifexdch -a [a910848] Fix and update extract_opts group extractiondch -a [2b15389] Add Event methods to db api.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201305280952~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A ceilometer_2013.2+git201305280952~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201305280952~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana ceilometer_2013.2+git201305280952~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/144/Project:saucy_havana_nova_trunkDate of build:Tue, 28 May 2013 10:05:55 -0400Build duration:8 min 24 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 17614 lines...]deleting and forgetting pool/main/n/nova/nova-api-metadata_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-api-os-compute_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-api-os-volume_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-api_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-baremetal_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-cells_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-cert_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-common_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-kvm_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-lxc_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-qemu_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-uml_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.2+git201305262232~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.2+git201305262232~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: acaf9f83abe37a41a687936bb03f20cc183e5aaaINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpEcLN6p/novamk-build-deps -i -r -t apt-get -y /tmp/tmpEcLN6p/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201305281006~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201305281006~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A nova_2013.2+git201305281006~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana nova_2013.2+git201305281006~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana nova_2013.2+git201305281006~saucy-0ubuntu1_amd64.changes+ [ 0 != 0 ]Email was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_keystone_trunk #35

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/35/Project:saucy_havana_keystone_trunkDate of build:Tue, 28 May 2013 10:26:16 -0400Build duration:6 min 26 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 5840 lines...]deleting and forgetting pool/main/k/keystone/python-keystone_2013.2+git201305161530~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: af4e96986f6ee45e9e4ccac0b143902362a1a676INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/havana /tmp/tmpaDT_E1/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpaDT_E1/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a4fb55e80cfd4700626ddea449d7a8fb42c1d4c6..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305281026~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [af4e969] Cleanup docstrings (flake8 H401, H402, H403, H404)dch -a [0be3c0e] imports not in alphabetical order (flake8 H306)dch -a [0f6f386] import only modules (flake8 H302)dch -a [95828fd] one import per line (flake8 H301)dch -a [47bdec2] eliminate 'except:' (flake8 H201)dch -a [f9b535c] consistent i18n placeholders (flake8 H701, H702, H703)dch -a [67175a6] use the 'not in' operator (flake8 H902)dch -a [71c6a4b] Use TODO(NAME) (flake8 H101)dch -a [d41cd9a] Remove unnecessary commented out codedch -a [b1f6636] Enumerate ignored flake8 H* rulesdch -a [444af9d] Migrate to pbr.dch -a [29f2655] Remove unused variables (flake8 F841)dch -a [b05ebb8] Satisfy flake8 import rules F401 and F403dch -a [3a9afca] Imported Translations from Transifexdch -a [3a212ce] Remove useless private methoddch -a [f9865a5] Consolidate eventlet codedch -a [09a5c43] Use webtest for v2 and v3 API testing.dch -a [cf0021a] Imported Translations from Transifexdch -a [5d26d09] Read-only default domain for LDAP (bug 1168726)dch -a [fe57d6d] Add assertNotEmpty to tests and use it.dch -a [ff76a1b] Implement Token Flush via keystone-manage.dch -a [8d2b8e6] get SQL refs from session (bp sql-query-get)dch -a [d95adc1] extracting credentialsdch -a [76ee689] Accept env variables to override default passwordsdch -a [840a075] Http 400 when user enabled is not a booleandch -a [ba7f7d2] Fix 403 status responsedch -a [4112353] Documentation about the initial configuration file and sample data.dch -a [08aaeb0] Test listing of tokens with a null tenantdch -a [d1da173] Enable unicode error messagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.2+git201305281026~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A keystone_2013.2+git201305281026~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana keystone_2013.2+git201305281026~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana keystone_2013.2+git201305281026~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/223/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 10:30:25 -0400Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDelete a quota through admin api.by aarti.kriplanieditnova/tests/integrated/test_api_samples.pyeditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpleditnova/tests/api/openstack/compute/contrib/test_quotas.pyeditnova/tests/api/openstack/compute/test_extensions.pyaddnova/api/openstack/compute/contrib/extended_quotas.pyeditnova/tests/fake_policy.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmleditetc/nova/policy.jsoneditnova/api/openstack/compute/contrib/quotas.pyEnable flake8 E721by joe.gordon0edittox.iniEnumerate Flake8 Fxxx ignoresby joe.gordon0edittox.iniConsole Output[...truncated 792 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 21, 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-fdcd4704-edc2-470c-9b74-9e05c2be2c1c', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fdcd4704-edc2-470c-9b74-9e05c2be2c1c', '-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/nova/havana /tmp/tmpzlwesz/novamk-build-deps -i -r -t apt-get -y /tmp/tmpzlwesz/nova/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-fdcd4704-edc2-470c-9b74-9e05c2be2c1c', '-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-fdcd4704-edc2-470c-9b74-9e05c2be2c1c', '-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 Fixed: saucy_havana_python-quantumclient_trunk #10

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_python-quantumclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-quantumclient_trunk/10/Project:saucy_havana_python-quantumclient_trunkDate of build:Tue, 28 May 2013 10:39:26 -0400Build duration:2 min 31 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 2374 lines...]Finished at 20130528-1041Build needed 00:00:45, 1980k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_source.changes']gpg: Signature made Tue May 28 10:41:09 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Tue May 28 10:41:08 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmp5SrBdL/python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp5SrBdL/python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1.dsc: done.  Uploading python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy.orig.tar.gz: done.  Uploading python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-quantumclient/python-quantumclient_2.2.1.27.g5011a21+git201305220500~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 898acc30f76b2629aa740976103b99f10801d593INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-quantumclient/havana /tmp/tmp5SrBdL/python-quantumclientmk-build-deps -i -r -t apt-get -y /tmp/tmp5SrBdL/python-quantumclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 06375f089b9938f1db7f6abc4b2144df2ff6b4fd..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 2:2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [898acc3] Migrate to pbr.dch -a [9dbc2c7] Add update method of security group name and descriptiondch -a [ce11f7e] Make flake8 deps consistent with other projects.dch -a [7c6327e] Avoid error 414 when retrieving subnet cidrs for ListNetworksdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-quantumclient_2.2.1.29.gde7fd2b+git201305281039~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-n

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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/224/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 11:30:25 -0400Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesupdate mailmapby jiajunedit.mailmapConsole Output[...truncated 793 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 21, 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-e6307d09-b2f0-4c1e-9478-1119779e8809', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-e6307d09-b2f0-4c1e-9478-1119779e8809', '-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/nova/havana /tmp/tmpXJZAi1/novamk-build-deps -i -r -t apt-get -y /tmp/tmpXJZAi1/nova/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-e6307d09-b2f0-4c1e-9478-1119779e8809', '-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-e6307d09-b2f0-4c1e-9478-1119779e8809', '-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: precise_havana_python-keystoneclient_trunk #23

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/225/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 12:03:27 -0400Build duration:3 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPull binary name from sys.argv[0]by joe.gordon0editnova/service.pyConsole Output[...truncated 793 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 21, 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-bf7f2af7-8971-4b32-b1ca-6925c798099b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-bf7f2af7-8971-4b32-b1ca-6925c798099b', '-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/nova/havana /tmp/tmp5JHMn_/novamk-build-deps -i -r -t apt-get -y /tmp/tmp5JHMn_/nova/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-bf7f2af7-8971-4b32-b1ca-6925c798099b', '-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-bf7f2af7-8971-4b32-b1ca-6925c798099b', '-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: precise_havana_python-keystoneclient_trunk #24

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/226/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 13:03:35 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd missing tests for db.api.reservation_*by sskripnickeditnova/tests/test_db_api.pyxenapi: make the xenapi agent optional per imageby johneditnova/virt/xenapi/agent.pyeditnova/tests/virt/xenapi/imageupload/test_glance.pyeditnova/compute/api.pyaddnova/tests/virt/xenapi/test_agent.pyeditnova/virt/xenapi/vmops.pyeditnova/virt/xenapi/imageupload/glance.pyeditnova/tests/virt/xenapi/test_xenapi.pyConsole Output[...truncated 793 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 21, 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-a6f829b0-a520-4f4e-9675-60bd5c94296f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a6f829b0-a520-4f4e-9675-60bd5c94296f', '-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/nova/havana /tmp/tmprYZZt7/novamk-build-deps -i -r -t apt-get -y /tmp/tmprYZZt7/nova/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-a6f829b0-a520-4f4e-9675-60bd5c94296f', '-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-a6f829b0-a520-4f4e-9675-60bd5c94296f', '-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 Fixed: saucy_havana_glance_trunk #27

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/27/Project:saucy_havana_glance_trunkDate of build:Tue, 28 May 2013 13:15:40 -0400Build duration:2 min 57 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 5047 lines...]Version: 1:2013.2+git201305281315~saucy-0ubuntu1Finished at 20130528-1318Build needed 00:01:13, 24428k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'glance_2013.2+git201305281315~saucy-0ubuntu1_source.changes']gpg: Signature made Tue May 28 13:17:19 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Tue May 28 13:17:19 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpKABjPF/glance_2013.2+git201305281315~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpKABjPF/glance_2013.2+git201305281315~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading glance_2013.2+git201305281315~saucy-0ubuntu1.dsc: done.  Uploading glance_2013.2+git201305281315~saucy.orig.tar.gz: done.  Uploading glance_2013.2+git201305281315~saucy-0ubuntu1.debian.tar.gz: done.  Uploading glance_2013.2+git201305281315~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'glance_2013.2+git201305281315~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'INFO:root:Storing current commit for next build: d2c5406a48d0f08f023fde508abc81f5d0cb25c5INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmpKABjPF/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpKABjPF/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+git201305281315~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [d2c5406] Respond with 412 after upload if image was deleted.dch -a [c827b21] Add unittests for image upload functionality in v1dch -a [866cb84] Remove glance-control from the test suitedch -a [8885c30] Prevent '500' error when using forbidden markerdch -a [01c54d9] Improve unit tests for glance.common packagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305281315~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201305281315~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana glance_2013.2+git201305281315~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana glance_2013.2+git201305281315~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/227/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 13:30:24 -0400Build duration:3 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesOptimize SecurityGroupsOutputController by len(servers)by aroseneditnova/tests/api/openstack/compute/contrib/test_quantum_security_groups.pyeditnova/api/openstack/compute/contrib/security_groups.pyConsole Output[...truncated 793 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 21, 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-8223a925-3432-47ac-8d41-b6c96faac5eb', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8223a925-3432-47ac-8d41-b6c96faac5eb', '-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/nova/havana /tmp/tmp2L2qoO/novamk-build-deps -i -r -t apt-get -y /tmp/tmp2L2qoO/nova/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-8223a925-3432-47ac-8d41-b6c96faac5eb', '-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-8223a925-3432-47ac-8d41-b6c96faac5eb', '-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: precise_havana_nova_trunk #228

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/228/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 14:00:24 -0400Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix missing argument to logging warning callby michael.kerrineditnova/virt/disk/api.pyConsole Output[...truncated 793 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 21, 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-8d964455-1889-4d47-a572-781941d0a107', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8d964455-1889-4d47-a572-781941d0a107', '-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/nova/havana /tmp/tmpk5ZlRL/novamk-build-deps -i -r -t apt-get -y /tmp/tmpk5ZlRL/nova/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-8d964455-1889-4d47-a572-781941d0a107', '-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-8d964455-1889-4d47-a572-781941d0a107', '-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: precise_havana_horizon_trunk #56

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/56/Project:precise_havana_horizon_trunkDate of build:Tue, 28 May 2013 14:30:29 -0400Build duration:3 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesGroup CRUD and Management in Admin Dashboard.by lin-hua.chengaddopenstack_dashboard/dashboards/admin/groups/constants.pyaddopenstack_dashboard/dashboards/admin/groups/forms.pyaddopenstack_dashboard/dashboards/admin/groups/__init__.pyaddopenstack_dashboard/dashboards/admin/groups/tables.pyedithorizon/templates/horizon/common/_modal_form.htmladdopenstack_dashboard/dashboards/admin/groups/templates/groups/update.htmladdopenstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.htmladdhorizon/templates/horizon/common/_modal_form_add_members.htmleditopenstack_dashboard/local/local_settings.py.exampleaddopenstack_dashboard/dashboards/admin/groups/tests.pyaddopenstack_dashboard/dashboards/admin/groups/templates/groups/index.htmladdopenstack_dashboard/dashboards/admin/groups/panel.pyaddopenstack_dashboard/dashboards/admin/groups/templates/groups/_create.htmladdopenstack_dashboard/dashboards/admin/groups/templates/groups/create.htmleditopenstack_dashboard/dashboards/admin/dashboard.pyaddopenstack_dashboard/dashboards/admin/groups/views.pyaddopenstack_dashboard/dashboards/admin/groups/templates/groups/manage.htmleditopenstack_dashboard/test/test_data/keystone_data.pyeditopenstack_dashboard/api/keystone.pyeditopenstack_dashboard/test/settings.pyaddopenstack_dashboard/dashboards/admin/groups/templates/groups/_update.htmladdopenstack_dashboard/dashboards/admin/groups/templates/groups/add_non_member.htmladdopenstack_dashboard/dashboards/admin/groups/urls.pyImprove test stabilityby mrungeeditopenstack_dashboard/dashboards/settings/user/tests.pyConsole Output[...truncated 676 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-b94f31bc-c473-4feb-ad08-c18969eb2178', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b94f31bc-c473-4feb-ad08-c18969eb2178', '-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/tmpxhLyke/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpxhLyke/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-b94f31bc-c473-4feb-ad08-c18969eb2178', '-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 

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

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/66/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 15:42:17 -0400Build duration:5 min 23 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 5231 lines...]dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] RemoINFO:root:Destroying schroot.ve old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305281542~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305281542~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', 'cinder_2013.2+git201305281542~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', 'cinder_2013.2+git201305281542~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_havana_nova_trunk #229

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/229/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 17:00:26 -0400Build duration:4 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCells: Add filtering and weight supportby cbehrensaddnova/cells/weights/ram_by_instance_type.pyaddnova/cells/filters/target_cell.pyeditnova/tests/fake_policy.pyaddnova/cells/filters/__init__.pyeditnova/filters.pyeditetc/nova/policy.jsoneditnova/tests/cells/test_cells_scheduler.pyaddnova/cells/weights/__init__.pyaddnova/tests/cells/test_cells_weights.pyaddnova/tests/cells/test_cells_filters.pyeditnova/tests/test_filters.pyeditnova/cells/scheduler.pyaddnova/cells/weights/weight_offset.pyImported Translations from Transifexby Jenkinseditnova/locale/pt_BR/LC_MESSAGES/nova.poeditnova/locale/ja/LC_MESSAGES/nova.poeditnova/locale/tr/LC_MESSAGES/nova.poaddnova/locale/nl_NL/LC_MESSAGES/nova.poaddnova/locale/zh_HK/LC_MESSAGES/nova.poeditnova/locale/ru/LC_MESSAGES/nova.poeditnova/locale/tr_TR/LC_MESSAGES/nova.poeditnova/locale/nova.poteditnova/locale/ko/LC_MESSAGES/nova.poeditnova/locale/tl/LC_MESSAGES/nova.poeditnova/locale/en_GB/LC_MESSAGES/nova.poaddnova/locale/hu/LC_MESSAGES/nova.poeditnova/locale/ko_KR/LC_MESSAGES/nova.poeditnova/locale/en_US/LC_MESSAGES/nova.poeditnova/locale/de/LC_MESSAGES/nova.poeditnova/locale/nb/LC_MESSAGES/nova.poaddnova/locale/it_IT/LC_MESSAGES/nova.poeditnova/locale/es/LC_MESSAGES/nova.poeditnova/locale/vi_VN/LC_MESSAGES/nova.poeditnova/locale/uk/LC_MESSAGES/nova.poeditnova/locale/it/LC_MESSAGES/nova.poaddnova/locale/pt/LC_MESSAGES/nova.poeditnova/locale/da/LC_MESSAGES/nova.poaddnova/locale/ka_GE/LC_MESSAGES/nova.poeditnova/locale/en_AU/LC_MESSAGES/nova.poeditnova/locale/bs/LC_MESSAGES/nova.poaddnova/locale/ca/LC_MESSAGES/nova.poeditnova/locale/zh_CN/LC_MESSAGES/nova.poeditnova/locale/fr/LC_MESSAGES/nova.poaddnova/locale/hr/LC_MESSAGES/nova.poeditnova/locale/cs/LC_MESSAGES/nova.poeditnova/locale/bg_BG/LC_MESSAGES/nova.poaddnova/locale/id/LC_MESSAGES/nova.poaddnova/locale/ms/LC_MESSAGES/nova.poeditnova/locale/zh_TW/LC_MESSAGES/nova.poaddnova/locale/sw_KE/LC_MESSAGES/nova.poaddnova/locale/ru_RU/LC_MESSAGES/nova.poeditnova/locale/fi_FI/LC_MESSAGES/nova.poConsole Output[...truncated 797 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 21, 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-9143aaa7-a173-4ad0-899c-9d6603158e7f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-9143aaa7-a173-4ad0-899c-9d6603158e7f', '-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/nova/havana /tmp/tmp25oar7/novamk-build-deps -i -r -t apt-get -y /tmp/tmp25oar7/nova/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-9143aaa7-a173-4ad0-899c-9d6603158e7f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in 

[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_keystone_stable #118

2013-05-28 Thread openstack-testing-bot
Title: quantal_folsom_keystone_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_stable/118/Project:quantal_folsom_keystone_stableDate of build:Tue, 28 May 2013 17:01:31 -0400Build duration:9 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCheck token Expirationby ayoungeditkeystone/middleware/auth_token.pyedittests/signing/Makefileaddtests/signing/auth_token_scoped_expired.pemedittests/signing/auth_token_revoked.pemaddtests/signing/auth_token_scoped_expired.jsonedittests/test_auth_token_middleware.pyConsole Output[...truncated 5375 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmps_trdz/keystone_2012.2.5+git201305281701~quantal-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmps_trdz/keystone_2012.2.5+git201305281701~quantal-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading keystone_2012.2.5+git201305281701~quantal-0ubuntu1.dsc: done.  Uploading keystone_2012.2.5+git201305281701~quantal.orig.tar.gz: done.  Uploading keystone_2012.2.5+git201305281701~quantal-0ubuntu1.debian.tar.gz: done.  Uploading keystone_2012.2.5+git201305281701~quantal-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptExporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/k/keystone/keystone-doc_2012.2.4+git201303201231~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/keystone_2012.2.4+git201303201231~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/python-keystone_2012.2.4+git201303201231~quantal-0ubuntu1_all.debINFO:root:Storing current commit for next build: 8d23da1302dde9d38bbc227d9aba30da919b60c8INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/folsom /tmp/tmps_trdz/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmps_trdz/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 255b1d43500f5d98ec73a0056525b492b14fec05..HEAD --no-merges --pretty=format:[%h] %sdch -b -D quantal --newversion 2012.2.5+git201305281701~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [8d23da1] Check token Expirationdch -a [c14f278] Update Certsdch -a [992466d] Revoke tokens on user delete (bug 1166670)dch -a [24c25b3] Securely create signing_dir (bug 1174608)dch -a [09f2802] Bump version to 2012.2.5dch -a [1889299] key all backends off of hash of pki token.dch -a [9e0a97d] Retry http_request and json_request failure.dch -a [40660f0] auth_token hash pki key PKI tokens on hash in memcached when accessed by auth_token middelwaredch -a [b3ce6a7] Use the right subprocess based on os monkeypatchdch -a [bb1ded0] add check for config-dir parameter (bug1101129)dch -a [5ea4fcf] mark 2.0 API as stabledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2012.2.5+git201305281701~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A keystone_2012.2.5+git201305281701~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-stable-testing keystone_2012.2.5+git201305281701~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom keystone_2012.2.5+git201305281701~quantal-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/230/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 18:00:24 -0400Build duration:3 min 33 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesfix a misleading docstringby jiajuneditnova/scheduler/filters/affinity_filter.pyConsole Output[...truncated 797 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 21, 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-b8f6c90b-a5ec-484f-b918-c47b61d20191', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b8f6c90b-a5ec-484f-b918-c47b61d20191', '-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/nova/havana /tmp/tmplU2zMY/novamk-build-deps -i -r -t apt-get -y /tmp/tmplU2zMY/nova/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-b8f6c90b-a5ec-484f-b918-c47b61d20191', '-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-b8f6c90b-a5ec-484f-b918-c47b61d20191', '-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 Failure: saucy_havana_python-novaclient_trunk #18

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-novaclient_trunk/18/Project:saucy_havana_python-novaclient_trunkDate of build:Tue, 28 May 2013 18:30:22 -0400Build duration:1 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesRename requires files to standard names.by mordrededittox.iniedittools/install_venv.pyaddrequirements.txtdeletetools/pip-requiresaddtest-requirements.txtdeletetools/test-requiresAdd CONTRIBUTING file.by mordredaddCONTRIBUTING.rstMove tests into the novaclient package.by mordredaddnovaclient/tests/v1_1/test_hypervisors.pyaddnovaclient/tests/utils.pyaddnovaclient/tests/v1_1/test_availability_zone.pyaddnovaclient/tests/v1_1/test_security_groups.pyaddnovaclient/tests/v1_1/test_networks.pyaddnovaclient/tests/test_http.pyaddnovaclient/tests/test_service_catalog.pyaddnovaclient/tests/v1_1/test_flavor_access.pydeletetests/v1_1/contrib/test_list_extensions.pyaddnovaclient/tests/v1_1/test_auth.pyaddnovaclient/tests/v1_1/fakes.pydeletetests/v1_1/test_fixed_ips.pydeletetests/v1_1/test_fping.pydeletetests/v1_1/test_aggregates.pydeletetests/v1_1/contrib/test_tenant_networks.pydeletetests/v1_1/test_flavors.pydeletetests/v1_1/test_cloudpipe.pyaddnovaclient/tests/v1_1/test_limits.pydeletetests/v1_1/test_images.pydeletetests/v1_1/test_limits.pyaddnovaclient/tests/test_discover.pydeletetests/v1_1/test_flavor_access.pydeletetests/v1_1/test_coverage_ext.pyaddnovaclient/tests/v1_1/test_servers.pyaddnovaclient/tests/v1_1/testfile.txtdeletetests/utils.pyaddnovaclient/tests/v1_1/test_fixed_ips.pyaddnovaclient/tests/v1_1/test_quota_classes.pydeletetests/v1_1/test_certs.pyaddnovaclient/tests/v1_1/test_fping.pyaddnovaclient/tests/__init__.pyaddnovaclient/tests/v1_1/test_certs.pydeletetests/test_base.pyaddnovaclient/tests/v1_1/test_quotas.pydeletetests/test_http.pyaddnovaclient/tests/v1_1/test_floating_ips.pydeletetests/v1_1/test_services.pyaddnovaclient/tests/v1_1/contrib/fakes.pydeletetests/v1_1/contrib/fakes.pyedit.testr.confaddnovaclient/tests/v1_1/test_cloudpipe.pydeletetests/v1_1/test_auth.pyaddnovaclient/tests/fakes.pydeletetests/v1_1/test_floating_ip_pools.pydeletetests/test_auth_plugins.pydeletetests/__init__.pydeletetests/v1_1/test_hosts.pydeletetests/v1_1/contrib/test_baremetal.pydeletetests/v1_1/test_networks.pyaddnovaclient/tests/v1_1/__init__.pyaddnovaclient/tests/v1_1/test_flavors.pydeletetests/v1_1/testfile.txtdeletetests/v1_1/fakes.pydeletetests/v1_1/contrib/test_instance_actions.pyaddnovaclient/tests/v1_1/test_images.pyaddnovaclient/tests/v1_1/contrib/test_baremetal.pydeletetests/v1_1/test_agents.pyaddnovaclient/tests/v1_1/contrib/test_list_extensions.pyaddnovaclient/tests/v1_1/contrib/__init__.pyaddnovaclient/tests/v1_1/contrib/test_instance_actions.pydeletetests/v1_1/test_servers.pydeletetests/v1_1/test_security_groups.pyaddnovaclient/tests/v1_1/test_usage.pyaddnovaclient/tests/test_base.pyaddnovaclient/tests/v1_1/test_security_group_rules.pyaddnovaclient/tests/test_shell.pydeletetests/v1_1/test_hypervisors.pydeletetests/fakes.pyaddnovaclient/tests/v1_1/test_shell.pydeletetests/v1_1/utils.pyaddnovaclient/tests/test_client.pyaddnovaclient/tests/v1_1/test_aggregates.pydeletetests/v1_1/test_keypairs.pydeletetests/v1_1/test_security_group_rules.pyaddnovaclient/tests/v1_1/test_coverage_ext.pydeletetests/v1_1/test_floating_ip_dns.pyaddnovaclient/tests/v1_1/test_floating_ips_bulk.pydeletetests/v1_1/test_shell.pyaddnovaclient/tests/v1_1/test_floating_ip_pools.pydeletetests/test_service_catalog.pydeletetests/test_shell.pydeletetests/v1_1/test_quotas.pyaddnovaclient/tests/v1_1/contrib/test_tenant_networks.pydeletetests/v1_1/__init__.pyaddnovaclient/tests/v1_1/utils.pydeletetests/test_discover.pyaddnovaclient/tests/test_auth_plugins.pydeletetests/test_utils.pyaddnovaclient/tests/v1_1/test_services.pydeletetests/v1_1/test_usage.pyaddnovaclient/tests/v1_1/test_hosts.pydeletetests/v1_1/test_quota_classes.pydeletetests/test_client.pyaddnovaclient/tests/test_utils.pydeletetests/v1_1/test_availability_zone.pyaddnovaclient/tests/v1_1/test_agents.pyaddnovaclient/tests/v1_1/test_keypairs.pydeletetests/v1_1/contrib/__init__.pydeletetests/v1_1/test_floating_ips.pydeletetests/v1_1/test_floating_ips_bulk.pyaddnovaclient/tests/v1_1/test_floating_ip_dns.pyConsole Output[...truncated 1354 lines...]||Signed-off-by: Chuck Short |---| tests/test_shell.py | 1 +| 1 file changed, 1 insertion(+)||diff --git a/tests/test_shell.py b/tests/test_shell.py|index ae78815..c936445 100644|--- a/tests/test_shell.py|+++ b/tests/test_shell.py--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch skip-failing-test.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 

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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-ceilometerclient_trunk #19

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/231/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 20:00:25 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix log message.by lucasagomeseditnova/virt/disk/api.pyConsole Output[...truncated 797 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 21, 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-c70c277e-8933-48a9-8f33-427f9b5d2d52', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c70c277e-8933-48a9-8f33-427f9b5d2d52', '-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/nova/havana /tmp/tmpS6sLKt/novamk-build-deps -i -r -t apt-get -y /tmp/tmpS6sLKt/nova/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-c70c277e-8933-48a9-8f33-427f9b5d2d52', '-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-c70c277e-8933-48a9-8f33-427f9b5d2d52', '-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: precise_havana_ceilometer_trunk #83

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/232/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 20:38:45 -0400Build duration:5 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesTest for remote directory creation before shutting down instanceby breueditnova/virt/libvirt/driver.pyFix and enable flake8 F812by joe.gordon0edittox.inieditnova/tests/integrated/test_servers.pyeditnova/db/sqlalchemy/api.pyFix and enable flake8 F823by joe.gordon0editnova/tests/test_instance_types.pyedittox.iniEnumerate Flake8 E12x ignoresby joe.gordon0edittox.iniAdd posargs support to flake8 callby joe.gordon0edittox.iniCell weighing class to handle mute child cellsby revieweditnova/tests/cells/test_cells_weights.pyaddnova/cells/weights/mute_child.pyAdd update method of security group name and descriptionby Niu.ZGlinuxeditnova/tests/test_db_api.pyeditnova/network/security_group/quantum_driver.pyeditnova/db/sqlalchemy/api.pyeditnova/db/api.pyeditnova/tests/api/openstack/compute/contrib/test_security_groups.pyeditnova/compute/api.pyeditnova/tests/api/openstack/compute/contrib/test_quantum_security_groups.pyeditnova/network/security_group/security_group_base.pyeditnova/api/openstack/compute/contrib/security_groups.pyConsole Output[...truncated 797 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 21, 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-a3d7b925-e550-4e02-b665-07a1b3a7290f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a3d7b925-e550-4e02-b665-07a1b3a7290f', '-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/nova/havana /tmp/tmpQTG702/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQTG702/nova/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-a3d7b925-e550-4e02-b665-07a1b3a7290f', '-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-a3d7b925-e550-4e02-b665-07a1b3a7290f', '-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   : 

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

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/233/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 21:00:41 -0400Build duration:4 min 50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove path_exists from NFS/GlusterFS driversby eharneyeditnova/virt/libvirt/volume.pyeditnova/tests/virt/libvirt/test_libvirt_volume.pyConsole Output[...truncated 797 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 21, 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-91b53414-193f-468d-8fae-eedc10454078', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-91b53414-193f-468d-8fae-eedc10454078', '-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/nova/havana /tmp/tmpr_9D6X/novamk-build-deps -i -r -t apt-get -y /tmp/tmpr_9D6X/nova/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-91b53414-193f-468d-8fae-eedc10454078', '-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-91b53414-193f-468d-8fae-eedc10454078', '-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: precise_havana_nova_trunk #234

2013-05-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/234/Project:precise_havana_nova_trunkDate of build:Tue, 28 May 2013 23:00:25 -0400Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRaise exception instances, not exception classes.by driptoneditnova/tests/compute/test_compute.pyeditnova/virt/vmwareapi/read_write_util.pyeditnova/tests/test_utils.pyeditnova/scheduler/host_manager.pyeditnova/virt/libvirt/imagebackend.pyeditnova/tests/api/openstack/compute/contrib/test_coverage_ext.pyeditnova/tests/fake_ldap.pyConsole Output[...truncated 797 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 21, 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-8d99b5b8-f97d-46af-a916-9befbb657612', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8d99b5b8-f97d-46af-a916-9befbb657612', '-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/nova/havana /tmp/tmpR78o2F/novamk-build-deps -i -r -t apt-get -y /tmp/tmpR78o2F/nova/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-8d99b5b8-f97d-46af-a916-9befbb657612', '-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-8d99b5b8-f97d-46af-a916-9befbb657612', '-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_cinder_trunk #67

2013-05-28 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/67/Project:saucy_havana_cinder_trunkDate of build:Tue, 28 May 2013 23:00:23 -0400Build duration:4 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate cloned volumes QoS settings.by john.griffitheditcinder/volume/drivers/solidfire.pyConsole Output[...truncated 5247 lines...]dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db clientINFO:root:Destroying schroot. packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305282300~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305282300~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', 'cinder_2013.2+git201305282300~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', 'cinder_2013.2+git201305282300~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