Re: [Openstack] [SWIFT] A way to tell how much data is used on container servers?

2014-02-17 Thread John Dickinson
Look on your existing drives in your cluster and see how much space the "account" and "container" directories are using (eg `du -sh /srv/node/*/{accounts,containers}`). Sum that across all the servers in your cluster, and you've got it. As a general rule of thumb (ie HUGE ASSUMPTIONS MADE HERE)

[Openstack] [SWIFT] A way to tell how much data is used on container servers?

2014-02-17 Thread Stephen Wood
I'm preparing to migrate our container servers to SSD hosts for better performance, but I'm unsure on how to calculate the space required on these new hosts. Is there a way to approximate how much data the container servers are using? -- Stephen Wood www.heystephenwood.com ___

[Openstack] Keystone v3 APIs

2014-02-17 Thread Rajdeep Dua
Trying to get list of groups in a tenant using Keystone v3 APIs. It is giving me an error - resource not found even where there are groups in that tenant. Any idea why this might be happening Thanks Rajdeep Code - Listing import keystoneclient.v3.client as ksclient from credentials import get_c

[Openstack] Integrating new SAN

2014-02-17 Thread Marco Fornaro
Hi All, I'm integrating a new SAN in my openstack instances (all Havana on Ubuntu 12.04 based) No problem in accessing via iscsi a partition of the SAN from whatever of the Openstack instances nodes Now I would like to make all this new storage directly "available" from the controller node,

[Openstack] [OSSA 2014-005] Missing SSL certificate check in Python Swift client (CVE-2013-6396)

2014-02-17 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-005 CVE: CVE-2013-6396 Date: February 17, 2014 Title: Missing SSL certificate check in Python Swift client Reporter: Thomas Leaman (HP) Products: python-swiftclient Versions: 1.0 version up to 1.9.0 Description: Thomas Leaman from HP reported that the Python Swift

Re: [Openstack] packages for release 2013.2.2

2014-02-17 Thread Thomas Goirand
On 02/17/2014 06:38 PM, Thomas Goirand wrote: > > Hi, > > FYI, I have already published the Debian packages for the 2013.2.2 > release. These packages have been tested and passed our tempest > functional tests on our CI. The repositories for wheezy are as always: > > deb http://archive.gplhost.c

Re: [Openstack] [Horizon] Error: horizon/js/horizon.js isn't accessible via COMPRESS_URL

2014-02-17 Thread Andrii L
Dear Kieran, Thank you, you helped a lot. On Mon, Feb 17, 2014 at 6:01 AM, Kieran Spear wrote: > Hi, > > STATIC_URL requires a RequestContext when rendering: > > http://stackoverflow.com/a/5478944 > > You can also use django.shortcuts.render. > > Cheers, > Kieran > > > > On 16 February 2014 00

Re: [Openstack] Openstack Havana - Unable to attach L3 agent to Router

2014-02-17 Thread raghavendra.lad
Hi, I am unable to attach l3 router capability to the Router. The root_helper with sudo for rootwrap has issues. The VM gets the IP and after booting insode the VM we don't find any IP for the instance. I am not able to ping as we don't find IP inside the VM. Any help would be appreciated.

Re: [Openstack] packages for release 2013.2.2

2014-02-17 Thread Matthias Runge
On 02/17/2014 09:45 AM, Cristina Aiftimiei wrote: > Hi, > > according to https://wiki.openstack.org/wiki/ReleaseNotes/2013.2.2 there > is an update of Havana containing new packages fixing some security issues. > I had a look at > http://repos.fedorapeople.org/repos/openstack/openstack-havana/epel

Re: [Openstack] run_tests.sh fails in python-glanceclient

2014-02-17 Thread Zhengguang Ou
Thanks Edward and Damon, it works, indeed, downgrading tox can solve this problem. 2014-02-17 19:55 GMT+08:00 Damon Wang : > Hi Zhengguang, > > My opinion is same to Edward, some people have reported this days ago: > > > https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg16236.ht

