[Openstack] Grizzly Horizon Import Error

2013-04-30 Thread Trinath Somanchi
Hi Stackers-

I have installed Openstack Grizzly with all the components but I get this
Horizon Error when I try to access the Horizon GUI

[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] mod_wsgi
(pid=2785): Exception occurred processing WSGI script
'/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] Traceback (most
recent call last):
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 241,
in __call__
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] response =
self.get_response(request)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 179,
in get_response
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] response =
self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 224,
in handle_uncaught_exception
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] if
resolver.urlconf_module is None:
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 323,
in urlconf_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]
self._urlconf_module = import_module(self.urlconf_name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in
import_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]
__import__(name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/urls.py,
line 36, in module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'',
include(horizon.urls))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/conf/urls/__init__.py, line 25,
in include
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] patterns =
getattr(urlconf_module, 'urlpatterns', urlconf_module)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/utils/functional.py, line 184, in
inner
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] self._setup()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/utils/functional.py, line 248, in
_setup
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] self._wrapped
= self._setupfunc()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/horizon/base.py, line 715, in
url_patterns
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] return
self._urls()[0]
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/horizon/base.py, line 746, in _urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'^%s/' %
dash.slug, include(dash._decorated_urls)))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/horizon/base.py, line 456, in
_decorated_urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'^%s/' %
panel.slug, include(panel._decorated_urls)))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/horizon/base.py, line 230, in
_decorated_urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] urlpatterns =
self._get_default_urlpatterns()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/horizon/base.py, line 83, in
_get_default_urlpatterns
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] urls_mod =
import_module('.urls', package_string)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in
import_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]
__import__(name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/urls.py,
line 23, in module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] from
.api_access import urls as api_access_urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/api_access/urls.py,
line 23, in module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] from .views
import download_ec2_bundle, download_rc_file
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File

Re: [Openstack] Grizzly Horizon Import Error

2013-04-30 Thread Cheng, Lin Hua (Cloud Services)
This is the same issue reported in: 
https://bugs.launchpad.net/horizon/+bug/1125622

There is also a discussion in this bug with workarounds: 
https://bugs.launchpad.net/horizon/+bug/1116467

Hope this helps.

-Lin

From: Openstack 
[mailto:openstack-bounces+lin-hua.cheng=hp@lists.launchpad.net] On Behalf 
Of Trinath Somanchi
Sent: Monday, April 29, 2013 11:03 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Grizzly Horizon Import Error

Hi Stackers-

I have installed Openstack Grizzly with all the components but I get this 
Horizon Error when I try to access the Horizon GUI

[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] mod_wsgi (pid=2785): 
Exception occurred processing WSGI script 
'/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi'.
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] Traceback (most recent 
call last):
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 241, in 
__call__
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] response = 
self.get_response(request)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 179, in 
get_response
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] response = 
self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 224, in 
handle_uncaught_exception
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] if 
resolver.urlconf_module is None:
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 323, in 
urlconf_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] 
self._urlconf_module = import_module(self.urlconf_name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in 
import_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] __import__(name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/urls.py,
 line 36, in module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'', 
include(horizon.urls))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/conf/urls/__init__.py, line 25, in 
include
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] patterns = 
getattr(urlconf_module, 'urlpatterns', urlconf_module)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/utils/functional.py, line 184, in 
inner
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] self._setup()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/utils/functional.py, line 248, in 
_setup
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] self._wrapped = 
self._setupfunc()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/horizon/base.py, line 715, in url_patterns
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] return 
self._urls()[0]
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/horizon/base.py, line 746, in _urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'^%s/' % 
dash.slug, include(dash._decorated_urls)))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/horizon/base.py, line 456, in _decorated_urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] url(r'^%s/' % 
panel.slug, include(panel._decorated_urls)))
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/horizon/base.py, line 230, in _decorated_urls
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] urlpatterns = 
self._get_default_urlpatterns()
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/horizon/base.py, line 83, in 
_get_default_urlpatterns
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] urls_mod = 
import_module('.urls', package_string)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 35, in 
import_module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] __import__(name)
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47]   File 
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/urls.py,
 line 23, in module
[Tue Apr 30 05:59:04 2013] [error] [client 10.232.90.47] from .api_access 

[Openstack] Help About The Documentation

2013-04-30 Thread Alexandre De Carvalho
Hi everyone !

I found these ones in the documentation : Volume storage: two disks with 2
TB (SATA) for volumes attached to the compute nodes. And I don't
understand this sentence. Someone can explain to me this sentence, please ?

Thanks !

Have a good day !

-- 
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


Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby
On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:

  
  
 Hi,
  
 I’m new to Quantum and trying to set up an openstack quantum environment.
  
 I installed a single node environment using DevStack(on a VM) successfully. I 
 noticed that by default there is no log files for quantum. I tried to enable 
 the quantum logging using quantum.conf. However, I haven’t been lucky enough 
 to get it work yet. Just wondering if anyone can share a working sample of 
 quantum.conf that enables logging to a log file?

The default devstack configuration is to have the processes log to a screen 
session.  If file output is desired, add the following to your localrc

SCREEN_LOGDIR=$DEST/logs/screen

This ensures that log output is also captured to disk - a file per service in 
the specified output directory.

Thanks,


Maru


  
 Thanks,
  
 YuLing
  
 ___
 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] Help About The Documentation

2013-04-30 Thread Razique Mahroua
Hi,can you provide us the link ?I think that means create an LVM VG made of two disks (so two PV) that you will call "nova-volume"Regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 09:49, Alexandre De Carvalho alexandre7.decarva...@gmail.com a écrit :Hi everyone !I found these ones in the documentation : "Volume storage: two disks with 2 TB (SATA) for volumes attached to the compute nodes". And I don't understand this sentence. Someone can explain to me this sentence, please ?
Thanks !Have a good day !-- regards,Alexandre

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


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

2013-04-30 Thread Darragh O'Reilly
Hi,

I don't have an answer, but here are a couple of troubleshooting tips:

- use iptables-save -c to see which chains are being hit. Do a ping and run 
iptables-save -c again to see which counters increased.

- use tcpdump to find out where the packets are getting lost. You could start 
with the physical interface used in br-ex. If the packets are being sent out 
there ok, then move on to the next stage. At some point they are getting lost 
either going out or coming back.


___
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] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
Hi Calvin,

Thank you for the reply. It solved the db sync issue. But soon after
this, the nova-compute daemons started throwing the following trace.

2013-04-30 15:53:21 TRACE nova OperationalError: (OperationalError) (1054,
Unknown column 'instance_metadata_1.instance_id' in 'field list')

When I checked the instance_metatdata table, I found that it has
instance_uuid as a field and not instance_id. It seems to be another
issue with db sync.

Suggestions?

--
Shashank Sahni


On Tue, Apr 30, 2013 at 2:32 AM, Calvin Walton calvin.wal...@kepstin.cawrote:

 On Mon, 2013-04-29 at 20:16 +0530, Shashank Sahni wrote:
  Hi everyone,
 
  I'm having some trouble upgrading from essex to folsom. The cloud is
  currently running on Ubuntu 12.04. For the upgrade, I included the folsom
  repo(ubuntu cloud archive) and upgraded the packages. Things went fine
  until I issued nova-manage db sync. It failed with the following error.
 
  2013-04-29 20:13:50 23254 TRACE nova raise
  exc.NoSuchTableError(full_name)
  2013-04-29 20:13:50 23254 TRACE nova NoSuchTableError: `projects`
 
  Ironically, the table exists. But I get the same message accessing it
  through mysql console.

 This is due to a bug in one version of the Ubuntu package that included
 a broken database migration; it had a foreign key on a latin-1 table
 (dns_domains) referencing a text column on a utf-8 table (projects),
 which mysql does not support. As a result, a *later* migration that
 changed the projects table partially failed, and left the table in a
 half-created state.

 I ran into this problem, and the only way I found to *fix* the error was
 to dump the database to a sql file, drop the entire database, manually
 edit the dump file to correct the referencing table charset on the
 'dns_domains' table, add the definition for the projects table back,
 then restore the database from the dump.

 Related issues on launchpad:
 https://bugs.launchpad.net/nova/+bug/993663
 https://bugs.launchpad.net/ubuntu/+source/nova/+bug/975085

 Amusingly, if you're using keystone, the 'projects' table is actually
 not used by anything, but it still has to exist.

 --
 Calvin Walton calvin.wal...@kepstin.ca

___
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] Folsom without Quantum

2013-04-30 Thread aliki aliki



Hello everyone!

I am using this guide 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 in order to set up openstack. Since I am not interested in using Quantum, is 
that right that I don't have to use the Network node?

Thanks in advance for your help,
Aliki

  ___
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] Folsom without Quantum

2013-04-30 Thread Salvatore Orlando
Hi Aliki,

You are correct, since you won't need the network node as host of Quantum
services as described in the guide you linked. However you might still want
to run nova-network on a dedicated network node.

Also, without quantum of course you won't need to run the l2 agent on each
compute node.

Regards, Salvatore
Il giorno 30/apr/2013 11:45, aliki aliki aliki_...@hotmail.com ha
scritto:

  Hello everyone!

 I am using this guide
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rstin
  order to set up openstack. Since I am not interested in using Quantum,
 is that right that I don't have to use the Network node?

 Thanks in advance for your help,
 Aliki

 ___
 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] quantum-server Fail scheduling network

2013-04-30 Thread Arindam Choudhury
Hi,

I am getting this error when I try to launch a VM.

dhcp-agent.log :

BLANK

quantum-server.log:
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension port-security 
not supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension lbaas not 
supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension security-group 
not supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension 
routed-service-insertion not supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension 
router-service-type not supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension service-type 
not supported by any of loaded plugins
2013-04-30 12:31:14  WARNING [quantum.api.extensions] Extension flavor not 
supported by any of loaded plugins

2013-04-30 12:34:05  WARNING [quantum.db.agentschedulers_db] Fail scheduling 
network {'status': u'ACTIVE', 'subnets': 
[u'93fb9af9-b313-40bf-9434-d00b3d01dfc3'], 'name': u'net1', 
'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': 
u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre', 
'router:external': False, 'shared': False, 'id': 
u'96eae458-5b2b-4e1c-808a-678db205afe4', 'provider:segmentation_id': 1L}


ovs-agent.log:
2013-04-30 11:39:23  WARNING [quantum.openstack.common.loopingcall] task run 
outlasted interval by 2.114187 sec

nova.conf: https://gist.github.com/arindamchoudhury/805ac3102b9b22866489
quantum.conf: https://gist.github.com/arindamchoudhury/15b77130a579b3b67b09
nova/api-paste.ini: 
https://gist.github.com/arindamchoudhury/40443358555dd1e8dadd
quantum/api-paste.ini: 
https://gist.github.com/arindamchoudhury/38d43e2307b4ea950e2f
l3-agent.ini: https://gist.github.com/arindamchoudhury/72c3420130fdd76960a4
dhcp-agent.ini https://gist.github.com/arindamchoudhury/550404af15df3b0be85b

  ___
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] Folsom without Quantum

2013-04-30 Thread Mac Innes, Kiall
While I don't use Quantum either, If I was deploying today.. I would.

nova-network (the thing Quantum is replacing) is on it's way out, and 
deploying with nova-network today just means you'll have to migrate in 
1-2 releases (6-12 months).

Kiall Mac Innes
HP Cloud Services - DNSaaS

Mobile:   +353 86 345 9333
Landline: +353 1 524 2177
GPG:  E9498407

On 30/04/13 11:46, aliki aliki wrote:
 Hello everyone!

 I am using this guide
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 in order to set up openstack. Since I am not interested in using
 Quantum, is that right that I don't have to use the Network node?

 Thanks in advance for your help,
 Aliki

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


[Openstack] How to integrate Cloudsim

2013-04-30 Thread harryxiyou
Hi all,

I just wonder how to integrate Cloudsim(https://code.google.com/p/cloudsim)
into Openstack, that is to say i wanna use Cloudsim in local clouds with
Openstack. Would anyone please give me some suggestions about this
one? Or give me an example patch that is integrated into Openstack. Thanks
very much in advance ;-)

--
Thanks
Harry Wei

___
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] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Calvin Walton
On Tue, 2013-04-30 at 16:06 +0530, Shashank Sahni wrote:
 Hi Calvin,
 
 Thank you for the reply. It solved the db sync issue. But soon after
 this, the nova-compute daemons started throwing the following trace.
 
 2013-04-30 15:53:21 TRACE nova OperationalError: (OperationalError) (1054,
 Unknown column 'instance_metadata_1.instance_id' in 'field list')
 
 When I checked the instance_metatdata table, I found that it has
 instance_uuid as a field and not instance_id. It seems to be another
 issue with db sync.
 
 Suggestions?

From
https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/migrate_repo/versions/133_folsom.py#L349
It looks like 'instance_uuid' is the correct column name in Folsom. Are
you sure that you've updated your nova-compute packages to the Folsom
version and restarted all of the nova services?

The simplest explanation for this error is that you have an Essex
service accessing the Folsom database.

-- 
Calvin Walton calvin.wal...@kepstin.ca


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] Help About The Documentation

2013-04-30 Thread Alexandre De Carvalho
Here the link :
http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html

regards,
Alexandre

2013/4/30 Razique Mahroua razique.mahr...@gmail.com

 Hi,
 can you provide us the link ?
 I think that means create an LVM VG made of two disks (so two PV) that you
 will call nova-volume
 Regards,

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 30 avr. 2013 à 09:49, Alexandre De Carvalho 
 alexandre7.decarva...@gmail.com a écrit :

 Hi everyone !

 I found these ones in the documentation : Volume storage: two disks with
 2 TB (SATA) for volumes attached to the compute nodes. And I don't
 understand this sentence. Someone can explain to me this sentence, please ?

 Thanks !

 Have a good day !

 --
 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


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


[Openstack] Problem when allocating IP

2013-04-30 Thread Guilherme Russi
 Hello guys, I'm getting problem when my VMs are allocating IPs. I create
the first VM and it works, it gets the IP 10.0.0.4 and I can ssh and ping,
but when I create the second, the third and so on VMs the don't get IP.
 Can anybody guide me where to look to fix it? I'm using Ubuntu 12.04
server, and my openstack version is folsom, and my network plugin is
quantum.

Thank you.

Guilherme.
___
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] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread rahul singh
Hi,
I installed OpenStack using devstack on a Ubuntu 12.04 VM created using
VirtualBox. I create an m1.small instance which should have 20GB disk. But
I log into the VM created by OpenStack I do not see 20GB disk space. Here
is my df -h output:

FilesystemSize  Used Available Use% Mounted on
/dev998.2M 0998.2M   0% /dev
/dev/vda 54.2M  9.7M 41.7M  19% /
tmpfs  1001.8M 0   1001.8M   0% /dev/shm
tmpfs   200.0K 72.0K128.0K  36% /run

Where is the 20GB space?

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


Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread Razique Mahroua
if it's an ephemeral one, just run $ fdisk -l and you will see it :)it's neither mounted nor formatted in the first placeregards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 16:16, rahul singh singh.rahul.1...@gmail.com a écrit :Hi,I installed OpenStack using devstack on a Ubuntu 12.04 VM created using VirtualBox. I create an m1.small instance which should have 20GB disk. But I log into the VM created by OpenStack I do not see 20GB disk space. Here is my "df -h" output:
Filesystem Size Used Available Use% Mounted on/dev 998.2M 0 998.2M 0% /dev/dev/vda 54.2M 9.7M 41.7M 19% /tmpfs 1001.8M 0 1001.8M 0% /dev/shm
tmpfs 200.0K 72.0K 128.0K 36% /runWhere is the 20GB space?Thanking you,Rahul.
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Disk space not available when creating small instance using OpenStack

