Re: [Openstack] Glance API now needs a DB?

2012-09-21 Thread Sam Morrison
Thanks Brian, just read through your post.

I'm still a little confused with the whole v2/v1 api?

We currently have an Essex cloud in production. When we upgrade to Folsom 
should we be using v1 or v2 api?
If I use the v2 api I don't need glance-registry at all? Is glance registry 
going away?
glance-api should/should not point to the same DB as glance-registry?
If you have multiple glance-apis they all need to talk to the same DB?

Sam



On 21/09/2012, at 3:14 PM, Brian Waldon bcwal...@gmail.com wrote:

 This is an important point to bring up. I wrote about this in my Essex - 
 Folsom migration writeup, but I failed to mention it in the actual Glance 
 documentation. I'll fix that.
 
 To give you the answer you're looking for - the v2 API is being implemented 
 in such way that it doesn't depend on glance-registry. In Grizzly, you'll see 
 this become more flexible, but for now you're stuck either configuring the 
 sql params in glance-api or disabling the v2 API altogether 
 (enable_v2_api=False).
 
 Waldon
 
 
 On Sep 20, 2012, at 9:28 PM, Sam Morrison wrote:
 
 Have just started playing with Folsom and when configuring glance-api it now 
 requires a database.
 
 Just wondering if this is meant to be a separate DB to glance-registry or is 
 it meant to point to the same one?
 Couldn't find any information about this in the docs.
 
 
 Thanks,
 Sam
 
 
 
 
 ___
 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] Please provide the step by step guide for 3 node swift instalation steps

2012-09-21 Thread John Raja
from where i can download the package for nova and swift



*Regards,
John Raja
**Ip Extn  :- 509028
Tel:- 022-40609028*
**



On Tue, Sep 18, 2012 at 12:22 PM, John Raja john.r...@indiainfoline.comwrote:

 Please provide the step by step guide for 3 node swift instalation steps .



 
 *Regards,
 John Raja
 **Ip Extn  :- 509028
 Tel:- 022-40609028*
 **


___
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] Please provide the step by step guide for 3 node swift instalation steps

2012-09-21 Thread John Raja
Can you please send me the 3 node Architecture or diagram.



*Regards,
John Raja
**Ip Extn  :- 509028
Tel:- 022-40609028*
**



On Tue, Sep 18, 2012 at 9:43 PM, Gui Maluf guimal...@gmail.com wrote:

 it's well documented here:

 http://docs.openstack.org/essex/openstack-compute/install/apt/openstack-install-guide-essex.pdf

 On Tue, Sep 18, 2012 at 3:52 AM, John Raja john.r...@indiainfoline.com
 wrote:
  Please provide the step by step guide for 3 node swift instalation steps
 .
 
 
 
 
  Regards,
  John Raja
  Ip Extn  :- 509028
  Tel:- 022-40609028
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 



 --
 guilherme \n
 \tab maluf

 Dominar-se a si próprio é uma vitória maior do que vencer a milhares
 em uma batalha. Sakyamuni

___
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] Horizon Folsom RC2 available

2012-09-21 Thread Thierry Carrez
Hello everyone,

We created a new Folsom release candidate for OpenStack Dashboard
(Horizon), due to integration issues and missing updated translations.
You can find Horizon RC2 at:

https://launchpad.net/horizon/folsom/folsom-rc2

Unless new release-critical issues are found that warrant another
release candidate respin, this RC2 will be formally included in the
common OpenStack 2012.2 final release on September 27. You are therefore
strongly encouraged to test and validate this tarball.

Alternatively, you can grab the code at:
https://github.com/openstack/horizon/tree/folsom-rc2

If you find an issue that could be considered release-critical, please
file it at https://bugs.launchpad.net/horizon/+filebug and tag it
*folsom-rc-potential* to bring it to the release crew's attention.

Happy regression hunting,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

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


[Openstack] Keystone v2.0 dev API doc confusion