[Openstack] Shrinking allocation_pool in Grizzly?

2014-02-17 Thread Markku Tavasti
Hello! I need to resize (shrink) allocation pool in existing subnets. Change has to be done 'on the fly', all subnets in use, with running instances on them. There is existing bug ( https://bugs.launchpad.net/neutron/+bug/572 ) which is to be fixed in future, but I need to do this someho

Re: [Openstack] run_tests.sh fails in python-glanceclient

2014-02-17 Thread Damon Wang
Hi Zhengguang, My opinion is same to Edward, some people have reported this days ago: https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg16236.html http://www.mail-archive.com/openstack-dev@lists.openstack.org/msg16623.html Use tox 1.6.1 will solve this problem. Damon 2014-02-

Re: [Openstack] run_tests.sh fails in python-glanceclient

2014-02-17 Thread Edward Hope-Morley
Hi Zhengguang, I think you have hit the incompatibility bug with tox > 1.6.1 i.e. the latest version of Tox breaks with openstack. A bug is filed here https://bitbucket.org/hpk42/tox/issue/150/posargs-configerror. You can check what version you have with 'pip search tox'. My guess is you have 1.7.

Re: [Openstack] packages for release 2013.2.2

2014-02-17 Thread Thomas Goirand
Hi, FYI, I have already published the Debian packages for the 2013.2.2 release. These packages have been tested and passed our tempest functional tests on our CI. The repositories for wheezy are as always: deb http://archive.gplhost.com/debian havana main deb http://archive.gplhost.com/debian ha

Re: [Openstack] Are multiple neutron plugins on a server supported?

2014-02-17 Thread nishant kumar
Salvatore, Thanks for your response. I will look at ML2. I guess such capability will require the option of passing 'Plugin Name' to the first level API so that request can be forwarded to the right plugin. I will try to see whether ML2 works this way.   Thanks, Nishant On Monday, February 1

Re: [Openstack] packages for release 2013.2.2

2014-02-17 Thread Cristina Aiftimiei
Thank you for the fast answer!! I'll be patient :-) Do you know if there will be an announcement when the repos will be updated? Cristina On Mon, Feb 17, 2014 at 10:42 AM, sylecn wrote: > Hi Cristina, > > It will take a while for upstream to checkout and package the new release > and make th

Re: [Openstack] packages for release 2013.2.2

2014-02-17 Thread sylecn
Hi Cristina, It will take a while for upstream to checkout and package the new release and make them available. For ubuntu, it will be in the same cloud-archive:havana ppa. -- Yuanle On Mon, Feb 17, 2014 at 4:45 PM, Cristina Aiftimiei wrote: > Hi, > > according to https://wiki.openstack.org/wi

[Openstack] packages for release 2013.2.2

2014-02-17 Thread Cristina Aiftimiei
Hi, according to https://wiki.openstack.org/wiki/ReleaseNotes/2013.2.2 there is an update of Havana containing new packages fixing some security issues. I had a look at http://repos.fedorapeople.org/repos/openstack/openstack-havana/epel-6/ but there are no new, 2013.2.2 packages, available. The sa

Re: [Openstack] Are multiple neutron plugins on a server supported?

2014-02-17 Thread Salvatore Orlando
Hi Nishant, unfortunately Neutron at the moment supports only a single plugin for each service. This means you can only specify a single core_plugin. If your goal is to support multiple backend technologies in your deployment, you should perhaps have a look at the ML2 where deployment of multiple

[Openstack] Are multiple neutron plugins on a server supported?

2014-02-17 Thread nishant kumar
Hi All, While setting up a neutron plugin (like ovswitch, mellanox etc), we need to specify plugin name in /etc/neutron/neutron.conf (on the neutron server node) as follows: core_plugin =neutron.plugins.mlnx.mlnx_plugin.MellanoxEswitchPlugin My query is: Is there a way to specify and use multi