2013-04-30 Thread rahul singh
Thanks Razique, that works :)


On Tue, Apr 30, 2013 at 10:22 AM, Razique Mahroua razique.mahr...@gmail.com
 wrote:

 if it's an ephemeral one, just run $ fdisk -l and you will see it :)
 it's neither mounted nor formatted in the first place
 regards,

 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 30 avr. 2013 à 16:16, rahul singh singh.rahul.1...@gmail.com a écrit
 :

 Hi,
 I installed OpenStack using devstack on a Ubuntu 12.04 VM created using
 VirtualBox. I create an m1.small instance which should have 20GB disk. But
 I log into the VM created by OpenStack I do not see 20GB disk space. Here
 is my df -h output:

 FilesystemSize  Used Available Use% Mounted on
 /dev998.2M 0998.2M   0% /dev
 /dev/vda 54.2M  9.7M 41.7M  19% /
 tmpfs  1001.8M 0   1001.8M   0% /dev/shm
 tmpfs   200.0K 72.0K128.0K  36% /run

 Where is the 20GB space?

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



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


Re: [Openstack] Recruiting - Translation Coordinator

2013-04-30 Thread Masanori ITOH
Hi Daisy,

Sorry for our late response.

Now, we Japan team are also working on translation of OpenStack Operations 
Guide , and we had a discussion on the coordinator issue.

Our conclusion is to form a small coordinator team because of man power problem.
Here is a list of  the Japanese translation coordinators:
  Tomoyuki Kato kato.dream.tomoy...@gmail.com
  Masanori Itoh  masanori.i...@gmail.com
  Akira Yoshiyama akirayoshiy...@gmail.com

Best regards,
Masanori -- JOSUG / Japan OpenStack User Group


From: Ying Chun Guo guoyi...@cn.ibm.com
Subject: [Openstack] Recruiting - Translation Coordinator
Date: Tue, 26 Mar 2013 17:36:07 +0800

 
 
 Hi, all
 
 Now the translation of OpenStack message strings and documents is managed
 by Transifex. The access control in Transifex is set as Free for all.
 Anybody can jump in and contribute to the translation. It's easily to
 attract translators but it's not good for the quality. In order to ensure
 the quality of translation, there is a plan to enable the role based access
 control of OpenStack project in Transifex.
 
 This change will need to set up the translation team for each language,
 including translators, reviewers and coordinators. The coordinators are the
 leaders of a translation team. They are responsible for the set up of
 translation team and the control of quality. Now I send this mail to
 community and call for coordinators.
 
 Responsibilities of coordinators include:
 1. communicate with translators/reviewers in your team, coordinate the
 translation and review work among the translators and reviewers in your
 team.
 2. control the quality of translation. Review each auto-generated
 translation patch in Git review tool.
 3. manage the translation memory and glossary for a certain language.
 4. communicate with community about requirements, bugs, and issues of
 translation.
 
 People, who want to be a coordinator, don't need to worry about:
 1. the size of the translation team. The translation team can grow from
 small. If there is only 1 people who is contributing to the translation of
 a certain language, that people could be the coordinator.
 2. the usage of tools (Transifex, Git review, and etc.). We have many
 people who can help you get familiar with the tools.
 3. translation experiences and coordinator experiences. The community have
 people with rich experiences who can give you guidance.
 
 If you have passions and time, if you want to contribute to OpenStack
 translation, feel free to contact with me.
 
 Thanks and regards
 Daisy

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


Re: [Openstack] Help About The Documentation

2013-04-30 Thread Sylvain Bauza

  
  
Indeed. There is room for improvement :
  should the 2 disks be RAID1 or parts of the same VG, as said ?
  
  As it is recommended hardware, it would be interesting to know
  which kind of setup with 2 SATA disks is optimal ?
  
  Of course, it does depend a lot of the usage : if you need to boot
  from volume, I would say having 2 physical PVs is better, but if
  you need to store critical data, then the RAID one is fine.
  
  -Sylvain
  
  Le 30/04/2013 14:35, Alexandre De Carvalho a crit:

Here the link :http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html
  

  
  regards,
  Alexandre

2013/4/30 Razique Mahroua razique.mahr...@gmail.com
  
Hi,
  can you provide us the link ?
  I think that means create an LVM VG made of two disks
(so two PV) that you will call "nova-volume"
  Regards,
  

  Razique Mahroua-Nuage  Co
razique.mahr...@gmail.com
Tel: +33
  9 72 37 94 15
  
  



  Le 30 avr. 2013  09:49, Alexandre De Carvalho
alexandre7.decarva...@gmail.com
a crit :
  
  

  
Hi everyone !


I found these ones in the documentation :
  "Volume storage: two disks with 2 TB (SATA)
  for volumes attached to the compute nodes".
  And I don't understand this sentence. Someone
  can explain to me this sentence, please ?


Thanks !


Have a good day !
  
  
  -- 
  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



  

___
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] detach volume from horizon?

2013-04-30 Thread Steve Heistand
Im not seeing a way to detach a volume from within horizon?

is this CLI only?

s

-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #




signature.asc
Description: OpenPGP digital 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


[Openstack] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
Hi all,

I installed OpenStack folsom using this guide:
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst
It seems everything is ok, no errors in the log files, but there is no
network for my VMs. Even 2 VM on the same compute node cant ping each
other if I set ip manually on them. I have the feeling something is
wrong at VNET interface, as this is the first and last point where I
can see any activity originating from the VM. On other interfaces I
cant see any activity/packets.

Outputs:
ifconfig: http://pastebin.com/0cKAfz8t
brctl show: http://pastebin.com/yjGE7ZPG
ovs-dpctl show: http://pastebin.com/tn6ndxSh
ovs-vsctl show: http://pastebin.com/hfHRSTzL
tcpdump from vnet0 when starting instance: http://pastebin.com/yBAMXhAk
tcpdump vnet0 sending out icmp echo requests: http://pastebin.com/pcmDeAMS

I did everything like in the guide, except i use qemu and using other
IPs. Any idea what is wrong, what did i miss/do wrong? Google not
helped me in this case. I reinstalled the whole system because the
same problem (no network) but i thought i missed maybe something then
from the guide.

Any help would be appreciated!

Thanks!

Rusty

___
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 cannot authenticate

2013-04-30 Thread Viktor Viking
Dear Openstackers,

I'm facing authentication problems when running glance commands (e.g.,
glance image-list)

I have my environment variables set in the following way:

OS_REGION_NAME=RegionOne
OS_PASSWORD=openstack
OS_AUTH_URL=http://192.168.0.1:5000/v2.0
OS_USERNAME=admin
OS_TENANT_NAME=demo

With these env variables set, I can run keystone endpoint-list and I
seehttp://192.168.0.1:5000/v2.0;
as my publicurl for the keystone endpoint. So far so good. This also proves
the user=admin, pass=openstack, tenant=demo are correct.

The problem happens when I try to use glance (for anything). glance
image-list for example returns an exception plus:

NotAuthenticated : 401 Unauthorized
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.
Authentication required
(HTTP 500)

I don't have SERVICE_TOKEN variables set.

I have seen this
https://answers.launchpad.net/keystone/+question/212102but it didn't
solve my problem either.

Does anyone have a clue that might enlighten me?

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


Re: [Openstack] Help About The Documentation

2013-04-30 Thread John Griffith
On Tue, Apr 30, 2013 at 9:44 AM, Sylvain Bauza
sylvain.ba...@digimind.comwrote:

  Indeed. There is room for improvement : should the 2 disks be RAID1 or
 parts of the same VG, as said ?

 As it is recommended hardware, it would be interesting to know which kind
 of setup with 2 SATA disks is optimal ?

 Of course, it does depend a lot of the usage : if you need to boot from
 volume, I would say having 2 physical PVs is better, but if you need to
 store critical data, then the RAID one is fine.

 -Sylvain

 Le 30/04/2013 14:35, Alexandre De Carvalho a écrit :

 Here the link :
 http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html

  regards,
 Alexandre

 2013/4/30 Razique Mahroua razique.mahr...@gmail.com

 Hi,
 can you provide us the link ?
 I think that means create an LVM VG made of two disks (so two PV) that
 you will call nova-volume
 Regards,

  *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15 %2B33%209%2072%2037%2094%2015


  Le 30 avr. 2013 à 09:49, Alexandre De Carvalho 
 alexandre7.decarva...@gmail.com a écrit :

   Hi everyone !

  I found these ones in the documentation : Volume storage: two disks
 with 2 TB (SATA) for volumes attached to the compute nodes. And I don't
 understand this sentence. Someone can explain to me this sentence, please ?

  Thanks !

  Have a good day !

  --
 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



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

 Hi Sylvain,

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

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

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

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

I hope that helps.

John
___
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] detach volume from horizon?

2013-04-30 Thread Eric_E_Smith
I guess it depends on the version of horizon you're using, in horizon while 
logged in as a member of the project who owns the volume, do you see 
Volumes--Edit Attachments--Detach Volume?

-Original Message-
From: Openstack 
[mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf 
Of Steve Heistand
Sent: Tuesday, April 30, 2013 10:45 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] detach volume from horizon?

Im not seeing a way to detach a volume from within horizon?

is this CLI only?

s

-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #



___
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] help needed to configure quantum

2013-04-30 Thread Arindam Choudhury
Hi,

I need help. Any help will be highly appreciated. 
My VM dont get any ip address:
Here is all my config files. Giving in links so the mail can be more readable:

nova.conf : https://gist.github.com/arindamchoudhury/5489503
nova: api-paste.ini : https://gist.github.com/arindamchoudhury/5489499

quantum.conf : https://gist.github.com/arindamchoudhury/5489530
quantum: api-paste.ini : https://gist.github.com/arindamchoudhury/5489512
ovs_quantum_plugin.ini : https://gist.github.com/arindamchoudhury/5489620
dhcp_agent.ini : https://gist.github.com/arindamchoudhury/5489542
l3_agent.ini : https://gist.github.com/arindamchoudhury/5489552


the logs:
/var/log/quantum/quantum-server.log 
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension port-security 
not supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension lbaas not 
supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension security-group 
not supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension 
routed-service-insertion not supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension 
router-service-type not supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension service-type 
not supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.api.extensions] Extension flavor not 
supported by any of loaded plugins
2013-04-30 18:19:25  WARNING [quantum.scheduler.l3_agent_scheduler] L3 agent 
75951ad2-6cb4-44ae-940c-00c288878d89 is not active


When I spawn a vm these are the errors:
/var/log/quantum/quantum-server.log:
2013-04-30
 18:21:40  WARNING [quantum.db.agentschedulers_db] Fail scheduling 
network {'status': u'ACTIVE', 'subnets': 
[u'93fb9af9-b313-40bf-9434-d00b3d01dfc3'], 'name': u'net1', 
'provider:physical_network': None, 'admin_state_up': True, 'tenant_id': 
u'b6d37008724b4a32ae03ff9b44a85426', 'provider:network_type': u'gre', 
'router:external': False, 'shared': False, 'id': 
u'96eae458-5b2b-4e1c-808a-678db205afe4', 'provider:segmentation_id': 1L}


/var/log/quantum/ovs-agent.log:
2013-04-30 18:21:12ERROR 
[quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed reporting state!
Traceback (most recent call last):
  File 
/usr/lib/python2.7/dist-packages/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py,
 line 202, in _report_state
self.agent_state)
  File /usr/lib/python2.7/dist-packages/quantum/agent/rpc.py, line 66, in 
report_state
topic=self.topic)
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/proxy.py, line 
80, in call
return rpc.call(context, self._get_topic(topic), msg, timeout)
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/__init__.py, 
line 140, in call
return _get_impl().call(CONF, context, topic, msg, timeout)
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/impl_kombu.py, 
line 798, in call
rpc_amqp.get_connection_pool(conf, Connection))
  File /usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/amqp.py, 
line 613, in call
rv = list(rv)
  File /usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/amqp.py, 
line 555, in __iter__
self.done()
  File /usr/lib/python2.7/contextlib.py, line 24, in __exit__
self.gen.next()
  File /usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/amqp.py, 
line 552, in __iter__
self._iterator.next()
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/impl_kombu.py, 
line 648, in iterconsume
yield self.ensure(_error_callback, _consume)
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/impl_kombu.py, 
line 566, in ensure
error_callback(e)
  File 
/usr/lib/python2.7/dist-packages/quantum/openstack/common/rpc/impl_kombu.py, 
line 629, in _error_callback
raise rpc_common.Timeout()
Timeout: Timeout while waiting on RPC response.
2013-04-30 18:21:12  WARNING [quantum.openstack.common.loopingcall] task run 
outlasted interval by 56.323905 sec
2013-04-30 18:22:12ERROR 
[quantum.plugins.openvswitch.agent.ovs_quantum_agent] Error in agent event loop
  ___
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] detach volume from horizon?

2013-04-30 Thread Steve Heistand
heh :)
to my old eyes that looked like delete not detach.
will have to crank up font size me thinks.

s



On 04/30/2013 09:15 AM, eric_e_sm...@dell.com wrote:
 I guess it depends on the version of horizon you're using, in horizon while 
 logged in as a member of the project who owns the volume, do you see 
 Volumes--Edit Attachments--Detach Volume?
 
 -Original Message-
 From: Openstack 
 [mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On 
 Behalf Of Steve Heistand
 Sent: Tuesday, April 30, 2013 10:45 AM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] detach volume from horizon?
 
 Im not seeing a way to detach a volume from within horizon?
 
 is this CLI only?
 
 s
 

-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #




signature.asc
Description: OpenPGP digital 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] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
libvirt_use_virtio_for_bridges=false solved that now on vnet0 there
are valid packets

Rusty


On Tue, Apr 30, 2013 at 5:57 PM, Molnár Mihály László
lacik...@gmail.com wrote:
 Hi all,

 I installed OpenStack folsom using this guide:
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst
 It seems everything is ok, no errors in the log files, but there is no
 network for my VMs. Even 2 VM on the same compute node cant ping each
 other if I set ip manually on them. I have the feeling something is
 wrong at VNET interface, as this is the first and last point where I
 can see any activity originating from the VM. On other interfaces I
 cant see any activity/packets.

 Outputs:
 ifconfig: http://pastebin.com/0cKAfz8t
 brctl show: http://pastebin.com/yjGE7ZPG
 ovs-dpctl show: http://pastebin.com/tn6ndxSh
 ovs-vsctl show: http://pastebin.com/hfHRSTzL
 tcpdump from vnet0 when starting instance: http://pastebin.com/yBAMXhAk
 tcpdump vnet0 sending out icmp echo requests: http://pastebin.com/pcmDeAMS

 I did everything like in the guide, except i use qemu and using other
 IPs. Any idea what is wrong, what did i miss/do wrong? Google not
 helped me in this case. I reinstalled the whole system because the
 same problem (no network) but i thought i missed maybe something then
 from the guide.

 Any help would be appreciated!

 Thanks!

 Rusty

___
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] virsh -lost internet connection

2013-04-30 Thread aliki aliki
Hello,

after executing these commands:

virsh net-destroy default
virsh net-undefine default

following instructions from this tutorial:
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

I lost my internet access. Anyone knows what the problem is?

Thank you!
  ___
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 cannot authenticate