2012-09-21 Thread boden
I came across the following Keystone dev API docs:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_listRolesForUserOnTenant_v2.0_tenants__tenantId__users__user_id__roles_Admin_API_Service_Developer_Operations-d1e1356.html
This set of keystone v2.0 docs includes documented APIs for operations
such as 'List Roles for User on Tenant', 'Check Token', etc.. I tried a
few of these APIs on some recent code from master -- works as documented.

However if I follow the typical API doc links: www.openstack.org 
Documentation  API Documentation  OpenStack Identity Service Developer
Guide API 2.0, I end up at the following location:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/
This page does not contain a number of the documented APIs from the 1st
link I posted. For example no info on 'List Roles for User on Tenant',
'Check Token', etc..

Can someone help me understand which version of the documented APIs are
current (supported) for Folsom? I'm thinking maybe the 1st doc link I
posted is being created for folsom, but is not yet live.

Thanks much


___
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] Keystone v2.0 dev API doc confusion

2012-09-21 Thread Anne Gentle
Hi Boden -
This is a known bug with the way those Keystone dev docs are output.
I'm tracking it here:
https://bugs.launchpad.net/openstack-manuals/+bug/1015119

I can help someone fix this - thanks for pointing it out again. Please
vote on that bug to raise its visibility to get it attention.

Thanks,
Anne

On Fri, Sep 21, 2012 at 3:53 AM, boden bo...@linux.vnet.ibm.com wrote:
 I came across the following Keystone dev API docs:
 http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_listRolesForUserOnTenant_v2.0_tenants__tenantId__users__user_id__roles_Admin_API_Service_Developer_Operations-d1e1356.html
 This set of keystone v2.0 docs includes documented APIs for operations
 such as 'List Roles for User on Tenant', 'Check Token', etc.. I tried a
 few of these APIs on some recent code from master -- works as documented.

 However if I follow the typical API doc links: www.openstack.org 
 Documentation  API Documentation  OpenStack Identity Service Developer
 Guide API 2.0, I end up at the following location:
 http://docs.openstack.org/api/openstack-identity-service/2.0/content/
 This page does not contain a number of the documented APIs from the 1st
 link I posted. For example no info on 'List Roles for User on Tenant',
 'Check Token', etc..

 Can someone help me understand which version of the documented APIs are
 current (supported) for Folsom? I'm thinking maybe the 1st doc link I
 posted is being created for folsom, but is not yet live.

 Thanks much


 ___
 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] Please provide the step by step guide for 3 node swift instalation steps

2012-09-21 Thread Anne Gentle
Hi John -
Thanks for asking more specific questions. You'll find that you need
to follow the entire installation guide in order to get all the
components working together. To specifically answer your questions,
though, I'll paste some HTML links rather than the whole PDF.

The names of packages for nova can be found here:
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html
Example architectures for Compute (nova) are here:
http://docs.openstack.org/trunk/openstack-compute/admin/content/example-installation-architecture.html

Swift installation via packages is documented here:
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/general-installation-steps-swift.html
Example architecture for Object Storage (swift) is here:
http://docs.openstack.org/trunk/openstack-object-storage/admin/content/example-object-storage-installation-architecture.html

Hope these are helpful.
Anne

On Fri, Sep 21, 2012 at 1:46 AM, John Raja john.r...@indiainfoline.com wrote:
 from where i can download the package for nova and swift


 
 Regards,
 John Raja
 Ip Extn  :- 509028
 Tel:- 022-40609028




 On Tue, Sep 18, 2012 at 12:22 PM, John Raja john.r...@indiainfoline.com
 wrote:

 Please provide the step by step guide for 3 node swift instalation steps .



 
 Regards,
 John Raja
 Ip Extn  :- 509028
 Tel:- 022-40609028




 ___
 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] Keystone v2.0 dev API doc confusion

2012-09-21 Thread Dolph Mathews
I'm not sure what's wrong here, but I definitely want to make sure this is
fixed-- just assigned the bug to myself.

-Dolph


