Re: [Openstack] no root disk, ephemeral disk quota?

2013-04-15 Thread Tian Gao
There is quota of volumes in cinder, but I need quota of root disk, and 
ephemeral disk. I think these two quota should be stay in nova rathen in 
cinder. is it right?


On 2013年04月15日 14:25, Lloyd Dewolf wrote:

On Sun, Apr 14, 2013 at 11:16 PM, Tian Gao gtt...@gmail.com wrote:

Hi all,

I found these are quotas of swap, CPU, and so on. But I don't find quota of
root disk, and ephemeral disk. Is that deliberate? or just maybe a
forgetting?

There are... what release and configuration of OpenStack are you
using? -- possibly check out the Cinder API as well.

https://ask.openstack.org/ might be another good forum for your
question as it allows fleshing out the details iteratively.

Cheers,
--
@lloyddewolf
http://www.pistoncloud.com/



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


Re: [Openstack] [folsom][quantum-server][horizon] error in horizon and quantum server

2013-04-15 Thread Arindam Choudhury
Hi,

I ran all the command again from the https://fedoraproject.org/wiki/Quantum
but still I am getting this error:

[(keystone_admin)]$ quantum -v net-create --tenant-id 
112a75ab04224fa3b44109a6c4859c28 net1
DEBUG: quantumclient.quantum.v2_0.network.CreateNetwork 
get_data(Namespace(admin_state_down=True, columns=[], formatter='table', 
name='net1', prefix='', request_format='json', 
tenant_id='112a75ab04224fa3b44109a6c4859c28', variables=[]))
DEBUG: quantumclient.client 
REQ: curl -i http://158.109.65.21:35357/v2.0/tokens -X POST -H Content-Type: 
application/json -H Accept: application/json -H User-Agent: 
python-quantumclient -d '{auth: {tenantName: admin, 
passwordCredentials: {username: admin, password: admin}}}'