2013-04-30 Thread Razique Mahroua
Funny,I'm facing the same issue today - are glance api/ registry conf files good ? (especially the [paste_deploy] flavor=keystone for both api and registry)what $ nova -debug image-show outputs?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 18:03, Viktor Viking viktor.viking...@gmail.com a écrit :Dear Openstackers,I'm facing authentication problems when running glance commands (e.g., glance image-list)I have my environment variables set in the following way:
OS_REGION_NAME=RegionOneOS_PASSWORD=openstackOS_AUTH_URL=http://192.168.0.1:5000/v2.0OS_USERNAME=adminOS_TENANT_NAME=demoWith these env variables set, I can run "keystone endpoint-list" and I see http://192.168.0.1:5000/v2.0"  as my publicurl for the keystone endpoint. So far so good. This also proves the user=admin, pass=openstack, tenant=demo are correct.The problem happens when I try to use glance (for anything). "glance image-list" for example returns an exception plus:NotAuthenticated : 401 Unauthorized
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.Authentication required
(HTTP 500)I don't have SERVICE_TOKEN variables set.I have seen this https://answers.launchpad.net/keystone/+question/212102 but it didn't solve my problem either.
Does anyone have a clue that might enlighten me?Thank you,Viktor
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Configuring tempurl in Openstack Swift

2013-04-30 Thread Shrinand Javadekar
Thanks for the reply John.

We have seen a few customers struggle when setting up tempurl. Its easy to
make them edit the proxy-server.conf file. But explaining the second step
is a bit tedious and error-prone. I've been thinking of having a python
script that does this. But something official would be better.

Would it be a good idea to add capability to the swift command line utility
to configure tempurl?


On Mon, Apr 29, 2013 at 8:48 PM, John Dickinson m...@not.mn wrote:

 There are no plans to change the current implementation of tempurl.

 In order to generate a tempurl that can be validated without relying on a
 network call to a centralized authority service, the owner and the service
 must have a shared secret. In the tempurl feature, this shared secret is
 set as a metadata key on the account. This allows the content owner to
 generate as many keys as necessary (without having to call an external
 service) and allows Swift to validate each one (without calling an external
 service).

 Note that an auth token is only needed in order to save the shared secret
 in the account metadata. Once the shared secret is set, neither the owner
 of the content nor the user of the tempurl (ie someone otherwise without
 access to the swift cluster) need a valid auth token to generate or use a
 tempurl.

 The only official docs for tempurl are at
 http://docs.openstack.org/developer/swift/misc.html#module-swift.common.middleware.tempurl(We
  should probably have some docs written for
 http://docs.openstack.org/api/openstack-object-storage/1.0/content/ on
 this feature.)

 --John



 On Apr 29, 2013, at 5:26 PM, Shrinand Javadekar shrin...@maginatics.com
 wrote:

  Hi,
 
  Configuring tempurl in openstack Swift requires two steps:
 
  1) Adding tempurl to the pipeline in proxy-server.conf
  2) Setting the tempurl key on the account.
 
  Step #1 above is fairly straight forward. However, step #2 is slightly
 complicated; at least as per [1]. It requires first authenticating the user
 and getting an auth token. Then make an http request with the
 X-Meta-Tempurl-key header to set the tempurl key.
 
  Are there easier ways to do this? If not, is it on the roadmap to do
 this easily?
 
  Thanks in advance.
  -Shri
 
  [1] http://failverse.com/using-temporary-urls-on-rackspace-cloud-files/
 
  ___
  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] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
Thanks very much Maru.

Another question...I'm playing around with Openstack Dashboard. What I can see 
is that after I launch a VM, a few ports will be created. Port details would 
also show the MAC address of the port(something like fa:16:3e:97:1f:b7). Is 
this MAC address the physical MAC address of the port on the NIC card? If not, 
what MAC address is it?

Thanks,

YuLing

-Original Message-
From: Maru Newby [mailto:ma...@redhat.com] 
Sent: Tuesday, April 30, 2013 2:03 AM
To: C, Yuling
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] anyone has a sample quantum.conf file that configures 
a valid quantum.log file?

On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:

  
  
 Hi,
  
 I'm new to Quantum and trying to set up an openstack quantum environment.
  
 I installed a single node environment using DevStack(on a VM) successfully. I 
 noticed that by default there is no log files for quantum. I tried to enable 
 the quantum logging using quantum.conf. However, I haven't been lucky enough 
 to get it work yet. Just wondering if anyone can share a working sample of 
 quantum.conf that enables logging to a log file?

The default devstack configuration is to have the processes log to a screen 
session.  If file output is desired, add the following to your localrc

SCREEN_LOGDIR=$DEST/logs/screen

This ensures that log output is also captured to disk - a file per service in 
the specified output directory.

Thanks,


Maru


  
 Thanks,
  
 YuLing
  
 ___
 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] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby

On Apr 30, 2013, at 11:21 AM, yulin...@dell.com wrote:

 Thanks very much Maru.
 
 Another question...I'm playing around with Openstack Dashboard. What I can 
 see is that after I launch a VM, a few ports will be created. Port details 
 would also show the MAC address of the port(something like 
 fa:16:3e:97:1f:b7). Is this MAC address the physical MAC address of the port 
 on the NIC card? If not, what MAC address is it?

It is likely the mac of a virtual nic (quantum port), though the specifics 
would depend on which Quantum plugin is configured.



 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 2:03 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:
 
 
 
 Hi,
 
 I'm new to Quantum and trying to set up an openstack quantum environment.
 
 I installed a single node environment using DevStack(on a VM) successfully. 
 I noticed that by default there is no log files for quantum. I tried to 
 enable the quantum logging using quantum.conf. However, I haven't been lucky 
 enough to get it work yet. Just wondering if anyone can share a working 
 sample of quantum.conf that enables logging to a log file?
 
 The default devstack configuration is to have the processes log to a screen 
 session.  If file output is desired, add the following to your localrc
 
 SCREEN_LOGDIR=$DEST/logs/screen
 
 This ensures that log output is also captured to disk - a file per service in 
 the specified output directory.
 
 Thanks,
 
 
 Maru
 
 
 
 Thanks,
 
 YuLing
 
 ___
 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] How to decommission a compute node

2013-04-30 Thread Greg Chavez
I'm just getting up and running with Folsom on Ubuntu 12.10.  Of two
compute nodes I have running, one of them died (some kind of grub
corruption).  So my next step is to re-kick it, but I don't know how to
remove the compute node from Nova.  I can do this:

root@kcon-gen-01i:~# nova-manage service disable --host=kvm-sn-10i
--service=nova-compute
root@kcon-gen-01i:~# nova-manage service list
Binary   Host Zone
Status State Updated_At
nova-certkcon-gen-01i  nova enabled
   :-)   2013-04-30 18:32:56
nova-consoleauth kcon-gen-01i  nova enabled
   :-)   2013-04-30 18:32:56
nova-scheduler   kcon-gen-01i  nova enabled
   :-)   2013-04-30 18:32:52
nova-compute kvm-sn-10inova
disabled   :-)   2013-04-30 18:32:54
nova-compute kvm-sn-14inova enabled
   :-)   2013-04-30 18:32:55

But the host itself is still there!

root@kcon-gen-01i:~# nova-manage host list | sed 's/cs-//'
host zone
kcon-gen-01i   nova
kvm-sn-10i nova
kvm-sn-14i nova

My concern is that when I bring kvm-sn-10i back to life, my controller node
won't be able to authorize it.

So what is the proper way to delete/remove/decommission a compute node?

Thanks.
-- 
\*..+.-
--Greg Chavez
+//..;};
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
if I launch one vm at a time its doesnt very long to start up the instance. 
maybe a minute.
if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

they are all launching to different compute nodes, the controllers are all 
multicore,
I dont see any processes on the compute nodes taking much cpu power, the 
controller has
a keystone process mostly sucking up 1 core, loads and loads of beam.smp from 
rabbitmq but
none are really taking any cpu time.

the glance image storage is on the controller node, the snapshots are 2-3G in 
size.

where should I start looking to find out why things are so slow?

thanks

s
-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #




signature.asc
Description: OpenPGP digital 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] launching multiple VMs takes very long time

2013-04-30 Thread Rick Jones

On 04/30/2013 11:42 AM, Steve Heistand wrote:

if I launch one vm at a time its doesnt very long to start up the instance. 
maybe a minute.
if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

they are all launching to different compute nodes, the controllers are all 
multicore,
I dont see any processes on the compute nodes taking much cpu power, the 
controller has
a keystone process mostly sucking up 1 core, loads and loads of beam.smp from 
rabbitmq but
none are really taking any cpu time.

the glance image storage is on the controller node, the snapshots are 2-3G in 
size.

where should I start looking to find out why things are so slow?


I am something of a networking guy so that will color my response :)

Is each  instance using the same image or a different one?  If a 
different one, the workload to the glance storage will become (I 
suspect) a random read workload accessing the four different images even 
though each individual stream may be sequential.  How much storage 
oomph do you have on/serving the glance/controller node?


After that, what do the network statistics look like?  Starting I 
suppose with the glance/controller node.  Take some snapshots over an 
interval in each case and run them through something like beforeafter:


netstat -s  before
...wait a defined/consistent moment...
netstat -s  after
beforeafter before after  delta

and go from there.

rick jones

/*
 * beforeafter
 *
 *   SYNOPSIS
 *
 *   beforeafter before_file after_file
 *
 *   Description
 *
 *   Subtract the numbers in before_file from the numbers in
 *   after_file.
 * 
 *   Example
 *
 *   # netstat -s  netstat.before
 *   # run some test here
 *	 # netstat -s  netstat.after
 *	 # beforeafter netstat.before netstat.after
 *
 *   Note
 *
 *   The long double is usually implemented as the IEEE double
 *   extended precision: its mantissa is _at_least_ 64 bits.
 *   Therefore, long double should be able to handle 64-bit
 *   integer numbers.
 */

#include stdio.h
#include ctype.h
#include unistd.h
#include stdlib.h

char	*USAGE = before_file after_file;

main(argc, argv)
int		argc;
char	*argv[];

{
FILE	*fp1;		/* before file */
FILE	*fp2;		/* after file */
char	*fname1;
char	*fname2;
int		i;
int		c;
int		c2;
int		separator  = 1;
int		separator2 = 1;
unsigned int	n1 = 0;
unsigned int	n2 = 0;
long double		d1 = 0.0;
long double		d2 = 0.0;
long double		delta = 0.0;
long double		p31;
long double		p32;
long double		p63;
long double		p64;

/*
 * Checke # of arguments.
 */
if (argc != 3) {
	long double	x;

	fprintf(stderr, Usage: %s %s\n, argv[0], USAGE);

	printf (\n);
	printf ( Testing how many decimal digits can be handled ...\n);
	printf ( #digits #bits  1=pass, 0=fail\n);
	x = 9.0L -
	8.0L;
	printf (%10s %6s   %1.0Lf\n,  9, ~30, x);
	x = 99.0L -
	98.0L;
	printf (%10s %6s   %1.0Lf\n, 18, ~60, x);
	x = 999.0L -
	998.0L;
	printf (%10s %6s   %1.0Lf\n, 27, ~90, x);
	x = 99.0L -
	98.0L;
	printf (%10s %6s   %1.0Lf\n, 30, ~100, x);
	x = 9.0L -
	8.0L;
	printf (%10s %6s   %1.0Lf\n, 33, ~110, x);
	x = .0L -
	9998.0L;
	printf (%10s %6s   %1.0Lf\n, 36, ~120, x);

	exit (1);
}
/*
 * Open files.
 */
fname1 = argv[1];
fname2 = argv[2];
fp1 = fopen(fname1, r);
fp2 = fopen(fname2, r);
if (!fp1 || !fp2) {
	fprintf(stderr, fp1 = %p  fp2 = %p, fp1, fp2);
	perror (Could not open files);
	exit (2);
}
/*
 * Prepare for 32-bit and 64-bit overflow check.
 */
for (p31=1.0, i=0; i31; i++) {
	p31 *= 2.0;			/* 2^31 */
}
p32 = p31 * 2.0;			/* 2^32 */
p63 = p31 * p32;			/* 2^63 */
p64 = p63 * 2.0;			/* 2^64 */

/*
 * Parse.
 */
while ((c = getc(fp1)) != EOF) {
	if (c==' ' || c=='\t' || c==':' || c=='(' || c=='\n') {
	printf(%c, c);
	separator = 1;
	} else if (!isdigit(c))	{
	printf(%c, c);
	separator = 0;
	} else {
	if (separator == 0) {
		printf(%c, c);	/* this digit is a part of a word */
		continue;
	}
	n1 = c - '0';
	d1 = n1;
	while ((c = getc(fp1)) != EOF) {
		if (isdigit(c))	{
		n1 = c - '0';
		d1 = 10.0 * d1 + n1;
		} else {
		break;
		}
	}
	/*
	 * Find the counterpart in the after file.
	 */
	while ((c2 = getc(fp2)) != EOF) {
		if (c2==' ' || c2=='\t' || c2==':' || c2=='(' || c2=='\n') {
		separator2 = 1;
		} else if (!isdigit(c2)) {
		separator2 = 0;
		} else {
		if (separator2 == 0) {
			continue;
		}
		n2 = c2 - '0';
		d2 = n2;
		while ((c2 = getc(fp2)) != EOF) {
			if (isdigit(c2)) 

Re: [Openstack] launching multiple VMs takes very long time

2013-04-30 Thread Eric_E_Smith
Perhaps network throughput where the snapshot is hosted (The controller node)?

-Original Message-
From: Openstack 
[mailto:openstack-bounces+eric_e_smith=dell@lists.launchpad.net] On Behalf 
Of Steve Heistand
Sent: Tuesday, April 30, 2013 1:43 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] launching multiple VMs takes very long time

if I launch one vm at a time its doesnt very long to start up the instance. 
maybe a minute.
if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

they are all launching to different compute nodes, the controllers are all 
multicore, I dont see any processes on the compute nodes taking much cpu power, 
the controller has a keystone process mostly sucking up 1 core, loads and loads 
of beam.smp from rabbitmq but none are really taking any cpu time.

the glance image storage is on the controller node, the snapshots are 2-3G in 
size.

where should I start looking to find out why things are so slow?

thanks

s
--

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #



___
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] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
They are all booting the same image. there still may be a random read issues
if they arent mostly synced in copying the file to the compute node.
But there isnt much of a load on the disk while the instances are being 
launched.
Its just a sata drive at this point so the performance isnt great but better 
then this.

The network isnt being used much either during launch.  At least as near as I 
can tell
from netstat and trying to move data around independently of openstack.

scp'ing a file for example from controller to compute (being launched on) shows 
basically
no different in speed vs no launch on at the same time.

I did have to drop the mtu9000 on the network devices. Not sure if it was the 
switch or what
but after so much data performance just tanked and stayed bad. on normal 
mtu1500 it stayed
good.


On 04/30/2013 11:56 AM, Rick Jones wrote:
 On 04/30/2013 11:42 AM, Steve Heistand wrote:
 if I launch one vm at a time its doesnt very long to start up the instance. 
 maybe a minute.
 if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

 they are all launching to different compute nodes, the controllers are all 
 multicore,
 I dont see any processes on the compute nodes taking much cpu power, the 
 controller has
 a keystone process mostly sucking up 1 core, loads and loads of beam.smp 
 from rabbitmq but
 none are really taking any cpu time.

 the glance image storage is on the controller node, the snapshots are 2-3G 
 in size.

 where should I start looking to find out why things are so slow?
 
 I am something of a networking guy so that will color my response :)
 
 Is each  instance using the same image or a different one?  If a 
 different one, the workload to the glance storage will become (I 
 suspect) a random read workload accessing the four different images even 
 though each individual stream may be sequential.  How much storage 
 oomph do you have on/serving the glance/controller node?
 
 After that, what do the network statistics look like?  Starting I 
 suppose with the glance/controller node.  Take some snapshots over an 
 interval in each case and run them through something like beforeafter:
 
 netstat -s  before
 ...wait a defined/consistent moment...
 netstat -s  after
 beforeafter before after  delta
 
 and go from there.
 
 rick jones
 

-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #




signature.asc
Description: OpenPGP digital 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] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
I guess that's not physical either... since ifConfig -a on the Ubuntu OS(where 
my VM resides) gave me different HWaddr (something like  5a:86:eb:95:1a:49).  
So, another question is whether I can get the physical NIC port MAC from 
Openstack Quantum? The plugin configured in my environment is OVS plugin.

Thanks,

YuLing

-Original Message-
From: Maru Newby [mailto:ma...@redhat.com] 
Sent: Tuesday, April 30, 2013 11:32 AM
To: C, Yuling
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] anyone has a sample quantum.conf file that configures 
a valid quantum.log file?


On Apr 30, 2013, at 11:21 AM, yulin...@dell.com wrote:

 Thanks very much Maru.
 
 Another question...I'm playing around with Openstack Dashboard. What I can 
 see is that after I launch a VM, a few ports will be created. Port details 
 would also show the MAC address of the port(something like 
 fa:16:3e:97:1f:b7). Is this MAC address the physical MAC address of the port 
 on the NIC card? If not, what MAC address is it?

It is likely the mac of a virtual nic (quantum port), though the specifics 
would depend on which Quantum plugin is configured.



 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 2:03 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:
 
 
 
 Hi,
 
 I'm new to Quantum and trying to set up an openstack quantum environment.
 
 I installed a single node environment using DevStack(on a VM) successfully. 
 I noticed that by default there is no log files for quantum. I tried to 
 enable the quantum logging using quantum.conf. However, I haven't been lucky 
 enough to get it work yet. Just wondering if anyone can share a working 
 sample of quantum.conf that enables logging to a log file?
 
 The default devstack configuration is to have the processes log to a screen 
 session.  If file output is desired, add the following to your localrc
 
 SCREEN_LOGDIR=$DEST/logs/screen
 
 This ensures that log output is also captured to disk - a file per service in 
 the specified output directory.
 
 Thanks,
 
 
 Maru
 
 
 
 Thanks,
 
 YuLing
 
 ___
 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] OpenStack in OpenStack Without a 'VT-x' CPU