On Fri, Sep 21, 2012 at 8:43 AM, Anne Gentle a...@openstack.org wrote:

 Hi Boden -
 This is a known bug with the way those Keystone dev docs are output.
 I'm tracking it here:
 https://bugs.launchpad.net/openstack-manuals/+bug/1015119

 I can help someone fix this - thanks for pointing it out again. Please
 vote on that bug to raise its visibility to get it attention.

 Thanks,
 Anne

 On Fri, Sep 21, 2012 at 3:53 AM, boden bo...@linux.vnet.ibm.com wrote:
  I came across the following Keystone dev API docs:
 
 http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_listRolesForUserOnTenant_v2.0_tenants__tenantId__users__user_id__roles_Admin_API_Service_Developer_Operations-d1e1356.html
  This set of keystone v2.0 docs includes documented APIs for operations
  such as 'List Roles for User on Tenant', 'Check Token', etc.. I tried a
  few of these APIs on some recent code from master -- works as documented.
 
  However if I follow the typical API doc links: www.openstack.org 
  Documentation  API Documentation  OpenStack Identity Service Developer
  Guide API 2.0, I end up at the following location:
  http://docs.openstack.org/api/openstack-identity-service/2.0/content/
  This page does not contain a number of the documented APIs from the 1st
  link I posted. For example no info on 'List Roles for User on Tenant',
  'Check Token', etc..
 
  Can someone help me understand which version of the documented APIs are
  current (supported) for Folsom? I'm thinking maybe the 1st doc link I
  posted is being created for folsom, but is not yet live.
 
  Thanks much
 
 
  ___
  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] Keystone: Get user/tenant by name returning full list

2012-09-21 Thread boden
As per the Keystone v2.0 API docs, I've been trying to use the 'get user
by name' and 'get tenant by name' APIs to retrieve the respective
resource by name. The URI signatures are:

v2.0/users​?name=string
v2.0/tenants​?name=string

respectively.

However, both of these APIs are returning the full list (collection) of
users/tenants rather than the single resource specified in the 'name'
parameter.

EX:

(request)
GET http://localhost:35357/v2.0/tenants?name=DefaultTenant

(response)
{u'tenants': [{u'id': u'0e98e4ac9590428c997e3aabf18a49d4', u'enabled':
True, u'description': u'Services Tenant', u'name': u'Services'}, {u'id':
u'6f8945f2d47f4abea149b7a0176b12a8', u'enabled': True, u'description':
u'Default Tenant', u'name': u'DefaultTenant'}], u'tenants_links': []}


I did a bug search but didn't see anything existing. Hence I'm trying to
confirm this issue is worthy of a defect?

Thx


___
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 Folsom RC2 available

2012-09-21 Thread Thierry Carrez
Hello everyone,

We created a new Folsom release candidate for OpenStack Network service
(Quantum), due to a number of release-critical issues. You can find
the list of bugs fixed and a Quantum RC2 tarball at:

https://launchpad.net/quantum/folsom/folsom-rc2

In particular, this milestone contains the fix for a remote code
execution vulnerability that was introduced previously in the
development cycle (but not in any supported release), so people running
previous Folsom development milestones are strongly encouraged to switch
to this version instead.

Unless new release-critical issues are found that warrant another
release candidate respin, this RC2 will be formally included in the
common OpenStack 2012.2 final release on September 27. You are therefore
strongly encouraged to test and validate this tarball.

Alternatively, you can grab the code at:
https://github.com/openstack/quantum/tree/folsom-rc2

If you find an issue that could be considered release-critical, please
file it at https://bugs.launchpad.net/quantum/+filebug and tag it
*folsom-rc-potential* to bring it to the release crew's attention.

Happy regression hunting,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

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


Re: [Openstack] Keystone: Get user/tenant by name returning full list

2012-09-21 Thread Dolph Mathews
I'm not aware that this was ever implemented during essex (it was available
in diablo) -- definitely worth opening a bug!

-Dolph