DEBUG: quantumclient.client RESP:{'date': 'Mon, 15 Apr 2013 06:49:54 GMT', 
'transfer-encoding': 'chunked', 'status': '200', 'content-type': 
'application/json', 'vary': 'X-Auth-Token'} {access: {token: {expires: 
2013-04-16T06:49:53Z, id: b6ff3bb7b77248d2a910abee2c2dddc8, tenant: 
{enabled: true, description: null, name: admin, id: 
7f177659897d46179fde0879cd8ec8d5}}, serviceCatalog: [{endpoints: 
[{adminURL: http://158.109.65.21:9292;, region: RegionOne, 
internalURL: http://158.109.65.21:9292;, id: 
bf2443547b8e46228ba59f4952a372e1, publicURL: http://158.109.65.21:9292}], 
endpoints_links: [], type: image, name: glance}, {endpoints: 
[{adminURL: http://158.109.65.21:8774/v2/7f177659897d46179fde0879cd8ec8d5;, 
region: RegionOne, internalURL: 
http://158.109.65.21:8776/v2/7f177659897d46179fde0879cd8ec8d5;, id: 
22eb7e9f80054ad0b69da2bfded3c6ca, publicURL: 
http://158.109.65.21:8774/v2/7f177659897d46179fde0879cd8ec8d5}], 
endpoints_links: [], type: compute, name: nova}, {endpoints: 
[{adminURL: http://109.158.65.21:9696;, region: RegionOne, 
internalURL: http://109.158.65.21:9696;, id: 
16668a90ff0445068b8e9fc01d568b89, publicURL: http://109.158.65.21:9696}], 
endpoints_links: [], type: network, name: openstack_network}, 
{endpoints: [{adminURL: http://158.109.65.21:35357/v2.0;, region: 
RegionOne, internalURL: http://158.109.65.21:5000/v2.0;, id: 
a6cc9804d88e4a048dd2806ae1be8cb4, publicURL: 
http://158.109.65.21:5000/v2.0}], endpoints_links: [], type: identity, 
name: keystone}], user: {username: admin, roles_links: [], id: 
701edcac7b8c441b9c9ce479367b05de, roles: [{name: admin}], name: 
admin}, metadata: {is_admin: 0, roles: 
[8d1805ce160b4f2eab68762083efd50a]}}}

DEBUG: quantumclient.client 
REQ: curl -i http://109.158.65.21:9696/v2.0/networks.json -X POST -H 
User-Agent: python-quantumclient -H Content-Type: application/json -H 
Accept: application/json -H X-Auth-Token: b6ff3bb7b77248d2a910abee2c2dddc8 
-d '{network: {tenant_id: 112a75ab04224fa3b44109a6c4859c28, name: 
net1, admin_state_up: true}}'

DEBUG: quantumclient.client RESP:{'status': '400', 'content-length': 32, 
'content-type': 'text/plain'} [Errno 110] Connection timed out

DEBUG: quantumclient.v2_0.client Error message: [Errno 110] Connection timed out
ERROR: quantumclient.shell [Errno 110] Connection timed out
DEBUG: quantumclient.shell clean_up CreateNetwork
DEBUG: quantumclient.shell got an error: [Errno 110] Connection timed out



the log files are:
[(keystone_admin)]$ cat /var/log/quantum/server.log 
2013-04-15 08:46:25 INFO [quantum.common.config] Logging enabled!
2013-04-15 08:46:25 INFO [quantum.common.config] Config paste file: 
/etc/quantum/api-paste.ini
2013-04-15 08:46:25 INFO [quantum.manager] Loading Plugin: 
quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
2013-04-15 08:46:25 INFO [quantum.plugins.openvswitch.ovs_quantum_plugin] 
Network VLAN ranges: {}
2013-04-15 08:46:25 INFO [quantum.openstack.common.rpc.impl_qpid] Connected 
to AMQP server on aopcach.uab.es:5672
2013-04-15 08:46:25 INFO [quantum.api.extensions] Initializing extension 
manager.
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
__init__.pyc
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
extensions.pyo
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
_quotav2_model.py
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
l3.py
2013-04-15 08:46:25  WARNING [quantum.api.extensions] Loaded extension: router
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
_quotav2_model.pyc
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
_quotav2_driver.pyo
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
quotasv2.pyo
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
providernet.pyc
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
flavor.pyo
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
l3.pyo
2013-04-15 08:46:25 INFO [quantum.api.extensions] Loading extension file: 
quotasv2.pyc
2013-04-15 08:46:25 INFO 

[Openstack] Removing / disable suspend option

2013-04-15 Thread Robert van Leeuwen
Hi,

To prevent the libvirt directory from filling up with suspended machines I'd 
like to disable the suspend functionality (or change it to shutdown)
Is there any way to do this?

Thx,
Robert van Leeuwen
___
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 Essex Deploy Day powerpoint

2013-04-15 Thread Yann Fouillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am looking for the powerpoint of the OpenStack Essex Deploy Day, as
it is hard to read it on the youtube recordings.

Does someone has it/know where to find it ?

Thanks
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRa6/3AAoJEO1YhKM5jgEdNUoH/2qZYqLm4JBTTP6W+EQrNmFB
Oc0AjAgbjaWEPwynBPS8x2PzGhIfamgtBvBIFX+1E4WmITbG4mCtc2byw0WTW3Z1
V6NE+zk5+BAQHoL3zL/z19vHzx/fX4SWeQ/E1+yCwI8IHG7eisr8JxnVe4D7J+Hh
xg6wK28vcXtqMFAA38iZIBXMcwQY1fPOJF4zcLdxl1tUGgL7lijezQ7UZKTL3gYd
EgqwO+sMZGf04B9B4XDk1MzMTpzapLnGb7FR+1D3sGEoKCdg9/Qlbtr+06Ahfn3f
AlGDe7rrWwiAbA6ZDZEfgvTydUaWQeXLnCaduPPkHXqUYtN6PpRTby8wCn8TKKU=
=U941
-END PGP SIGNATURE-

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


Re: [Openstack] OpenStack Essex Deploy Day powerpoint

2013-04-15 Thread Yann Fouillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Looks like it. Thank you very much !
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRa7fqAAoJEO1YhKM5jgEdHzAH+QEle/FV3NTYsyA25a/3tcOw
012sVuOYQ3ncDcFxSyw/HUtThuGcVIyHVeqJH7RZSmXCTSVbEO9idkVG3n+xlPeX
UbvJjwwrVR/mQ5jpW9srPOVeo3MObrWAgm7gMuZ7oeJMzqWbFnYwyDf2CL8Mdpcp
Ao0Ff1yIMLzozsWTMz6x7xyzqdtlvZgBdIs0rYNeG2nFXnaf6qflErea9Tk8fGm3
Mn4mz6u+3MhkGncL25XJlwb8thbe4Z0BULstJlgTlWMXsHxMpNFK0CP5Xb++N/oz
hTKhHD0QPc0HPJ+p7TXhmoiZozFMNsbzbsjauuiToEFyNnzYzNHyCJR9A1XTlWw=
=4EMo
-END PGP SIGNATURE-

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


[Openstack] [DevStack] Does Devstack support grizilly already?

2013-04-15 Thread HuYanrui
the default clone version is trunk? trunk already have grizilly code?___
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] [DevStack] Does Devstack support grizilly already?

2013-04-15 Thread wojonstech
HuYanrui,

From what I can tell devstack clones the head of mater. I just installed a
few hours ago and i confirmed my commit hash was generated today.


On Mon, Apr 15, 2013 at 1:49 AM, HuYanrui h...@arraynetworks.com.cn wrote:

 **
 the default clone version is trunk? trunk already have grizilly code?

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




-- 
Enjoy,
Alexis Okuwa
WojonsTech
424.835.1223
___
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] [DevStack] Does Devstack support grizilly already?

2013-04-15 Thread Filipe Manco
I've been testing grizzly with devstack and it works just fine.

Filipe Manco
http://about.me/fmanco


2013/4/15 HuYanrui h...@arraynetworks.com.cn

 **
 the default clone version is trunk? trunk already have grizilly code?

 ___
 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] Summit Runners

2013-04-15 Thread thingee
I'm curious as well which Hilton we were suppose to meet at,
since the two are both on 6th. I ran around the waterfront with one
other person this morning, but would like to run other paths that
people know about.


-Mike Perez!


On Thu, Apr 11, 2013 at 6:15 AM, Luke Tymowski
ltymow...@gmail.comjavascript:_e({}, 'cvml',
'ltymow...@gmail.com');
 wrote:

 G'day,


 Would anyone be interested in morning runs (5K) during the Summit in PDX
 next week?

 If you are, let's meet in the lobby of the Portland Hilton on Sixth Avenue
 at 0600 on Monday and 0700 from Tuesday to Friday.

 Some of the Monday morning runners have breakfast meetings, hence the
 early start.

 It's a great way to see a bit of Portland!


 Luke

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net javascript:_e({}, 'cvml',
 'openstack@lists.launchpad.net');
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 

-Mike Perez!
___
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 router related question

2013-04-15 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

so Im trying to set up the networking stuff and after following
several different guides this has happened twice now so maybe its
not just me.

The external gateway interface to my router is marked as down and not
really sure how to change that.

Router Overview: Route_of_Steve

NameRoute_of_Steve
ID5142c4c8-ec94-486c-895e-44bdeb285648
Project ID5e900239d0e24bc2955e5ca5ab95dfd2
StatusACTIVE
External Gateway InformationConnected External Network: Ext_Net

Interfaces
NameFixed IPs   Status  TypeAdmin State
(ccaba574)  10.0.1.200  DOWNExternal GatewayUP
(d23210b0)  10.0.3.1ACTIVE  Internal Interface  UP
Displaying 2 items


some network path info in case it might be useful:

root@cloudfe:/etc/init.d# quantum router-list-on-l3-agent
cef8e946-98f5-4fe1-b84e-079654502c56
+--+++
| id   | name   | external_gateway_info
 |
+--+++
| 5142c4c8-ec94-486c-895e-44bdeb285648 | Route_of_Steve | {network_id:
8910d25c-52ce-4c70-ab1d-0099ad973081} |
+--+++

root@cloudfe:/etc/init.d# quantum router-show 
5142c4c8-ec94-486c-895e-44bdeb285648
+---++
| Field | Value 
 |
+---++
| admin_state_up| True  
 |
| external_gateway_info | {network_id: 
8910d25c-52ce-4c70-ab1d-0099ad973081} |
| id| 5142c4c8-ec94-486c-895e-44bdeb285648  
 |
| name  | Route_of_Steve
 |
| routes|   
 |
| status| ACTIVE
 |
| tenant_id | 5e900239d0e24bc2955e5ca5ab95dfd2  
 |
+---++

root@cloudfe:/etc/init.d# quantum router-port-list 
5142c4c8-ec94-486c-895e-44bdeb285648
+--+--+---+---+
| id   | name | mac_address   | fixed_ips
  |
+--+--+---+---+
| ccaba574-66a7-441a-bfa1-603fe559d4f1 |  | fa:16:3e:3f:f2:38 | 
{subnet_id:
eb16b821-c213-4c35-ae4b-2ecaad3e32ef, ip_address: 10.0.1.200} |
| d23210b0-4385-472b-b0bf-421bf7caa539 |  | fa:16:3e:be:8e:bb | 
{subnet_id:
f93ffc7f-e065-4ad8-8dfb-dc2288489cd3, ip_address: 10.0.3.1}   |
+--+--+---+---+

root@cloudfe:/etc/init.d# quantum subnet-show 
eb16b821-c213-4c35-ae4b-2ecaad3e32ef
+--+--+
| Field| Value|
+--+--+
| allocation_pools | {start: 10.0.1.200, end: 10.0.1.249} |
| cidr | 10.0.1.0/24  |
| dns_nameservers  | 198.9.9.9|
| enable_dhcp  | True |
| gateway_ip   | 10.0.1.254   |
| host_routes  |  |
| id   | eb16b821-c213-4c35-ae4b-2ecaad3e32ef |
| ip_version   | 4|
| name | Sub_Ext_Net  |
| network_id   | 8910d25c-52ce-4c70-ab1d-0099ad973081 |
| tenant_id| 0a333d3291704870859bd3f4bf159dfe |
+--+--+

root@cloudfe:/etc/init.d# quantum net-show 8910d25c-52ce-4c70-ab1d-0099ad973081
+---+--+
| Field | Value|
+---+--+
| admin_state_up| True |
| id| 8910d25c-52ce-4c70-ab1d-0099ad973081 |
| name

Re: [Openstack] Summit Runners

2013-04-15 Thread Tapio Tallgren
Hi,

I also only met one person in the Hilton lobby and went running with him.
What's the plan for tomorrow?

-Tapio


On Mon, Apr 15, 2013 at 5:10 PM, thingee thin...@gmail.com wrote:

 I'm curious as well which Hilton we were suppose to meet at,
 since the two are both on 6th. I ran around the waterfront with one
 other person this morning, but would like to run other paths that
 people know about.


 -Mike Perez!


 On Thu, Apr 11, 2013 at 6:15 AM, Luke Tymowski ltymow...@gmail.comwrote:

 G'day,


 Would anyone be interested in morning runs (5K) during the Summit in PDX
 next week?

 If you are, let's meet in the lobby of the Portland Hilton on Sixth
 Avenue at 0600 on Monday and 0700 from Tuesday to Friday.

 Some of the Monday morning runners have breakfast meetings, hence the
 early start.

 It's a great way to see a bit of Portland!


 Luke

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




 --

 -Mike Perez!

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




-- 
-Tapio
___
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] HA with pacemaker on Folsom

2013-04-15 Thread Jean-Daniel BUSSY
Hi stackers,

I am trying the Pacemaker approach to integrate HA to folsom on ubuntu
12.04.2
I followed the guide  at
http://docs.openstack.org/trunk/openstack-ha/content/ch-controller.html
​This is my first try with Pacemaker so I think I am missing something
trivial here:

*​Mysql HA​*
​Machine A  have mysql:x:105:111:MySQL Server,,,:/nonexistent:/bin/false
Machine B  have mysql:x:106:112:MySQL Server,,,:/nonexistent:/bin/false

​is uid of the files in drbd0 is ​set to uid 105 the failover will only
work on Machine A
if uid is set to 106, then failover will only work on Machine B
​(to trigger failover I stop pacemaker and ​corosync service)

Should the Machine A and B's mysql user share the same UID?
Should I set pacemaker to change the userid befre starting the service
first? Is that possible?
I couldn't get corosync fired up with the upstart script and have to fire
it on the frontend. Is the service script working for you?

cheers

*BUSSY Jean-Daniel*
___
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] [HPC] Anyone interested in an HPC-themed unconference?

2013-04-15 Thread John Paul Walters
Hi,

We missed the deadline for an HPC related design summit session, but there's 
still time to sign up for an unconference if anyone's interested.  Anyone 
interested?  I'd propose one of the Wednesday slots.

best,
JP
___
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] [DevStack] Does Devstack support grizilly already?