2013-04-30 Thread Chris Bartels
Hi,

 

I've currently got my laptop  all its accessories for sale on eBay in hopes
of selling it so that I can raise money with which to purchase a cheap, used
server for the purpose of installing OpenStack on OpenStack. This so that I
can tinker with it  get my head wrapped around utilizing OpenStack in a HA
clustered configuration with Landscape  Juju in the new Ubuntu.

 

It appears that the server I had hoped to be able to buy, which had the kind
of Xeon processor which featured VT-x extensions, will likely be sold out by
the time my laptop sells, and this leaves me with some other, less desirable
servers available to me in my price range, some of which feature the older
kind of Xeon processor which do not feature the VT-x virtualization
technology.

 

I don't know if I should consider these as servers I might want to purchase
for my purposes- they could be a great value if they'll work with a nested
OpenStack setup.

 

It has been my experience, at least with ProxmoxVE, which is a KVM-based
bare-metal hypervisor distro, that when I would run ProxmoxVE nested inside
a ProxmoxVE, I wouldn't have KVM available to use in the nested OS, since
the required VT-x virtualization extensions were only available to the OS
that was installed to the bare metal,  not to the nested OS. They didn't
forward to the nested OS.

 

My question to you, is whether I'll be able to run KVM in a nested OpenStack
inside OpenStack when the VT-x is only available to the OpenStack that's
installed to the bare metal.

 

So, if the nested OpenStack doesn't need the VT-x to be forwarded to it by
the OpenStack that's installed to the bare metal, then does the OpenStack
that's installed to the bare metal require the VT-x extensions at all
either? Could I run KVM in both bare metal  nested tiers without VT-x being
present at all?

 

These wouldn't be production servers, so I don't care much about speed,
although I wouldn't be buying any whose CPU was less than 3.3GHz, so should
they be running fully emulated, I wouldn't mind the performance hit, because
their purpose is simply to allow me to familiarize myself with using
OpenStack in various configurations before I go  install it in a production
environment on high quality servers- in a year or 2 from now.

 

 

 

tl;dr-

1.   Does the nested KVM running inside the OpenStack that runs inside
another OpenStack get to take advantage of the VT-x of the host CPU?

2.   Does OpenStack on OpenStack running KVM in each need VT-x on the
host CPU at all to run properly?

 

Please advise.

 

 

Thanks in advance.

 

 

Kindest Regards,

Chris Bartels

___
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 cannot authenticate

2013-04-30 Thread Razique Mahroua
ok problem solved here.As I was using an HA cluster between two nodes, I forgot to add a link between the public IP of my APIs and the glance services - so Glance was running on one node as the IP was running on the other oneYou can use tcpdump in order to diagnose when it fails :$ tcpdump -nvv -s0 -A -o ethX (eth1 in my case) tcp and port 5000regards
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 30 avr. 2013 à 19:31, Razique Mahroua razique.mahr...@gmail.com a écrit :Funny,I'm facing the same issue today - are glance api/ registry conf files good ? (especially the [paste_deploy] flavor=keystone for both api and registry)what $ nova -debug image-show outputs?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpg

Le 30 avr. 2013 à 18:03, Viktor Viking viktor.viking...@gmail.com a écrit :Dear Openstackers,I'm facing authentication problems when running glance commands (e.g., glance image-list)I have my environment variables set in the following way:
OS_REGION_NAME=RegionOneOS_PASSWORD=openstackOS_AUTH_URL=http://192.168.0.1:5000/v2.0OS_USERNAME=adminOS_TENANT_NAME=demoWith these env variables set, I can run "keystone endpoint-list" and I see http://192.168.0.1:5000/v2.0"  as my publicurl for the keystone endpoint. So far so good. This also proves the user=admin, pass=openstack, tenant=demo are correct.The problem happens when I try to use glance (for anything). "glance image-list" for example returns an exception plus:NotAuthenticated : 401 Unauthorized
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.Authentication required
(HTTP 500)I don't have SERVICE_TOKEN variables set.I have seen this https://answers.launchpad.net/keystone/+question/212102 but it didn't solve my problem either.
Does anyone have a clue that might enlighten me?Thank you,Viktor
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Maru Newby
It is not possible to retrieve the physical mac port as you desire via 
Quantum's API.  The mapping of physical NIC to virtual NIC is plugin-specific 
and not exposed, though it can obviously be discovered manually.

What use-case are you thinking of that requires discovery of the physical mac 
that is transiting traffic for a given VM?

On Apr 30, 2013, at 1:10 PM, yulin...@dell.com wrote:

 I guess that's not physical either... since ifConfig -a on the Ubuntu 
 OS(where my VM resides) gave me different HWaddr (something like  
 5a:86:eb:95:1a:49).  So, another question is whether I can get the physical 
 NIC port MAC from Openstack Quantum? The plugin configured in my environment 
 is OVS plugin.
 
 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 11:32 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 
 On Apr 30, 2013, at 11:21 AM, yulin...@dell.com wrote:
 
 Thanks very much Maru.
 
 Another question...I'm playing around with Openstack Dashboard. What I can 
 see is that after I launch a VM, a few ports will be created. Port details 
 would also show the MAC address of the port(something like 
 fa:16:3e:97:1f:b7). Is this MAC address the physical MAC address of the port 
 on the NIC card? If not, what MAC address is it?
 
 It is likely the mac of a virtual nic (quantum port), though the specifics 
 would depend on which Quantum plugin is configured.
 
 
 
 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 2:03 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:
 
 
 
 Hi,
 
 I'm new to Quantum and trying to set up an openstack quantum environment.
 
 I installed a single node environment using DevStack(on a VM) successfully. 
 I noticed that by default there is no log files for quantum. I tried to 
 enable the quantum logging using quantum.conf. However, I haven't been 
 lucky enough to get it work yet. Just wondering if anyone can share a 
 working sample of quantum.conf that enables logging to a log file?
 
 The default devstack configuration is to have the processes log to a screen 
 session.  If file output is desired, add the following to your localrc
 
 SCREEN_LOGDIR=$DEST/logs/screen
 
 This ensures that log output is also captured to disk - a file per service 
 in the specified output directory.
 
 Thanks,
 
 
 Maru
 
 
 
 Thanks,
 
 YuLing
 
 ___
 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] no network error on folsom+quantum

2013-04-30 Thread Molnár Mihály László
dhcp is working now, and i can reach the dhcp's ip with ping, but the
router interface on the subnet doesnt reply to arp requests. any idea?

thanks!

Rusty


On Tue, Apr 30, 2013 at 7:15 PM, Molnár Mihály László
lacik...@gmail.com wrote:
 libvirt_use_virtio_for_bridges=false solved that now on vnet0 there
 are valid packets

 Rusty


 On Tue, Apr 30, 2013 at 5:57 PM, Molnár Mihály László
 lacik...@gmail.com wrote:
 Hi all,

 I installed OpenStack folsom using this guide:
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst
 It seems everything is ok, no errors in the log files, but there is no
 network for my VMs. Even 2 VM on the same compute node cant ping each
 other if I set ip manually on them. I have the feeling something is
 wrong at VNET interface, as this is the first and last point where I
 can see any activity originating from the VM. On other interfaces I
 cant see any activity/packets.

 Outputs:
 ifconfig: http://pastebin.com/0cKAfz8t
 brctl show: http://pastebin.com/yjGE7ZPG
 ovs-dpctl show: http://pastebin.com/tn6ndxSh
 ovs-vsctl show: http://pastebin.com/hfHRSTzL
 tcpdump from vnet0 when starting instance: http://pastebin.com/yBAMXhAk
 tcpdump vnet0 sending out icmp echo requests: http://pastebin.com/pcmDeAMS

 I did everything like in the guide, except i use qemu and using other
 IPs. Any idea what is wrong, what did i miss/do wrong? Google not
 helped me in this case. I reinstalled the whole system because the
 same problem (no network) but i thought i missed maybe something then
 from the guide.

 Any help would be appreciated!

 Thanks!

 Rusty

___
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] Configuring tempurl in Openstack Swift

2013-04-30 Thread Samuel Merritt
The tempurl key is just a metadata attribute on the account with a 
particular name. swiftclient already supports setting metadata on 
accounts (and containers and objects); no changes are needed.


$ swift post -m temp-url-key:correcthorsebatterystaple

On 4/30/13 10:43 AM, Shrinand Javadekar wrote:

Thanks for the reply John.

We have seen a few customers struggle when setting up tempurl. Its easy
to make them edit the proxy-server.conf file. But explaining the second
step is a bit tedious and error-prone. I've been thinking of having a
python script that does this. But something official would be better.

Would it be a good idea to add capability to the swift command line
utility to configure tempurl?


On Mon, Apr 29, 2013 at 8:48 PM, John Dickinson m...@not.mn
mailto:m...@not.mn wrote:

There are no plans to change the current implementation of tempurl.

In order to generate a tempurl that can be validated without relying
on a network call to a centralized authority service, the owner and
the service must have a shared secret. In the tempurl feature, this
shared secret is set as a metadata key on the account. This allows
the content owner to generate as many keys as necessary (without
having to call an external service) and allows Swift to validate
each one (without calling an external service).

Note that an auth token is only needed in order to save the shared
secret in the account metadata. Once the shared secret is set,
neither the owner of the content nor the user of the tempurl (ie
someone otherwise without access to the swift cluster) need a valid
auth token to generate or use a tempurl.

The only official docs for tempurl are at

http://docs.openstack.org/developer/swift/misc.html#module-swift.common.middleware.tempurl
(We should probably have some docs written for
http://docs.openstack.org/api/openstack-object-storage/1.0/content/
on this feature.)

--John



On Apr 29, 2013, at 5:26 PM, Shrinand Javadekar
shrin...@maginatics.com mailto:shrin...@maginatics.com wrote:

  Hi,
 
  Configuring tempurl in openstack Swift requires two steps:
 
  1) Adding tempurl to the pipeline in proxy-server.conf
  2) Setting the tempurl key on the account.
 
  Step #1 above is fairly straight forward. However, step #2 is
slightly complicated; at least as per [1]. It requires first
authenticating the user and getting an auth token. Then make an http
request with the X-Meta-Tempurl-key header to set the tempurl key.
 
  Are there easier ways to do this? If not, is it on the roadmap to
do this easily?
 
  Thanks in advance.
  -Shri
 
  [1]
http://failverse.com/using-temporary-urls-on-rackspace-cloud-files/
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
mailto: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] launching multiple VMs takes very long time

2013-04-30 Thread Melanie Witt

This presentation from the summit might be of interest to you:

http://www.openstack.org/summit/portland-2013/session-videos/presentation/scaling-the-boot-barrier-identifying-and-eliminating-contention-in-openstack

I couldn't find just the slide deck anywhere so far.

Your issue is different being that you're seeing 30 minute launch time, that's extreme, but this 
info might help you get a high level picture of the flow.


Melanie

On 4/30/13 11:42 AM, Steve Heistand wrote:

if I launch one vm at a time its doesnt very long to start up the instance. 
maybe a minute.
if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

they are all launching to different compute nodes, the controllers are all 
multicore,
I dont see any processes on the compute nodes taking much cpu power, the 
controller has
a keystone process mostly sucking up 1 core, loads and loads of beam.smp from 
rabbitmq but
none are really taking any cpu time.

the glance image storage is on the controller node, the snapshots are 2-3G in 
size.

where should I start looking to find out why things are so slow?

thanks

s



___
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] launching multiple VMs takes very long time

2013-04-30 Thread Steve Heistand
this certainly looks promising..

thanks

s


On 04/30/2013 01:36 PM, Melanie Witt wrote:
 This presentation from the summit might be of interest to you:
 
 http://www.openstack.org/summit/portland-2013/session-videos/presentation/scaling-the-boot-barrier-identifying-and-eliminating-contention-in-openstack
 
 I couldn't find just the slide deck anywhere so far.
 
 Your issue is different being that you're seeing 30 minute launch time, 
 that's extreme, but this 
 info might help you get a high level picture of the flow.
 
 Melanie
 
 On 4/30/13 11:42 AM, Steve Heistand wrote:
 if I launch one vm at a time its doesnt very long to start up the instance. 
 maybe a minute.
 if I launch 4 instances (of the same snapshot as before) it takes 30 minutes.

 they are all launching to different compute nodes, the controllers are all 
 multicore,
 I dont see any processes on the compute nodes taking much cpu power, the 
 controller has
 a keystone process mostly sucking up 1 core, loads and loads of beam.smp 
 from rabbitmq but
 none are really taking any cpu time.

 the glance image storage is on the controller node, the snapshots are 2-3G 
 in size.

 where should I start looking to find out why things are so slow?

 thanks

 s



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

 

-- 

 Steve Heistand   NASA Ames Research Center
 SciCon Group Mail Stop 258-6
 steve.heist...@nasa.gov  (650) 604-4369  Moffett Field, CA 94035-1000

 Any opinions expressed are those of our alien overlords, not my own.

# For Remedy#
#Action: Resolve#
#Resolution: Resolved   #
#Reason: No Further Action Required #
#Tier1: User Code   #
#Tier2: Other   #
#Tier3: Assistance  #
#Notification: None #




signature.asc
Description: OpenPGP digital 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] Configuring tempurl in Openstack Swift

2013-04-30 Thread Shrinand Javadekar
Oh cool.. Didn't know about this. Will try this out.