On Fri, Sep 21, 2012 at 11:15 AM, boden bo...@linux.vnet.ibm.com wrote:

 As per the Keystone v2.0 API docs, I've been trying to use the 'get user
 by name' and 'get tenant by name' APIs to retrieve the respective
 resource by name. The URI signatures are:

 v2.0/users​?name=string
 v2.0/tenants​?name=string

 respectively.

 However, both of these APIs are returning the full list (collection) of
 users/tenants rather than the single resource specified in the 'name'
 parameter.

 EX:
 
 (request)
 GET http://localhost:35357/v2.0/tenants?name=DefaultTenant

 (response)
 {u'tenants': [{u'id': u'0e98e4ac9590428c997e3aabf18a49d4', u'enabled':
 True, u'description': u'Services Tenant', u'name': u'Services'}, {u'id':
 u'6f8945f2d47f4abea149b7a0176b12a8', u'enabled': True, u'description':
 u'Default Tenant', u'name': u'DefaultTenant'}], u'tenants_links': []}
 

 I did a bug search but didn't see anything existing. Hence I'm trying to
 confirm this issue is worthy of a defect?

 Thx


 ___
 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] FreeIPA LDAP + Keystone question: How to assign roles to user?

2012-09-21 Thread 邱剑
Hi, 

I was working on using LDAP of FreeIP as backend of Keystone.

User and tenants information can be fetched from LDAP. However, I could not 
figure out how to assign roles to users in specific tenants. I'm wondering 
whether someone can help?

I noticed that Mr. Adam Young had post a blog about this topic:

http://adam.younglogic.com/2012/09/ldaps-against-a-freeipa-server/

However, it did not show how to import roles in LDAP. I'm wondering whether 
there is any progress about this?

Many thanks.

keystone in use was the latest master branch on github on Sep 21, 2012.


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


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #249

2012-09-21 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/249/Project:quantal_folsom_quantum_trunkDate of build:Fri, 21 Sep 2012 06:00:33 -0400Build duration:5 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix for flat network creation in Cisco pluginby thierryeditquantum/plugins/cisco/models/virt_phy_sw_v2.pyFix deadlock of Metapluginby thierryeditquantum/plugins/metaplugin/meta_quantum_plugin.pyeditquantum/plugins/metaplugin/meta_db_v2.pyAdd catch-call try/catch within rpc_loop in ovs plugin agentby thierryeditquantum/plugins/openvswitch/agent/ovs_quantum_agent.pyConsole Output[...truncated 5876 lines...]bzr branch lp:~openstack-ubuntu-testing/quantum/quantal-folsom-proposed /tmp/tmp6wiX_E/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp6wiX_E/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ac4049bb850cd88ffe0ab7ddea4a1c0b32fc120a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209210600~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [0cab87a] Add catch-call try/catch within rpc_loop in ovs plugin agentdch -a [cba462a] Fix deadlock of Metaplugindch -a [e860c01] Fix for flat network creation in Cisco plugindch -a [6afc60a] Sync a change to rpc from openstack-common.dch -a [5a55c3f] remove not need shebang line in quantum debugdch -a [36798c0] make rootwrap filters path consistent with other openstack projectdch -a [5522083] fix for nested rootwrap checks with 'ip netns exec'dch -a [cd06025] README file changes for Cisco plugindch -a [d459b45] Update l3-agent.ini with missing configuration flagsdch -a [ed33a66] Fix for failing network operations in Cisco plugindch -a [5024b9d] Add quantum-nec-agent to bin directory.dch -a [d5f3407] add missing files from setup.pydch -a [ee4f7f4] make README point to real v2 API specdch -a [d8f1575] ovs-lib: make db_get_map return empty dict on errordch -a [eac379d] modify the wrong phy_brs into phys_brs.dch -a [0369468] Fix for DB error in the Cisco plugindch -a [e32cfb0] NVP plugin missing dhcp rpc callbacksdch -a [36d702a] always push down metadata rules for router, not just if gateway existsdch -a [eb7f6b7] Removed eval of unchecked strings.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2012.2+git201209210600~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A quantum_2012.2+git201209210600~quantal-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'quantum_2012.2+git201209210600~quantal-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'quantum_2012.2+git201209210600~quantal-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: quantal_folsom_quantum_trunk #251