2013-04-15 Thread Jeremy Stanley
On 2013-04-15 10:19:26 +0100 (+0100), Filipe Manco wrote:
 I've been testing grizzly with devstack and it works just fine.

And in fact, every commit which went into Grizzly was independently
deployed (multiple times) on DevStack via devstack-gate and
exercised with Tempest. It's essentially what we use to perform
integration testing, to make sure patches to one component of
OpenStack don't result in adverse interactions with another
component.
-- 
Jeremy Stanley

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


Re: [Openstack] [HPC] Anyone interested in an HPC-themed unconference?

2013-04-15 Thread Parrott, Robert
I'd love to join in. We're looking at OpenStack as a way to build a shared RC 
infrastructure at Harvard at a level below the scheduler, and would love to 
hear what others are

On Mon, Apr 15, 2013 at 10:32 AM, John Paul Walters jwalt...@isi.edu
wrote:

 Hi,
 We missed the deadline for an HPC related design summit session, but there's 
 still time to sign up for an unconference if anyone's interested.  Anyone 
 interested?  I'd propose one of the Wednesday slots.
 best,
 JP
 ___
 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-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #73

2013-04-15 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/73/Project:precise_havana_nova_trunkDate of build:Mon, 15 Apr 2013 03:01:37 -0400Build duration:1 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd NOVA_LOCALEDIR env variableby markmceditnova/openstack/common/gettextutils.pyeditnova/cmd/__init__.pyeditdoc/source/devref/il8n.rstImported Translations from Transifexby Jenkinseditnova/locale/zh_CN/LC_MESSAGES/nova.poeditnova/locale/tr_TR/LC_MESSAGES/nova.poeditnova/locale/tr/LC_MESSAGES/nova.poeditnova/locale/nova.poteditnova/locale/en_US/LC_MESSAGES/nova.poeditnova/locale/ja/LC_MESSAGES/nova.poeditnova/locale/pt_BR/LC_MESSAGES/nova.poeditnova/locale/da/LC_MESSAGES/nova.poeditnova/locale/tl/LC_MESSAGES/nova.poeditnova/locale/zh_TW/LC_MESSAGES/nova.poeditnova/locale/ko/LC_MESSAGES/nova.poeditnova/locale/es/LC_MESSAGES/nova.poeditnova/locale/bs/LC_MESSAGES/nova.poeditnova/locale/nb/LC_MESSAGES/nova.poeditnova/locale/de/LC_MESSAGES/nova.poeditnova/locale/en_AU/LC_MESSAGES/nova.poeditnova/locale/ru/LC_MESSAGES/nova.poeditnova/locale/it/LC_MESSAGES/nova.poeditnova/locale/en_GB/LC_MESSAGES/nova.poeditnova/locale/fr/LC_MESSAGES/nova.poeditnova/locale/uk/LC_MESSAGES/nova.poeditnova/locale/cs/LC_MESSAGES/nova.poConsole 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 0fc0588a41d85a61695f4fa0aab238784ffe5999 (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 36b10384724fec9657784980cd2bd38e72b445bc (origin/master)Checking out Revision 36b10384724fec9657784980cd2bd38e72b445bc (origin/master)No emails were triggered.[precise_havana_nova_trunk] $ /bin/sh -xe /tmp/hudson7373604221097040683.sh+ /var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-params  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/gen-pipeline-params", line 15if job_name == 'pipeline_manual_trigger'   ^SyntaxError: invalid syntaxBuild 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