On Tue, Apr 30, 2013 at 1:37 PM, Samuel Merritt s...@swiftstack.com wrote:

 The tempurl key is just a metadata attribute on the account with a
 particular name. swiftclient already supports setting metadata on accounts
 (and containers and objects); no changes are needed.

 $ swift post -m temp-url-key:**correcthorsebatterystaple


 On 4/30/13 10:43 AM, Shrinand Javadekar wrote:

 Thanks for the reply John.

 We have seen a few customers struggle when setting up tempurl. Its easy
 to make them edit the proxy-server.conf file. But explaining the second
 step is a bit tedious and error-prone. I've been thinking of having a
 python script that does this. But something official would be better.

 Would it be a good idea to add capability to the swift command line
 utility to configure tempurl?


 On Mon, Apr 29, 2013 at 8:48 PM, John Dickinson m...@not.mn
 mailto:m...@not.mn wrote:

 There are no plans to change the current implementation of tempurl.

 In order to generate a tempurl that can be validated without relying
 on a network call to a centralized authority service, the owner and
 the service must have a shared secret. In the tempurl feature, this
 shared secret is set as a metadata key on the account. This allows
 the content owner to generate as many keys as necessary (without
 having to call an external service) and allows Swift to validate
 each one (without calling an external service).

 Note that an auth token is only needed in order to save the shared
 secret in the account metadata. Once the shared secret is set,
 neither the owner of the content nor the user of the tempurl (ie
 someone otherwise without access to the swift cluster) need a valid
 auth token to generate or use a tempurl.

 The only official docs for tempurl are at
 http://docs.openstack.org/**developer/swift/misc.html#**
 module-swift.common.**middleware.tempurlhttp://docs.openstack.org/developer/swift/misc.html#module-swift.common.middleware.tempurl
 (We should probably have some docs written for
 http://docs.openstack.org/api/**openstack-object-storage/1.0/**
 content/http://docs.openstack.org/api/openstack-object-storage/1.0/content/
 on this feature.)

 --John



 On Apr 29, 2013, at 5:26 PM, Shrinand Javadekar
 shrin...@maginatics.com 
 mailto:shrinand@maginatics.**comshrin...@maginatics.com
 wrote:

   Hi,
  
   Configuring tempurl in openstack Swift requires two steps:
  
   1) Adding tempurl to the pipeline in proxy-server.conf
   2) Setting the tempurl key on the account.
  
   Step #1 above is fairly straight forward. However, step #2 is
 slightly complicated; at least as per [1]. It requires first
 authenticating the user and getting an auth token. Then make an http
 request with the X-Meta-Tempurl-key header to set the tempurl key.
  
   Are there easier ways to do this? If not, is it on the roadmap to
 do this easily?
  
   Thanks in advance.
   -Shri
  
   [1]
 http://failverse.com/using-**temporary-urls-on-rackspace-**
 cloud-files/http://failverse.com/using-temporary-urls-on-rackspace-cloud-files/
  
   __**_
   Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
 mailto:openstack@lists.**launchpad.netopenstack@lists.launchpad.net
 

   Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
   More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp




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



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


[Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Joe Topjian
Hello,

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

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

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

Traffic isn't flowing properly, though.

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

However, I have found that if I create a bridge with the same MAC as the
interface that I'm adding to the bridge, traffic flows correctly:

ovs-vsctl set bridge br-eth0 other-config:hwaddr=aa:bb:cc:00:11:22

My best guess is that there's something (L2) blocking the flow of traffic,
but I'm not exactly sure where to start looking. I think it's safe to
assume that Open vSwitch on the OpenStack servers is doing the blocking but
I think it's Quantum that's implementing the blocking since if I use Open
vSwitch with nova-network, this problem doesn't happen.

Does anyone have any pointers? Or even a fix?

Thanks,
Joe

-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

2013-04-30 Thread Dugger, Donald D
I don't claim to be an expert on OpenStack on OpenStack but I don't believe you 
need VTx at all.  IPMI, yes you need that, but not VTx.

The idea behind OS on OS is that you are installing an image onto the bare 
metal host, you are not utilizing the VTx features nor are you using KVM.  You 
need something like IPMI so that you can kick start the bare metal host but the 
whole idea is that there is nothing on the host to begin with so KVM support is 
not an issue.  Once you've kick started the host to run the OpenStack code 
then, since the normal OpenStack code is running, you can use KVM (if the host 
supports VTx or SVM) or `qemu' (on any x86 machine) to run instances..

As a side note, nested virtualization (the ability to run a hypervisor inside a 
virtualized guest) is something that we at Intel are interested in and working 
on but there are no distributions that officially support this feature in a 
production environment - yet.

--
Don Dugger
Censeo Toto nos in Kansa esse decisse. - D. Gale
Ph: 303/443-3786

From: Openstack 
[mailto:openstack-bounces+donald.d.dugger=intel@lists.launchpad.net] On 
Behalf Of Chris Bartels
Sent: Tuesday, April 30, 2013 2:12 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] OpenStack in OpenStack Without a 'VT-x' CPU

Hi,

I've currently got my laptop  all its accessories for sale on eBay in hopes of 
selling it so that I can raise money with which to purchase a cheap, used 
server for the purpose of installing OpenStack on OpenStack. This so that I can 
tinker with it  get my head wrapped around utilizing OpenStack in a HA 
clustered configuration with Landscape  Juju in the new Ubuntu.

It appears that the server I had hoped to be able to buy, which had the kind of 
Xeon processor which featured VT-x extensions, will likely be sold out by the 
time my laptop sells, and this leaves me with some other, less desirable 
servers available to me in my price range, some of which feature the older kind 
of Xeon processor which do not feature the VT-x virtualization technology.

I don't know if I should consider these as servers I might want to purchase for 
my purposes- they could be a great value if they'll work with a nested 
OpenStack setup.

It has been my experience, at least with ProxmoxVE, which is a KVM-based 
bare-metal hypervisor distro, that when I would run ProxmoxVE nested inside a 
ProxmoxVE, I wouldn't have KVM available to use in the nested OS, since the 
required VT-x virtualization extensions were only available to the OS that was 
installed to the bare metal,  not to the nested OS. They didn't forward to the 
nested OS.

My question to you, is whether I'll be able to run KVM in a nested OpenStack 
inside OpenStack when the VT-x is only available to the OpenStack that's 
installed to the bare metal.

So, if the nested OpenStack doesn't need the VT-x to be forwarded to it by the 
OpenStack that's installed to the bare metal, then does the OpenStack that's 
installed to the bare metal require the VT-x extensions at all either? Could I 
run KVM in both bare metal  nested tiers without VT-x being present at all?

These wouldn't be production servers, so I don't care much about speed, 
although I wouldn't be buying any whose CPU was less than 3.3GHz, so should 
they be running fully emulated, I wouldn't mind the performance hit, because 
their purpose is simply to allow me to familiarize myself with using OpenStack 
in various configurations before I go  install it in a production environment 
on high quality servers- in a year or 2 from now.



tl;dr-

1.   Does the nested KVM running inside the OpenStack that runs inside 
another OpenStack get to take advantage of the VT-x of the host CPU?

2.   Does OpenStack on OpenStack running KVM in each need VT-x on the host 
CPU at all to run properly?

Please advise.


Thanks in advance.


Kindest Regards,
Chris Bartels
___
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] launching multiple VMs takes very long time

2013-04-30 Thread Rick Jones

On 04/30/2013 01:36 PM, Melanie Witt wrote:

This presentation from the summit might be of interest to you:

http://www.openstack.org/summit/portland-2013/session-videos/presentation/scaling-the-boot-barrier-identifying-and-eliminating-contention-in-openstack


A nice presentation.  Based on his comment at the end, I did the web 
search and found his slides at:


http://www.cs.utoronto.ca/~peter/feiner_slides_openstack_summit_portland_2013.pdf

A caveat/nit/whatnot about looking at overall system CPU utilization and 
assuming no CPU bottleneck (the hardware portion at the beginning) at 
points even well below 100% utilization - with multiple CPUs in a system 
now, there are for example, many ways for there to be 50% overall CPU 
utilization.  It could be that all the CPUs are indeed at 50% util, but 
it could also be that 1/2 the CPUs are at 100% and the other half are 
idle.  Now, perhaps that fits in the space between a hardware and a 
software bottleneck, but I'd be cautious about overall CPU utilization 
figures.


For example, a single or small number of CPUs saturating can happen 
rather easily in some networking workloads - the CPU servicing 
interrupts from the NIC (or CPUs if the NIC is multiqueue) can saturate. 
 I'd consider that a hardware saturation, even though many of the other 
CPUs in the system are largely idle.  That is why in later versions of 
netperf, there is a way to report the ID and utilization of the most 
utilized CPU during a test, in addition to reporting the overall CPU 
utilization.


rick jones

___
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] [CI] Mailman and Meetbot Downtime

2013-04-30 Thread Clark Boylan
Ubuntu Oneiric Ocelot will end of life on May 9, 2013.
lists.openstack.org and eavesdrop.openstack.org are currently both
running Oneiric. The Infra team will be moving these services (mailman
mail lists and meetbot) to new Ubuntu Precise hosts on May 4, 2013 from
1600-1700 UTC.

During this time period meetbot may not log IRC channels and mailman
may not send and receive mail.  Remote systems should queue mail
addressed to mailing lists during the downtime, so no messages should
be lost.

If you have any questions or concerns let us know.

Thanks,
Clark Boylan

___
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] anyone has a sample quantum.conf file that configures a valid quantum.log file?

2013-04-30 Thread Yuling_C
Hi Maru,

Actually in VMWare case, we will be able to see the physical NIC port address 
from VCenter(View Network Adapters in Configuration tab of the physical cluster 
node). I'm not sure how I can get the same information in OVS case...

When you mentioned 'it can obviously be discovered manually', what exactly did 
you refer to?

Thanks very much,

YuLing

-Original Message-
From: Maru Newby [mailto:ma...@redhat.com] 
Sent: Tuesday, April 30, 2013 1:23 PM
To: C, Yuling
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] anyone has a sample quantum.conf file that configures 
a valid quantum.log file?

It is not possible to retrieve the physical mac port as you desire via 
Quantum's API.  The mapping of physical NIC to virtual NIC is plugin-specific 
and not exposed, though it can obviously be discovered manually.

What use-case are you thinking of that requires discovery of the physical mac 
that is transiting traffic for a given VM?

On Apr 30, 2013, at 1:10 PM, yulin...@dell.com wrote:

 I guess that's not physical either... since ifConfig -a on the Ubuntu 
 OS(where my VM resides) gave me different HWaddr (something like  
 5a:86:eb:95:1a:49).  So, another question is whether I can get the physical 
 NIC port MAC from Openstack Quantum? The plugin configured in my environment 
 is OVS plugin.
 
 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 11:32 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 
 On Apr 30, 2013, at 11:21 AM, yulin...@dell.com wrote:
 
 Thanks very much Maru.
 
 Another question...I'm playing around with Openstack Dashboard. What I can 
 see is that after I launch a VM, a few ports will be created. Port details 
 would also show the MAC address of the port(something like 
 fa:16:3e:97:1f:b7). Is this MAC address the physical MAC address of the port 
 on the NIC card? If not, what MAC address is it?
 
 It is likely the mac of a virtual nic (quantum port), though the specifics 
 would depend on which Quantum plugin is configured.
 
 
 
 Thanks,
 
 YuLing
 
 -Original Message-
 From: Maru Newby [mailto:ma...@redhat.com] 
 Sent: Tuesday, April 30, 2013 2:03 AM
 To: C, Yuling
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] anyone has a sample quantum.conf file that 
 configures a valid quantum.log file?
 
 On Apr 29, 2013, at 6:03 PM, yulin...@dell.com wrote:
 
 
 
 Hi,
 
 I'm new to Quantum and trying to set up an openstack quantum environment.
 
 I installed a single node environment using DevStack(on a VM) successfully. 
 I noticed that by default there is no log files for quantum. I tried to 
 enable the quantum logging using quantum.conf. However, I haven't been 
 lucky enough to get it work yet. Just wondering if anyone can share a 
 working sample of quantum.conf that enables logging to a log file?
 
 The default devstack configuration is to have the processes log to a screen 
 session.  If file output is desired, add the following to your localrc
 
 SCREEN_LOGDIR=$DEST/logs/screen
 
 This ensures that log output is also captured to disk - a file per service 
 in the specified output directory.
 
 Thanks,
 
 
 Maru
 
 
 
 Thanks,
 
 YuLing
 
 ___
 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] How to decommission a compute node

2013-04-30 Thread Daniels Cai
nova didn't provide a interface to do it

I delete the host directly from nova db after disable it.


Daniels Cai

http://dnscai.com

在 2013-5-1,2:40,Greg Chavez greg.cha...@gmail.com 写道:


 I'm just getting up and running with Folsom on Ubuntu 12.10.  Of two compute 
 nodes I have running, one of them died (some kind of grub corruption).  So my 
 next step is to re-kick it, but I don't know how to remove the compute node 
 from Nova.  I can do this:

 root@kcon-gen-01i:~# nova-manage service disable --host=kvm-sn-10i 
 --service=nova-compute
 root@kcon-gen-01i:~# nova-manage service list
 Binary   Host Zone Status 
 State Updated_At
 nova-certkcon-gen-01i  nova enabled   
  :-)   2013-04-30 18:32:56
 nova-consoleauth kcon-gen-01i  nova enabled   
  :-)   2013-04-30 18:32:56
 nova-scheduler   kcon-gen-01i  nova enabled   
  :-)   2013-04-30 18:32:52
 nova-compute kvm-sn-10inova disabled  
  :-)   2013-04-30 18:32:54
 nova-compute kvm-sn-14inova enabled   
  :-)   2013-04-30 18:32:55

 But the host itself is still there!

 root@kcon-gen-01i:~# nova-manage host list | sed 's/cs-//'
 host  zone
 kcon-gen-01i  nova
 kvm-sn-10inova
 kvm-sn-14inova

 My concern is that when I bring kvm-sn-10i back to life, my controller node 
 won't be able to authorize it.

 So what is the proper way to delete/remove/decommission a compute node?

 Thanks.
 --
 \*..+.-
 --Greg Chavez
 +//..;};
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
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] Announcing Murano OpenStack project

2013-04-30 Thread Georgy Okrokvertskhov
At Mirantis within our customer and partner base we see growing demand to
deploy and run Windows based applications on OpenStack cloud. Today we are
pleased to announce the forthcoming Murano project, which is designed to
ease this process.  The main goal of this initiative is to create a native
OpenStack component that enables fast provisioning and operation of Windows
Environments on demand.
*
*
*

Murano:

   -

   is native to OpenStack
   -

   introduces an abstraction level for Windows Environments
   -

   supports Availability Zones and Disaster Recovery scenarios
   -

   uses native Windows features for HA solutions


Murano is an open-source initiative we initiated at Mirantis. We would
appreciate all of your feedback and comments as we head for release.
 Please check out these links for more information, source code, and so on.

Here are the key links:

* Project blueprint: https://wiki.openstack.org/wiki/Murano

* Roadmap: https://wiki.openstack.org/wiki/Murano/Roadmap

* API draft: http://murano.mirantis.com/content/ch04.html

* Sources: sources info https://wiki.openstack.org/wiki/Murano#More_info

* Launchpad project: https://launchpad.net/murano

* Quickstart: Installation Guidehttp://murano.mirantis.com/content/ch05.html

* Horizon screenshots: Horizon
screenshotshttp://murano.mirantis.com/content/ch06.html

To ask questions or make proposals, feel free to comment here, post a
message on the OpenStack mailing list, or  reach us on the #murano IRC
channel at freenode. Typically somebody from our team will be online in irc
from 6:00 to 20:00 UTC. You can also contact the Murano community directly
by sending an email  to mur...@lists.launchpad.net (please, note that your
email address should be registered in launchpad, otherwise your mail will
be ignored by the mailing system).

We will also be holding weekly public community meetings on
#openstack-meeting-alt
IRC channel Mondays at 18:00 UTC.

We are very excited about the Murano project, and as always welcome your
contributions, participation, and pull requests via github.*

Regards
-- 
Georgy Okrokvertskhov
Technical Program Manager,
Cloud and Infrastructure Services,
Mirantis
http://www.mirantis.com
Tel. +1 650 963 9828
Mob. +1 650 996 3284
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Salvatore Orlando
Hi Joe,

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

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

Salvatore

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



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

 Hello,

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

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

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

 Traffic isn't flowing properly, though.

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

 However, I have found that if I create a bridge with the same MAC as the
 interface that I'm adding to the bridge, traffic flows correctly:

 ovs-vsctl set bridge br-eth0 other-config:hwaddr=aa:bb:cc:00:11:22

 My best guess is that there's something (L2) blocking the flow of traffic,
 but I'm not exactly sure where to start looking. I think it's safe to
 assume that Open vSwitch on the OpenStack servers is doing the blocking but
 I think it's Quantum that's implementing the blocking since if I use Open
 vSwitch with nova-network, this problem doesn't happen.

 Does anyone have any pointers? Or even a fix?

 Thanks,
 Joe

 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

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

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


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


Re: [Openstack] Nested Open vSwitch Bridges

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

Aaron


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

 Hi Joe,

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

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

 Salvatore

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



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

 Hello,

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

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

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

 Traffic isn't flowing properly, though.

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

 However, I have found that if I create a bridge with the same MAC as the
 interface that I'm adding to the bridge, traffic flows correctly:

 ovs-vsctl set bridge br-eth0 other-config:hwaddr=aa:bb:cc:00:11:22

 My best guess is that there's something (L2) blocking the flow of
 traffic, but I'm not exactly sure where to start looking. I think it's safe
 to assume that Open vSwitch on the OpenStack servers is doing the blocking
 but I think it's Quantum that's implementing the blocking since if I use
 Open vSwitch with nova-network, this problem doesn't happen.

 Does anyone have any pointers? Or even a fix?

 Thanks,
 Joe

 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

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

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



 ___
 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] Nested Open vSwitch Bridges

2013-04-30 Thread Salvatore Orlando
I was not aware that security groups for OVS already enforced anti spoofing
rules.
That's good to know.

Salvatore


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

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

 Aaron


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

 Hi Joe,

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

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

 Salvatore

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



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

 Hello,

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

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

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

 Traffic isn't flowing properly, though.

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

 However, I have found that if I create a bridge with the same MAC as the
 interface that I'm adding to the bridge, traffic flows correctly:

 ovs-vsctl set bridge br-eth0 other-config:hwaddr=aa:bb:cc:00:11:22

 My best guess is that there's something (L2) blocking the flow of
 traffic, but I'm not exactly sure where to start looking. I think it's safe
 to assume that Open vSwitch on the OpenStack servers is doing the blocking
 but I think it's Quantum that's implementing the blocking since if I use
 Open vSwitch with nova-network, this problem doesn't happen.

 Does anyone have any pointers? Or even a fix?

 Thanks,
 Joe

 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

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

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



 ___
 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] [ASK] About/Help page for ask.openstack.org

2013-04-30 Thread Stefano Maffulli

Hello folks,

the traffic on http://ask.openstack.org is increasing and I thought that 
it would be good to provide a way to help people get the most out of the 
tool. In Portland I got inspiration from Jorge Castro, very active on 
Ask Ubuntu so today I put online a first attempt at providing some 
instructions on:


 https://ask.openstack.org/about/
(aside from the screenshots, most content comes from Ask Ubuntu :))

The gist of it is that Ask is a place for dry questions and answers: no 
need to start the question with hello and no need to finish it with 
please. Just awesome content produced by us, the whole community. Ask 
is not a forum, we should avoid conversations around opinions (use the 
mailing lists for that) or too wide questions.


For moderators: edit the hell out of questions and answers, don't be 
afraid to close questions that are off topic, too wide, opinion based, 
duplicates. Politely write in a comment the reason for closing the 
question and move on to the next one.


Everybody: give answers where you can, improve the questions by fixing 
formatting, spread the word about Ask OpenStack.


Let me know what you think about the about/help page.

thanks,
stef

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

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


Re: [Openstack] ceilometer and heat tutorial

2013-04-30 Thread Pádraig Brady
On 04/28/2013 07:35 PM, Michaël Van de Borne wrote:
 Le 26/04/2013 20:28, Steven Hardy a écrit :
 On Fri, Apr 26, 2013 at 05:02:54PM +0200, Michaël Van de Borne wrote:
 Hi all,

 I'm looking for install and usage tutorials for ceilometer and heat.
 The best I could find so far are these:
 - ceilometer: http://docs.openstack.org/developer/ceilometer/install.html
 - heat: 
 https://wiki.openstack.org/wiki/Heat/GettingStartedUsingMasterOnUbuntu

 Unfortunately, they seem to be intended for developers. Still have
 to git clone the softwares.

 I'm looking for tutorials like this one:
 http://docs.openstack.org/trunk/basic-install/content/
 (using apt-get, telling how to configure everything on every node,
 and finishing with a simple use case to validate the installation).

 Does anyone have something like this?
 For Heat, the we don't yet have this sort of package-orientated
 documentation, for Ubuntu this is because heat is not yet packaged for
 Ubuntu, it is now in Debian Experimental though:

 https://launchpad.net/debian/experimental/+source/heat/2013.1-1

 Heat is packaged for Fedora, there are some instructions here:

 http://fedoraproject.org/wiki/Test_Day:2012-09-18_OpenStack

 thank you steve. Would you please keep posted as soon as a tutorial is 
 available. I'm looking forward to test Heat.

 Anybody has a good tutorial about ceilometer?

Note there was a newer Grizzly test day for Fedora which included
Ceilometer notes as well as the previously mentioned heat notes:

https://fedoraproject.org/wiki/Test_Day:2013-04-02_OpenStack#Heat_basic_functionality
https://fedoraproject.org/wiki/Test_Day:2013-04-02_OpenStack#Ceilometer_functionality

Note also that both heat and ceilometer are packaged for RHEL and derivatives,
which you can try quickly in a VM or on baremetal by following the simple 
process at
http://openstack.redhat.com/Quickstart and then following the Ceilometer 
instructions
at the URL above.

thanks,
Pádraig.

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


Re: [Openstack] Nested Open vSwitch Bridges

2013-04-30 Thread Joe Topjian
Thank you both for the information.

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

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

Thanks again,
Joe


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

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

 Salvatore


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

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

 Aaron


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

 Hi Joe,

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

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

 Salvatore

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



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

 Hello,

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

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

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

 Traffic isn't flowing properly, though.

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

 However, I have found that if I create a bridge with the same MAC as
 the interface that I'm adding to the bridge, traffic flows correctly:

 ovs-vsctl set bridge br-eth0 other-config:hwaddr=aa:bb:cc:00:11:22

 My best guess is that there's something (L2) blocking the flow of
 traffic, but I'm not exactly sure where to start looking. I think it's safe
 to assume that Open vSwitch on the OpenStack servers is doing the blocking
 but I think it's Quantum that's implementing the blocking since if I use
 Open vSwitch with nova-network, this problem doesn't happen.

 Does anyone have any pointers? Or even a fix?

 Thanks,
 Joe

 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

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

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



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






-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
Thanks Calvin. It was an update issue. I ran apt-get upgrade instead of
dist-upgrade.

--
Shashank Sahni


On Tue, Apr 30, 2013 at 6:05 PM, Calvin Walton calvin.wal...@kepstin.cawrote:

 On Tue, 2013-04-30 at 16:06 +0530, Shashank Sahni wrote:
  Hi Calvin,
 
  Thank you for the reply. It solved the db sync issue. But soon after
  this, the nova-compute daemons started throwing the following trace.
 
  2013-04-30 15:53:21 TRACE nova OperationalError: (OperationalError)
 (1054,
  Unknown column 'instance_metadata_1.instance_id' in 'field list')
 
  When I checked the instance_metatdata table, I found that it has
  instance_uuid as a field and not instance_id. It seems to be another
  issue with db sync.
 
  Suggestions?

 From

 https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/migrate_repo/versions/133_folsom.py#L349
 It looks like 'instance_uuid' is the correct column name in Folsom. Are
 you sure that you've updated your nova-compute packages to the Folsom
 version and restarted all of the nova services?

 The simplest explanation for this error is that you have an Essex
 service accessing the Folsom database.

 --
 Calvin Walton calvin.wal...@kepstin.ca

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


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/70/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 02:31:36 -0400Build duration:1 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImprove Python 3.x compatibilityby dirkeditquantum/server/__init__.pyeditquantum/tests/unit/database_stubs.pyeditquantum/plugins/cisco/tests/unit/test_database.pyeditquantum/agent/dhcp_agent.pyeditquantum/plugins/nec/common/ofc_client.pyeditquantum/db/api.pyeditquantum/db/migration/cli.pyeditquantum/openstack/common/rpc/impl_zmq.pyeditquantum/agent/linux/ovs_lib.pyeditquantum/wsgi.pyeditquantum/plugins/ryu/agent/ryu_quantum_agent.pyeditquantum/plugins/services/agent_loadbalancer/drivers/haproxy/namespace_driver.pyConsole Output[...truncated 1762 lines...]dch -a [152f3cf] Create veth peer in namespace.dch -a [9c21592] Imported Translations from Transifexdch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-740aff5f-40e6-4f9d-9df5-70d45a478af9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-740aff5f-40e6-4f9d-9df5-70d45a478af9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/71/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 03:01:36 -0400Build duration:1 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditquantum/locale/quantum.poteditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poConsole Output[...truncated 1765 lines...]dch -a [152f3cf] Create veth peer in namespace.dch -a [9c21592] Imported Translations from Transifexdch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d383141b-3dae-460c-b9d3-179947bca52a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d383141b-3dae-460c-b9d3-179947bca52a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/31/Project:precise_havana_glance_trunkDate of build:Tue, 30 Apr 2013 04:31:35 -0400Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesGracefully handle qpid errorsby bnemeceditglance/tests/unit/test_notifier.pyeditglance/notifier/notify_qpid.pyConsole Output[...truncated 2670 lines...]ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201304300431~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpgmM1Mf/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpgmM1Mf/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log e6e02cd147b3b22dc39344df48d3e40abf024240..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201304300431~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedch -a [459e3e6] Sync with oslo-incubator copy of setup.py and version.pydch -a [1e98e10] Gracefully handle qpid errorsdch -a [6780571] Fix Qpid test casesdch -a [cd00848] Fix the deletion of a pending_delete image.dch -a [1e49329] Fix functional test 'test_scrubber_with_metadata_enc'dch -a [1c5a4d2] Call monkey_patch before other modules are loadeddch -a [6eaf42a] Improve unit tests for glance.api.middleware.cache moduledch -a [ae0f904] Add GridFS storedch -a [28b1129] Verify SSL certificates at boot timedch -a [b1ac90f] Add a policy handler to control copy-from functionalitydch -a [62068a3] Remove internal store references from migration 015dch -a [7155134] Add unit tests for glance.api.cached_images moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201304300431~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A glance_2013.2+git201304300431~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201304300431~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201304300431~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/2/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:15:12 -0400Build duration:1 min 40 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1991 lines...]Job: ceilometer_2013.2+git201304300615~saucy-0ubuntu1.dscMachine Architecture: amd64Package: ceilometerPackage-Time: 0Source-Version: 2013.2+git201304300615~saucy-0ubuntu1Space: 0Status: failedVersion: 2013.2+git201304300615~saucy-0ubuntu1Finished at 20130430-0616Build needed 00:00:00, 0k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201304300615~saucy-0ubuntu1.dsc']' returned non-zero exit status 1ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201304300615~saucy-0ubuntu1.dsc']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpmAJPOn/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpmAJPOn/ceilometer/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+git201304300615~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [7da469b] Pin SQLAlchemy to 0.7.xdch -a [09fec9d] Ceilometer configuration.rst file not using right param names for loggingdch -a [94bf535] Fix require_map_reduce mim importdch -a [a9267fd] Extend swift middleware to collect number of requests.dch -a [c498562] instances: fix counter unitdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201304300615~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A ceilometer_2013.2+git201304300615~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', 'ceilometer_2013.2+git201304300615~saucy-0ubuntu1.dsc']' 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 '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201304300615~saucy-0ubuntu1.dsc']' 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_ceilometer_trunk #3

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/3/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:19:42 -0400Build duration:3.6 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 3 lines...]Using strategy: DefaultLast Built Revision: Revision 7dfd84690c769d6989d61967c763b840d0c4eed0 (origin/master)Checkout:ceilometer / /var/lib/jenkins/slave/workspace/saucy_havana_ceilometer_trunk/ceilometer - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/ceilometer.gitCommencing build of Revision 7dfd84690c769d6989d61967c763b840d0c4eed0 (origin/master)Checking out Revision 7dfd84690c769d6989d61967c763b840d0c4eed0 (origin/master)No emails were triggered.[saucy_havana_ceilometer_trunk] $ /bin/sh -xe /tmp/hudson3812739387130661005.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package -j -DDEBUG:root:Using parameters derived from environment:branch: falseconfig: /var/lib/jenkins/tools/openstack-ubuntu-testing/etc/builds/config-saucy-havana-trunk.yamldebug: truedest: /var/lib/jenkins/slave/workspace/saucy_havana_ceilometer_trunkjenkins: trueproject: ceilometerrelease: saucysnapshot_repo: falsesource: /var/lib/jenkins/slave/workspace/saucy_havana_ceilometer_trunk/ceilometerDEBUG:root:Using git branch: masterINFO:root:Creating tarball using sdistDEBUG:root:About to call setup.py (['python', 'setup.py', 'sdist']) in schrootINFO:root:Creating and configuring a new schroot for source package/tar buildERROR:root:Invalid schoot. Available schroots: ['chuck-test-amd64', 'oneiric-amd64', 'precise-amd64', 'precise-essex-amd64', 'precise-folsom-amd64', 'precise-grizzly-amd64', 'precise-havana-amd64', 'precise-juju_testing-amd64', 'quantal-amd64', 'quantal-folsom-amd64', 'quantal-kernel-build-amd64', 'raring-amd64', 'raring-grizzly-amd64', 'raring-tempest-amd64', 'saucy-havana-amd64']ERROR:root:Error occurred during package creation/build: ERROR:root:INFO:root:Complete command log:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eschroot.executor.SchrootInvalidError 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 eschroot.executor.SchrootInvalidBuild 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_ceilometer_trunk #4

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/4/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:20:38 -0400Build duration:2 min 52 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 4 builds failed.25ChangesNo ChangesConsole Output[...truncated 16351 lines...]Build needed 00:01:17, 12060k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'ceilometer_2013.2+git201304300620~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:22:09 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Apr 30 06:22:09 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpey1gnx/ceilometer_2013.2+git201304300620~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpey1gnx/ceilometer_2013.2+git201304300620~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201304300620~saucy-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201304300620~saucy.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201304300620~saucy-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201304300620~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+git201304300620~saucy-0ubuntu1_amd64.changes']Exporting indices...Created directory "/var/lib/jenkins/www/apt/dists/saucy-havana"Created directory "/var/lib/jenkins/www/apt/dists/saucy-havana/main"Created directory "/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64"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: 7da469b620c18cb71b5f9f39cd2807fc7f2f9a69INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpey1gnx/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpey1gnx/ceilometer/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+git201304300620~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [7da469b] Pin SQLAlchemy to 0.7.xdch -a [09fec9d] Ceilometer configuration.rst file not using right param names for loggingdch -a [94bf535] Fix require_map_reduce mim importdch -a [a9267fd] Extend swift middleware to collect number of requests.dch -a [c498562] instances: fix counter unitdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201304300620~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A ceilometer_2013.2+git201304300620~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201304300620~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana ceilometer_2013.2+git201304300620~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 Failure: saucy_havana_ceilometer_trunk #5

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/5/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:29:35 -0400Build duration:1 min 27 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 1516 lines...]Setting up python-docutils (0.10-1ubuntu3) ...update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto modeupdate-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto modeSetting up python-sphinx (1.1.3+dfsg-7ubuntu2) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeErrors were encountered while processing: python-openssl python-glanceclient python-novaclient python-swift ceilometer-build-deps python-imaging python-imaging-compatE: Sub-process /usr/bin/dpkg returned an error code (1)install call failedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bcd02149-1d7c-4fcc-96f6-382afcaa4834', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpwCdtFt/ceilometer/debian/control']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bcd02149-1d7c-4fcc-96f6-382afcaa4834', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpwCdtFt/ceilometer/debian/control']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpwCdtFt/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpwCdtFt/ceilometer/debian/controlTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bcd02149-1d7c-4fcc-96f6-382afcaa4834', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpwCdtFt/ceilometer/debian/control']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bcd02149-1d7c-4fcc-96f6-382afcaa4834', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpwCdtFt/ceilometer/debian/control']' returned non-zero exit status 100Build 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_horizon_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/1/Project:saucy_havana_horizon_trunkDate of build:Tue, 30 Apr 2013 06:31:33 -0400Build duration:8.5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d7c60f65-118a-40fb-8c3a-c923d1fe6116', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d7c60f65-118a-40fb-8c3a-c923d1fe6116', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d7c60f65-118a-40fb-8c3a-c923d1fe6116', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d7c60f65-118a-40fb-8c3a-c923d1fe6116', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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-cinderclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-cinderclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-cinderclient_trunk/1/Project:saucy_havana_python-cinderclient_trunkDate of build:Tue, 30 Apr 2013 06:31:42 -0400Build duration:2.3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://security.ubuntu.com saucy-security/main Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b38a9a1d-7621-46d5-a99b-296f344e223c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b38a9a1d-7621-46d5-a99b-296f344e223c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b38a9a1d-7621-46d5-a99b-296f344e223c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b38a9a1d-7621-46d5-a99b-296f344e223c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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_keystone_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/1/Project:saucy_havana_keystone_trunkDate of build:Tue, 30 Apr 2013 06:31:33 -0400Build duration:11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-28bf3d86-ad79-4b40-beef-8635732463eb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-28bf3d86-ad79-4b40-beef-8635732463eb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-28bf3d86-ad79-4b40-beef-8635732463eb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-28bf3d86-ad79-4b40-beef-8635732463eb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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-quantumclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-quantumclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-quantumclient_trunk/1/Project:saucy_havana_python-quantumclient_trunkDate of build:Tue, 30 Apr 2013 06:31:49 -0400Build duration:2.5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4f908deb-eed2-4fbd-ae40-9ba4116caa4c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4f908deb-eed2-4fbd-ae40-9ba4116caa4c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4f908deb-eed2-4fbd-ae40-9ba4116caa4c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4f908deb-eed2-4fbd-ae40-9ba4116caa4c', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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_glance_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/1/Project:saucy_havana_glance_trunkDate of build:Tue, 30 Apr 2013 06:31:44 -0400Build duration:7.8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-96942a43-b790-4aa3-a14f-9aac5c567d85', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-96942a43-b790-4aa3-a14f-9aac5c567d85', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-96942a43-b790-4aa3-a14f-9aac5c567d85', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-96942a43-b790-4aa3-a14f-9aac5c567d85', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_swift_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/1/Project:saucy_havana_swift_trunkDate of build:Tue, 30 Apr 2013 06:31:53 -0400Build duration:6.5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://security.ubuntu.com saucy-security/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/main Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/main Translation-enHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f2de845b-cb91-4fd9-b001-e0bd97acafc9', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f2de845b-cb91-4fd9-b001-e0bd97acafc9', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f2de845b-cb91-4fd9-b001-e0bd97acafc9', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f2de845b-cb91-4fd9-b001-e0bd97acafc9', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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-swiftclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-swiftclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-swiftclient_trunk/1/Project:saucy_havana_python-swiftclient_trunkDate of build:Tue, 30 Apr 2013 06:32:02 -0400Build duration:3.1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://security.ubuntu.com saucy-security/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/main Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/main Translation-enHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4bb3d1c0-a68a-43b7-80a2-1b3fd96fd35d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4bb3d1c0-a68a-43b7-80a2-1b3fd96fd35d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4bb3d1c0-a68a-43b7-80a2-1b3fd96fd35d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4bb3d1c0-a68a-43b7-80a2-1b3fd96fd35d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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-glanceclient_trunk #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-glanceclient_trunk/1/Project:saucy_havana_python-glanceclient_trunkDate of build:Tue, 30 Apr 2013 06:31:59 -0400Build duration:2.7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1dc95c74-2fb5-42dc-936c-87b39ddadb5a', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1dc95c74-2fb5-42dc-936c-87b39ddadb5a', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1dc95c74-2fb5-42dc-936c-87b39ddadb5a', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1dc95c74-2fb5-42dc-936c-87b39ddadb5a', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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 #1

2013-04-30 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/1/Project:saucy_havana_python-novaclient_trunkDate of build:Tue, 30 Apr 2013 06:32:01 -0400Build duration:3.9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 53 lines...]Hit http://archive.ubuntu.com saucy/multiverse SourcesHit http://security.ubuntu.com saucy-security/multiverse Translation-enHit http://archive.ubuntu.com saucy/main amd64 PackagesHit http://security.ubuntu.com saucy-security/restricted Translation-enHit http://archive.ubuntu.com saucy/restricted amd64 PackagesHit http://security.ubuntu.com saucy-security/universe Translation-enHit http://archive.ubuntu.com saucy/universe amd64 PackagesHit http://archive.ubuntu.com saucy/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy/main Translation-enHit http://archive.ubuntu.com saucy/multiverse Translation-enHit http://archive.ubuntu.com saucy/restricted Translation-enHit http://archive.ubuntu.com saucy/universe Translation-enHit http://archive.ubuntu.com saucy-updates/main SourcesHit http://archive.ubuntu.com saucy-updates/restricted SourcesHit http://archive.ubuntu.com saucy-updates/universe SourcesHit http://archive.ubuntu.com saucy-updates/multiverse SourcesHit http://archive.ubuntu.com saucy-updates/main amd64 PackagesHit http://archive.ubuntu.com saucy-updates/restricted amd64 PackagesHit http://archive.ubuntu.com saucy-updates/universe amd64 PackagesHit http://archive.ubuntu.com saucy-updates/multiverse amd64 PackagesHit http://archive.ubuntu.com saucy-updates/main Translation-enHit http://archive.ubuntu.com saucy-updates/multiverse Translation-enHit http://archive.ubuntu.com saucy-updates/restricted Translation-enHit http://archive.ubuntu.com saucy-updates/universe Translation-enW: Failed to fetch file:/var/lib/jenkins/www/apt/dists/saucy-havana/main/binary-amd64/Packages  File not foundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd526c6c-3e8d-49d7-9223-b86a115c6da5', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd526c6c-3e8d-49d7-9223-b86a115c6da5', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd526c6c-3e8d-49d7-9223-b86a115c6da5', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-bd526c6c-3e8d-49d7-9223-b86a115c6da5', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build 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 #1

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/1/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 06:31:42 -0400Build duration:1 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunkCheckout:saucy_havana_nova_trunk / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultCheckout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)Checking out Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)No change to record in branch origin/masterNo emails were triggered.[saucy_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson3934582640137649392.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/2/Project:saucy_havana_python-keystoneclient_trunkDate of build:Tue, 30 Apr 2013 06:35:45 -0400Build duration:2 min 49 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2135 lines...]Job: python-keystoneclient_0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1.dscMachine Architecture: amd64Package: python-keystoneclientPackage-Time: 59Source-Version: 1:0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1Space: 2344Status: attemptedVersion: 1:0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1Finished at 20130430-0638Build needed 00:00:59, 2344k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmp5Ix3Id/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmp5Ix3Id/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.11.g8f5+git201304300635~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8f5] Use TokenManager to get tokendch -a [d3583ca] Pass json object when invoking exception handler.dch -a [aaf3aa9] modify mistake in commentdch -a [5c37d85] Ec2Signer: Initial support for v4 signature verificationdch -a [3ce7017] Fix v3 with UUID and memcache expiring.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.11.g8f5+git201304300635~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-keystoneclient_0.2.3.11.g8f5+git201304300635~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', 'python-keystoneclient_0.2.3.11.g8f5+git201304300635~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', 'python-keystoneclient_0.2.3.11.g8f5+git201304300635~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 Fixed: saucy_havana_python-ceilometerclient_trunk #2

2013-04-30 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/2/Project:saucy_havana_python-ceilometerclient_trunkDate of build:Tue, 30 Apr 2013 06:35:44 -0400Build duration:3 min 5 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 2420 lines...]Version: 1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1Finished at 20130430-0638Build needed 00:01:09, 1252k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:37:35 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 Apr 30 06:37:34 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/tmpiO7KNp/python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpiO7KNp/python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1.dsc: done.  Uploading python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy.orig.tar.gz: done.  Uploading python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~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.2.g2bcc72c+git201304300635~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: 2bcc72c4855c7256b96ecc23fa45b3c585fd3a39INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-ceilometerclient/havana /tmp/tmpiO7KNp/python-ceilometerclientmk-build-deps -i -r -t apt-get -y /tmp/tmpiO7KNp/python-ceilometerclient/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.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [2bcc72c] Change the default API version used by the cli to v2dch -a [f3d0442] v2 API: added resource-show.dch -a [e30d700] Make it possible to pass -q "metadata.field=value"dch -a [3b75a7a] Corrected help strings.dch -a [c813dbd] Don't log unneccessarly on each http requestdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-ceilometerclient_1.0.0.2.g2bcc72c+git201304300635~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 #6

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/6/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 30 Apr 2013 06:35:41 -0400Build duration:4 min 4 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 16275 lines...]Finished at 20130430-0639Build needed 00:01:50, 12060k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'ceilometer_2013.2+git201304300635~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:37:49 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 Apr 30 06:37:49 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/tmpfQceV4/ceilometer_2013.2+git201304300635~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpfQceV4/ceilometer_2013.2+git201304300635~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201304300635~saucy-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201304300635~saucy.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201304300635~saucy-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201304300635~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+git201304300635~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+git201304300620~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.2+git201304300620~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.2+git201304300620~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.2+git201304300620~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.2+git201304300620~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.2+git201304300620~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 7da469b620c18cb71b5f9f39cd2807fc7f2f9a69INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpfQceV4/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpfQceV4/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201304300635~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201304300635~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A ceilometer_2013.2+git201304300635~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201304300635~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana ceilometer_2013.2+git201304300635~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: saucy_havana_horizon_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/2/Project:saucy_havana_horizon_trunkDate of build:Tue, 30 Apr 2013 06:38:50 -0400Build duration:1 min 18 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 963 lines...]Setting up python-simplejson (2.6.2-1) ...Setting up python-wadllib (1.3.2-1) ...Setting up python-zope.interface (4.0.5-0ubuntu1) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-lazr.restfulclient (0.13.1-1) ...Setting up python-launchpadlib (1.10.2+ds-1) ...Setting up python-paramiko (1.7.7.1-3.1ubuntu1) ...Setting up python3-chardet (2.0.1-1) ...Setting up python3-six (1.3.0-1) ...Setting up python3-debian (0.1.21+nmu2ubuntu1) ...Setting up unzip (6.0-8ubuntu1) ...Setting up wdiff (1.1.2-1) ...Setting up equivs (2.0.9) ...Setting up python3-magic (5.11-2ubuntu4) ...Setting up liblwp-protocol-https-perl (6.03-1) ...Setting up libwww-perl (6.04-1) ...Setting up libparse-debcontrol-perl (2.005-3) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for ca-certificates ...Updating certificates in /etc/ssl/certs... 158 added, 0 removed; done.Running hooks in /etc/ca-certificates/update.ddone.Processing triggers for sgml-base ...INFO:root:Branching lp:~openstack-ubuntu-testing/horizon/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpq3lH1Y/horizon']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/horizon/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpq3lH1Y/horizon']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpq3lH1Y/horizon']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpq3lH1Y/horizonTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpq3lH1Y/horizon']' 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 '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpq3lH1Y/horizon']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-swiftclient_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-swiftclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-swiftclient_trunk/2/Project:saucy_havana_python-swiftclient_trunkDate of build:Tue, 30 Apr 2013 06:38:35 -0400Build duration:2 min 11 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 1948 lines...]Version: 1:1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1Finished at 20130430-0640Build needed 00:00:37, 1008k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:40:05 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 Apr 30 06:40:04 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/tmpVrzBxz/python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpVrzBxz/python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1.dsc: done.  Uploading python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy.orig.tar.gz: done.  Uploading python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-swiftclient_1.4.0.1.g000e33d+git201304300638~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-swiftclient_1.4.0.1.g000e33d+git201304300638~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: 000e33d0218b1e71d8798f3bd208f92cb89eaa7fINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-swiftclient/havana /tmp/tmpVrzBxz/python-swiftclientmk-build-deps -i -r -t apt-get -y /tmp/tmpVrzBxz/python-swiftclient/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:1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [000e33d] Improve Python 3.x compatibilitydch -a [fab61c8] Improve auth option helpdch -a [2b3d171] Static large object support.dch -a [8ea9c4a] Fixed pep8 errors in test directory.dch -a [48f446a] Allow user to specify headers at the command line.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-swiftclient_1.4.0.1.g000e33d+git201304300638~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-swiftclient_1.4.0.1.g000e33d+git201304300638~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: saucy_havana_cinder_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/2/Project:saucy_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 06:43:06 -0400Build duration:2 min 13 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2065 lines...]failed to open trace file: [Errno 13] Permission denied: '/var/lib/jenkins/.bzr.log'Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpgrh6lPbzr: ERROR: An error (1) occurred running quilt: Applying patch fix_cinder_dependencies.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch fix_cinder_dependencies.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a0153f28-87a7-400f-8130-951e6f64b7a4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a0153f28-87a7-400f-8130-951e6f64b7a4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpgrh6lP/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpgrh6lP/cinder/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+git201304300643~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a4ba17b] Deleting a backup removed the backup record from databasedch -a [51218b2] Remove _path_exists method.dch -a [5ec17aa] Encode username and password in config filedch -a [3d18b30] Clear volumes stuck in 'downloading'dch -a [beacbd3] Fixes 3PAR FC driver synchronizationdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a0153f28-87a7-400f-8130-951e6f64b7a4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a0153f28-87a7-400f-8130-951e6f64b7a4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/2/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 06:47:05 -0400Build duration:52 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole OutputStarted by user James PageBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunkCheckout:saucy_havana_nova_trunk / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)Checking out Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)No emails were triggered.[saucy_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson5140439591672177513.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-novaclient_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-novaclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-novaclient_trunk/2/Project:saucy_havana_python-novaclient_trunkDate of build:Tue, 30 Apr 2013 06:45:20 -0400Build duration:2 min 48 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 2350 lines...]Version: 1:2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1Finished at 20130430-0648Build needed 00:00:54, 2840k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:47:07 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 Apr 30 06:47:07 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/tmpNEk6SW/python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpNEk6SW/python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1.dsc: done.  Uploading python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy.orig.tar.gz: done.  Uploading python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-novaclient_2.13.0.31.g670cf15+git201304300645~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-novaclient_2.13.0.31.g670cf15+git201304300645~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: a3a7ebfe863c047f68dd43b5c9a45ee40359750aINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/havana /tmp/tmpNEk6SW/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpNEk6SW/python-novaclient/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:2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a3a7ebf] Add setuptools_git-*.egg to .gitignoredch -a [e009bec] Adds extended status fields to nova listdch -a [201b74b] Clean up exceptions.from_responsedch -a [789d156] Allow deleting multiple images from shelldch -a [c15c8f8] Synchronize code from oslodebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-novaclient_2.13.0.31.g670cf15+git201304300645~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-novaclient_2.13.0.31.g670cf15+git201304300645~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-glanceclient_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-glanceclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-glanceclient_trunk/2/Project:saucy_havana_python-glanceclient_trunkDate of build:Tue, 30 Apr 2013 06:47:58 -0400Build duration:3 min 45 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 2404 lines...]Version: 1:0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1Finished at 20130430-0651Build needed 00:01:04, 1292k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:50:34 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 Apr 30 06:50:34 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/tmpaBY0Df/python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpaBY0Df/python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1.dsc: done.  Uploading python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy.orig.tar.gz: done.  Uploading python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~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-glanceclient_0.9.0.13.gaddd3c3+git201304300648~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: 2f33f5f283d921ce1db595a89c36eefb8b8fcd29INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/havana /tmp/tmpaBY0Df/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpaBY0Df/python-glanceclient/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.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [2f33f5f] Prevent WantReadError when using httpsdch -a [45feb67] Improve Python 3.x compatibilitydch -a [e22d37d] Sync with oslo-incubator copy of setup.py and version.pydch -a [5ab8837] bug 1166263 image-update handling for closed stdindch -a [2178120] Test that copy_from is used properly in old APIdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-glanceclient_0.9.0.13.gaddd3c3+git201304300648~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: saucy_havana_glance_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/2/Project:saucy_havana_glance_trunkDate of build:Tue, 30 Apr 2013 06:46:49 -0400Build duration:4 min 54 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 3277 lines...]Job: glance_2013.2+git201304300646~saucy-0ubuntu1.dscMachine Architecture: amd64Package: glancePackage-Time: 127Source-Version: 1:2013.2+git201304300646~saucy-0ubuntu1Space: 12092Status: attemptedVersion: 1:2013.2+git201304300646~saucy-0ubuntu1Finished at 20130430-0651Build needed 00:02:07, 12092k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201304300646~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201304300646~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmphonptc/glancemk-build-deps -i -r -t apt-get -y /tmp/tmphonptc/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+git201304300646~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201304300646~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201304300646~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201304300646~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201304300646~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 Fixed: saucy_havana_swift_trunk #2

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/2/Project:saucy_havana_swift_trunkDate of build:Tue, 30 Apr 2013 06:48:36 -0400Build duration:3 min 57 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 4077 lines...]Version: 1.8.1+git201304300648~saucy-0ubuntu1Finished at 20130430-0652Build needed 00:01:19, 23452k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'swift_1.8.1+git201304300648~saucy-0ubuntu1_source.changes']gpg: Signature made Tue Apr 30 06:51:10 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 Apr 30 06:51:09 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/tmpEYkX0h/swift_1.8.1+git201304300648~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpEYkX0h/swift_1.8.1+git201304300648~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.8.1+git201304300648~saucy-0ubuntu1.dsc: done.  Uploading swift_1.8.1+git201304300648~saucy.orig.tar.gz: done.  Uploading swift_1.8.1+git201304300648~saucy-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.8.1+git201304300648~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', 'swift_1.8.1+git201304300648~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: 00ab3d4f36a1e994698f7ab1ecada1cefa72e8dbINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/havana /tmp/tmpEYkX0h/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpEYkX0h/swift/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.8.1+git201304300648~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [00ab3d4] Included time inside trans_iddch -a [2d42b37] Add the max_clients parameter to bound clientsdch -a [0a75a9d] Improved autocreate testingdch -a [813f7c9] Make it easier to debug badly broken tests.dch -a [4493636] Container info memcache change broke ratelimiting.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.8.1+git201304300648~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A swift_1.8.1+git201304300648~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana swift_1.8.1+git201304300648~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana swift_1.8.1+git201304300648~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 Failure: precise_grizzly_nova_trunk #984

2013-04-30 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/984/Project:precise_grizzly_nova_trunkDate of build:Tue, 30 Apr 2013 07:03:56 -0400Build duration:1 min 13 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesConvert host value from unicode to a string.by vishvanandaeditnova/api/openstack/compute/contrib/extended_availability_zone.pyEnsure only pickle-able objects live in metadataby vishvanandaeditnova/api/metadata/base.pyeditnova/tests/test_metadata.pyFallback to conductor if types are not stashed.by vishvanandaeditnova/compute/resource_tracker.pyeditnova/tests/compute/test_resource_tracker.pyUpdate latest oslo.setup.by vishvanandaeditnova/openstack/common/setup.pysync oslo db/sqlalchemy moduleby vishvanandaeditnova/openstack/common/db/sqlalchemy/session.pyeditnova/openstack/common/db/sqlalchemy/utils.pyFix error message in pre_live_migration.by vishvanandaeditnova/virt/libvirt/driver.pyAccepts aws-sdk-java timestamp formatby vishvanandaeditnova/tests/api/ec2/test_ec2_validate.pyeditnova/api/ec2/ec2utils.pyFixes argument order of quantumv2.api.get_instance_nw_infoby vishvanandaeditnova/network/quantumv2/api.pyRemove unnecessary db call in scheduler driver live-migration codeby vishvanandaeditnova/scheduler/driver.pyeditnova/tests/scheduler/test_scheduler.pyCleans up orphan compute_nodes not cleaned up by compute managerby dperazaeditnova/compute/manager.pyeditnova/tests/compute/test_multiple_nodes.pyeditnova/compute/resource_tracker.pyeditnova/tests/compute/test_resource_tracker.pyeditnova/tests/compute/test_compute.pyDont swallow PolicyNotAuthorized for resize/reboot actionsby vishvanandaeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/tests/api/openstack/compute/test_servers.pyChange DB API instance functions for selective metadata fetchingby danmseditnova/conductor/rpcapi.pyeditnova/conductor/api.pyeditnova/tests/conductor/test_conductor.pyeditnova/db/api.pyeditnova/db/sqlalchemy/api.pyeditnova/conductor/manager.pyMake compute/manager use conductor for unrescue()by danmseditnova/tests/conductor/test_conductor.pyeditnova/conductor/rpcapi.pyeditnova/conductor/api.pyeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyeditnova/conductor/manager.pyRaise correct exception for duplicate networksby vishvanandaeditnova/network/quantumv2/api.pyeditnova/tests/network/test_quantumv2.pyRemove unnecessary method argument.by yaguang.tangeditnova/virt/vmwareapi/vif.pyset timeout for paramiko ssh connectionby phongdlyeditnova/virt/powervm/common.pyeditnova/virt/powervm/constants.pyEncode consoleauth token in utf-8 to make it a strby vishvanandaeditnova/tests/consoleauth/test_consoleauth.pyeditnova/consoleauth/manager.pyCannot boot vm if quantum plugin does not support L3 apiby aroseneditnova/network/quantumv2/api.pyeditnova/tests/network/test_quantumv2.pyget context from req rather than getting a new admin contextby aroseneditnova/network/security_group/quantum_driver.pyeditnova/network/security_group/security_group_base.pyeditnova/api/openstack/compute/contrib/security_groups.pyeditnova/compute/api.pyeditnova/api/openstack/compute/contrib/security_group_default_rules.pyQuery quantum once for instances security groupsby aroseneditnova/network/security_group/quantum_driver.pyeditnova/tests/api/openstack/compute/contrib/test_security_groups.pyeditnova/tests/api/openstack/compute/contrib/test_quantum_security_groups.pyeditnova/api/openstack/compute/contrib/security_groups.pyCorrect disks over committed size computing errorby yaguang.tangeditnova/virt/libvirt/driver.pyeditnova/tests/test_libvirt.pyFix ec2 CreateVolumes/DescribeVolumes statusby rbryanteditnova/api/ec2/cloud.pyeditnova/tests/api/ec2/test_cinder_cloud.pyConsole OutputStarted by an SCM changeStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunkCheckout:precise_grizzly_nova_trunk / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 6ac1592276351d1292efee43f2ed74aace1caa2f (remotes/origin/stable/grizzly)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_grizzly_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision c18519501af57e91deb35792c53e542116ccba64 (remotes/origin/stable/grizzly)Checking out Revision c18519501af57e91deb35792c53e542116ccba64 (remotes/origin/stable/grizzly)No emails were triggered.[precise_grizzly_nova_trunk] $ /bin/sh -xe /tmp/hudson3912404346060035752.sh+ 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #3

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/3/Project:saucy_havana_python-keystoneclient_trunkDate of build:Tue, 30 Apr 2013 08:58:00 -0400Build duration:1 min 54 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2136 lines...]Job: python-keystoneclient_0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1.dscMachine Architecture: amd64Package: python-keystoneclientPackage-Time: 37Source-Version: 1:0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1Space: 2344Status: attemptedVersion: 1:0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1Finished at 20130430-0859Build needed 00:00:37, 2344k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'python-keystoneclient_0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmpIRZRRO/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpIRZRRO/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.11.g8f5+git201304300858~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8f5] Use TokenManager to get tokendch -a [d3583ca] Pass json object when invoking exception handler.dch -a [aaf3aa9] modify mistake in commentdch -a [5c37d85] Ec2Signer: Initial support for v4 signature verificationdch -a [3ce7017] Fix v3 with UUID and memcache expiring.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.11.g8f5+git201304300858~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-keystoneclient_0.2.3.11.g8f5+git201304300858~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', 'python-keystoneclient_0.2.3.11.g8f5+git201304300858~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', 'python-keystoneclient_0.2.3.11.g8f5+git201304300858~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_cinder_trunk #35

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/35/Project:precise_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 09:31:36 -0400Build duration:1 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid using whitespace in test_safe_parse_xml.by jsbryanteditcinder/tests/test_utils.pyConsole Output[...truncated 1386 lines...]DEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmp4oJo4sbzr: ERROR: An error (1) occurred running quilt: Applying patch fix_cinder_dependencies.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch fix_cinder_dependencies.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e22b9cf-993f-4def-8582-a8dd50b53225', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e22b9cf-993f-4def-8582-a8dd50b53225', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmp4oJo4s/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp4oJo4s/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201304300931~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a4ba17b] Deleting a backup removed the backup record from databasedch -a [51218b2] Remove _path_exists method.dch -a [5ec17aa] Encode username and password in config filedch -a [3d18b30] Clear volumes stuck in 'downloading'dch -a [beacbd3] Fixes 3PAR FC driver synchronizationdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e22b9cf-993f-4def-8582-a8dd50b53225', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4e22b9cf-993f-4def-8582-a8dd50b53225', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/72/Project:precise_havana_quantum_trunkDate of build:Tue, 30 Apr 2013 09:31:37 -0400Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse Query instances as iterables when possibleby rpodolyakaeditquantum/tests/unit/nicira/test_networkgw.pyeditquantum/db/servicetype_db.pyeditquantum/plugins/midonet/plugin.pyeditquantum/db/extraroute_db.pyeditquantum/plugins/nicira/QuantumPlugin.pyeditquantum/db/l3_db.pyeditquantum/plugins/hyperv/db.pyeditquantum/plugins/services/agent_loadbalancer/plugin.pyeditquantum/plugins/cisco/network_plugin.pyeditquantum/plugins/ryu/ryu_quantum_plugin.pyeditquantum/tests/unit/test_db_plugin.pyeditquantum/db/securitygroups_rpc_base.pyeditquantum/plugins/metaplugin/meta_quantum_plugin.pyeditquantum/db/loadbalancer/loadbalancer_db.pyeditquantum/plugins/openvswitch/ovs_db_v2.pyeditquantum/db/quota_db.pyeditquantum/plugins/nicira/nicira_qos_db.pyeditquantum/db/agentschedulers_db.pyeditquantum/db/db_base_plugin_v2.pyConsole Output[...truncated 1768 lines...]dch -a [152f3cf] Create veth peer in namespace.dch -a [9c21592] Imported Translations from Transifexdch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b0b2d38a-299f-44fd-8227-3cfe8b9a5d0b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b0b2d38a-299f-44fd-8227-3cfe8b9a5d0b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/3/Project:saucy_havana_cinder_trunkDate of build:Tue, 30 Apr 2013 09:31:37 -0400Build duration:2 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid using whitespace in test_safe_parse_xml.by jsbryanteditcinder/tests/test_utils.pyConsole Output[...truncated 2065 lines...]failed to open trace file: [Errno 13] Permission denied: '/var/lib/jenkins/.bzr.log'Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpcmuJWIbzr: ERROR: An error (1) occurred running quilt: Applying patch fix_cinder_dependencies.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch fix_cinder_dependencies.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7a726a84-9919-4d43-b796-7ed6b8380736', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7a726a84-9919-4d43-b796-7ed6b8380736', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpcmuJWI/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpcmuJWI/cinder/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+git201304300932~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a4ba17b] Deleting a backup removed the backup record from databasedch -a [51218b2] Remove _path_exists method.dch -a [5ec17aa] Encode username and password in config filedch -a [3d18b30] Clear volumes stuck in 'downloading'dch -a [beacbd3] Fixes 3PAR FC driver synchronizationdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7a726a84-9919-4d43-b796-7ed6b8380736', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7a726a84-9919-4d43-b796-7ed6b8380736', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/81/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 09:33:19 -0400Build duration:59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesCreate instance with deleting imageby msherborneeditnova/tests/compute/test_compute.pyeditnova/tests/api/openstack/compute/test_servers.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)Checking out Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson5411704029851013057.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #3

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/3/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 09:33:59 -0400Build duration:36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCreate instance with deleting imageby msherborneeditnova/tests/compute/test_compute.pyeditnova/tests/api/openstack/compute/test_servers.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunkCheckout:saucy_havana_nova_trunk / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 83f6fc8469255ba629ef1f9b8e357a5c87c6ed5a (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)Checking out Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)No emails were triggered.[saucy_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson5083448546981221074.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/82/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:01:39 -0400Build duration:34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesPerformance optimization for contrib.flavorextraspecsby boriseditnova/tests/test_db_api.pyeditnova/db/api.pyeditnova/tests/api/openstack/compute/contrib/test_flavors_extra_specs.pyeditnova/db/sqlalchemy/api.pyeditnova/api/openstack/compute/contrib/flavorextraspecs.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checking out Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson6710810458290214337.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #4

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/4/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:01:39 -0400Build duration:43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPerformance optimization for contrib.flavorextraspecsby boriseditnova/db/api.pyeditnova/tests/api/openstack/compute/contrib/test_flavors_extra_specs.pyeditnova/api/openstack/compute/contrib/flavorextraspecs.pyeditnova/db/sqlalchemy/api.pyeditnova/tests/test_db_api.pyConsole OutputStarted by an SCM changeBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunkCheckout:saucy_havana_nova_trunk / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision ad5f3e927334144599a6c73c4ba1f7f80f7b64e4 (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checking out Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)No emails were triggered.[saucy_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson595359272868573592.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #5

2013-04-30 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/5/Project:saucy_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:31:49 -0400Build duration:38 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole OutputStarted by user Chuck ShortBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunkCheckout:saucy_havana_nova_trunk / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/saucy_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checking out Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)No emails were triggered.[saucy_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson3894723787891277614.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-04-30 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/83/Project:precise_havana_nova_trunkDate of build:Tue, 30 Apr 2013 10:36:48 -0400Build duration:33 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole OutputStarted by user James PageBuilding remotely on pkg-builder in workspace /var/lib/jenkins/slave/workspace/precise_havana_nova_trunkCheckout:precise_havana_nova_trunk / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk - hudson.remoting.Channel@19e88093:pkg-builderUsing strategy: DefaultLast Built Revision: Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/precise_havana_nova_trunk/nova - hudson.remoting.LocalChannel@7e5bfd3dWiping out workspace first.Cloning the remote Git repositoryCloning repository originFetching upstream changes from https://github.com/openstack/nova.gitCommencing build of Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)Checking out Revision f582052f97e091cb3cd27cc577b7067577ad723a (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson5675713402659199767.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-paramsBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


  1   2   >