2012-09-21 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/251/Project:quantal_folsom_quantum_trunkDate of build:Fri, 21 Sep 2012 14:10:28 -0400Build duration:5 min 48 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 8047 lines...]deleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2012.2+git201209171404~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2012.2+git201209171404~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2012.2+git201209171404~quantal-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/quantal-folsom']Pushed up to revision 94.INFO:root:Storing current commit for next build: a2fb340097fab44e6b8915102577b769fb5ffac2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/quantal-folsom-proposed /tmp/tmpdzmwp9/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpdzmwp9/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ac4049bb850cd88ffe0ab7ddea4a1c0b32fc120a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209211410~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [a2fb340] Fix OVS and LB plugins' VLAN allocation table synchronizationdch -a [1aa2ac5] l3-agent: move check if ext-net bridge exists within daemon loopdch -a [7253c89] all rootwrap filter for 'route', used by l3-agentdch -a [0cab87a] Add catch-call try/catch within rpc_loop in ovs plugin agentdch -a [cba462a] Fix deadlock of Metaplugindch -a [e860c01] Fix for flat network creation in Cisco plugindch -a [6afc60a] Sync a change to rpc from openstack-common.dch -a [5a55c3f] remove not need shebang line in quantum debugdch -a [36798c0] make rootwrap filters path consistent with other openstack projectdch -a [5522083] fix for nested rootwrap checks with 'ip netns exec'dch -a [cd06025] README file changes for Cisco plugindch -a [d459b45] Update l3-agent.ini with missing configuration flagsdch -a [ed33a66] Fix for failing network operations in Cisco plugindch -a [5024b9d] Add quantum-nec-agent to bin directory.dch -a [d5f3407] add missing files from setup.pydch -a [ee4f7f4] make README point to real v2 API specdch -a [d8f1575] ovs-lib: make db_get_map return empty dict on errordch -a [eac379d] modify the wrong phy_brs into phys_brs.dch -a [0369468] Fix for DB error in the Cisco plugindch -a [e32cfb0] NVP plugin missing dhcp rpc callbacksdch -a [36d702a] always push down metadata rules for router, not just if gateway existsdch -a [eb7f6b7] Removed eval of unchecked strings.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2012.2+git201209211410~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A quantum_2012.2+git201209211410~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing quantum_2012.2+git201209211410~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom quantum_2012.2+git201209211410~quantal-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/quantal-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_nova_trunk #630

2012-09-21 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/630/Project:quantal_folsom_nova_trunkDate of build:Fri, 21 Sep 2012 16:00:35 -0400Build duration:4 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesStop double logging to the consoleby vishvanandaeditnova/__init__.pyFix solidfire option declarationby vishvanandaeditnova/volume/solidfire.pyAdds deserialization for block_device_mappingby vishvanandaeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyConsole Output[...truncated 2837 lines...]hard linking tools/xenserver/vdi_chain_cleanup.py -> nova-2012.2/tools/xenserverhard linking tools/xenserver/vm_vdi_cleaner.py -> nova-2012.2/tools/xenservercopying setup.cfg -> nova-2012.2Writing nova-2012.2/setup.cfgcreating distCreating tar archiveremoving 'nova-2012.2' (and everything under it)INFO:root:Building package using /tmp/tmpLc9vu4/nova_2012.2+git201209211603~quantal.orig.tar.gzINFO:root:Generating git changelog entries for this packageDEBUG:root:['git', 'log', '-n1', '--no-merges', '--pretty=format:%H']DEBUG:root:e504231a48beec703f59232c4877150c537bd79fINFO:root:Detected previous commit - readingDEBUG:root:['git', 'log', 'c8431607334de1ddb5e0607c9c18bc973fc61554..HEAD', '--no-merges', '--pretty=format:[%h] %s']INFO:root:Merging testing branch from launchpadDEBUG:root:['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']Not attempting to fix packaging branch ancestry, missing pristine tar data for version 2012.2+git201209211531~quantal.+N  debian/changelog.old M  debian/changelog M  debian/controlText conflict in debian/control1 conflicts encountered.ERROR:root:Error occurred during package creation/build: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' returned non-zero exit status 1ERROR:root:Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/quantal-folsom-proposed /tmp/tmpLc9vu4/novamk-build-deps -i -r -t apt-get -y /tmp/tmpLc9vu4/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c8431607334de1ddb5e0607c9c18bc973fc61554..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/quantal-folsom --forceTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' 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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' 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: quantal_folsom_nova_trunk #631

2012-09-21 Thread openstack-testing-bot
Title: quantal_folsom_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_nova_trunk/631/Project:quantal_folsom_nova_trunkDate of build:Fri, 21 Sep 2012 18:00:36 -0400Build duration:3 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesFix live migration when volumes are attachedby vishvanandaeditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyRecreate nw_info after auto assigning floating ip.by vishvanandaeditnova/network/manager.pyEnsure hybrid driver creates veth pair only once.by vishvanandaeditnova/virt/libvirt/vif.pySet volume status to error if scheduling fails.by vishvanandaeditnova/tests/scheduler/test_scheduler.pyeditnova/scheduler/manager.pyConsole Output[...truncated 2837 lines...]hard linking tools/xenserver/vdi_chain_cleanup.py -> nova-2012.2/tools/xenserverhard linking tools/xenserver/vm_vdi_cleaner.py -> nova-2012.2/tools/xenservercopying setup.cfg -> nova-2012.2Writing nova-2012.2/setup.cfgcreating distCreating tar archiveremoving 'nova-2012.2' (and everything under it)INFO:root:Building package using /tmp/tmpB19mdA/nova_2012.2+git201209211802~quantal.orig.tar.gzINFO:root:Generating git changelog entries for this packageDEBUG:root:['git', 'log', '-n1', '--no-merges', '--pretty=format:%H']DEBUG:root:fb1f3502da1839d7bb700af16cc3a107da5d8624INFO:root:Detected previous commit - readingDEBUG:root:['git', 'log', 'c8431607334de1ddb5e0607c9c18bc973fc61554..HEAD', '--no-merges', '--pretty=format:[%h] %s']INFO:root:Merging testing branch from launchpadDEBUG:root:['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']Not attempting to fix packaging branch ancestry, missing pristine tar data for version 2012.2+git201209211531~quantal.+N  debian/changelog.old M  debian/changelog M  debian/controlText conflict in debian/control1 conflicts encountered.ERROR:root:Error occurred during package creation/build: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' returned non-zero exit status 1ERROR:root:Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/quantal-folsom-proposed /tmp/tmpB19mdA/novamk-build-deps -i -r -t apt-get -y /tmp/tmpB19mdA/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c8431607334de1ddb5e0607c9c18bc973fc61554..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/quantal-folsom --forceTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' 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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/quantal-folsom', '--force']' 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: quantal_folsom_swift_trunk #88

2012-09-21 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/88/Project:quantal_folsom_swift_trunkDate of build:Fri, 21 Sep 2012 23:30:33 -0400Build duration:4 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesOnly set TCP_KEEPIDLE where supportedby bclineeditswift/common/wsgi.pyConsole Output[...truncated 3863 lines...]dch -a [d24e280] obj replicator speed updch -a [063789b] container_info returns a dictdch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [73846c2] fix update_deleted directory creation. bug 1035274dch -a [07b4c21] 1.7.1 version bumpdch -a [341da75] changelog and authors updates for 1.7 releasedch -a [2e16b1f] Update swift.common.db to us swift.cmmn.utils.jsondch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [0bb5d6d] use simplejson to serialize acct/cont resultsdch -a [54a2907] bumped version to 1.7.0 to reflect current dev effortdch -a [7b664c9] Fix PEP8 issues in ./test/unit/common .dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.dch -a [4a2ae2b] Upating proxy-server StatsD logging.dch -a [c509ac2] Added ability to disable fallocatedch -a [2a38a04] Remove the gettext wrapper of server_type.dch -a [9290471] x-newest cleanup code with test. Fixes bug 1037337dch -a [9bda92d] Misc. swift-bench improvements.dch -a [e1ff51c] Do not use pickle for serialization in memcache, but JSONdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.3+git201209212330~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A swift_1.7.3+git201209212330~quantal-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.3+git201209212330~quantal-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.3+git201209212330~quantal-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