Re: [Openstack] Error while enabling s3 support in swift

2012-11-28 Thread Alan Pevec
2012/11/28 Gui Maluf guimal...@gmail.com: /usr/local/lib/python2.7/dist-packages/swift3-1.0.0-py2.7.egg/swift3/middleware.py, line 67, in module from swift.common.swob import Request, Response ImportError: No module named swob I couldnt find a way to install this swob module. You need

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
As user root, I created the keystone db as follows: root@novato:~/ahmed# mysql -u root -pmysqlpass Welcome to the MySQL monitor. Commands end with ; or \g. ... mysql CREATE DATABASE keystone; Query OK, 1 row affected (0.00 sec) CREATE USER missing here? mysql GRANT ALL ON keystone.*

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
2012/11/26 Ahmed Al-Mehdi ah...@coraid.com: mysql select * from mysql.user; | localhost | | | N | N | N | | % | keystoneUser | *BB845D9C1AA6F1797AA68A8AB73F7C98BBD6A84A | N | N | N |

Re: [Openstack] FIXED IT! Re: Floating ip addresses take forever to display

2012-11-22 Thread Alan Pevec
2012/11/22 Thierry Carrez thie...@openstack.org: It's more a question of how disruptive the patch is vs. how critical the bug is. Given how annoying this bug is, it would be good to at least assess the disruption factor of a backport. Did we identify the bug number (or commit id) of the

Re: [Openstack] FIXED IT! Re: Floating ip addresses take forever to display

2012-11-21 Thread Alan Pevec
2012/11/22 Lars Kellogg-Stedman l...@seas.harvard.edu: Any chance we can get it fixed in Essex, too? Or has this release been abandoned? I'm not clear on what the maintenance schedule looks like as the steamroller of progress moves forward. Current stable branch policy is documented in

Re: [Openstack] A simple guide to install OpenStack Folsom

2012-10-10 Thread Alan Pevec
On Wed, Oct 10, 2012 at 11:10 AM, Skible OpenStack skible.openst...@gmail.com wrote: I am counting on our your feedback to enhance my work and contribute it to the OpenStack Eco System. I wonder about https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/tree/master/Scripts which say:

Re: [Openstack] Enabling logging in keystone.

2012-10-03 Thread Alan Pevec
On Wed, Oct 3, 2012 at 8:31 AM, Dolph Mathews dolph.math...@gmail.com wrote: At the very least, I'd like to move this approach to the end of the page; and ideally, the script would be managed by openstack. There's a sample script in Keystone

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-07-02 Thread Alan Pevec
On Thu, Jun 28, 2012 at 11:32 AM, Thierry Carrez thie...@openstack.org wrote: The team is now open, anyone familiar with Launchpad and Bug triaging[1] is welcome to join at [2]. Let's triage all New/Undecided bugs now ! [1] http://wiki.openstack.org/BugTriage [2]

Re: [Openstack] setuptools-git

2012-06-29 Thread Alan Pevec
On Fri, Jun 29, 2012 at 7:19 PM, Monty Taylor mord...@inaugust.com wrote: We use pip-requires as part of building the virtualenvs. Once we start using it, setuptools-git is pretty much required for running setup.py, so many common actions in our workflow will require it. It's a good question

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-26 Thread Alan Pevec
On Tue, Jun 26, 2012 at 6:55 PM, Lars Kellogg-Stedman l...@seas.harvard.edu wrote: force_dhcp_release=true should cause the ip to be released immediately, assuming the relevant optional binary from dnsmasq is installed (it is in the package dnsmasq-utils in ubuntu). The dhcp_release command

Re: [Openstack] [bug] cannot umount guestfs (Bug #1013689)

2012-06-21 Thread Alan Pevec
On Thu, Jun 21, 2012 at 9:40 AM, Alexey Ababilov aababi...@griddynamics.com wrote: The same problem will be with sleeping for 4 seconds - the filesystem remains not synchronized. Hmm, then it's a kernel bug which should be fixed, which kernel is that? Cheers, Alan

Re: [Openstack] Backporting to Essex-Stable

2012-04-30 Thread Alan Pevec
On Mon, Apr 30, 2012 at 8:14 AM, Vaze, Mandar mandar.v...@nttdata.com wrote: What is the procedure to get these approved for back-porting ? http://wiki.openstack.org/StableBranch#Workflow ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] is this a bug in milestone-proposed keystone ? (cannot get endpoint-list, nor create endpoint)

2012-03-24 Thread Alan Pevec
Default catalog backend in git is templated, if you want to match Ubuntu (and Fedora) package default, set it to sql backend. Cheers, Alan ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Essex-4 Installfest March 8, 2012

2012-02-23 Thread Alan Pevec
On Thu, Feb 23, 2012 at 1:10 AM, andi abes andi.a...@gmail.com wrote: If you're going to be hacking at the same time, let's connect! Excellent timing, we plan Fedora OpenStack Test Day on the same day: https://fedoraproject.org/wiki/Test_Day:2012-03-08_OpenStack_Test_Day Cheers, Alan

Re: [Openstack] swift keystone help

2012-02-23 Thread Alan Pevec
On Thu, Feb 23, 2012 at 11:23 PM, Paras pradhan pradhanpa...@gmail.com wrote: Now I have keystone configured at http://192.168.122.14:5000/v2.0  how to use curl in this case to get a token? Example from devstack: TOKEN=`curl -s -d {\auth\:{\passwordCredentials\: {\username\: \$ADMIN_USER\,

Re: [Openstack] Glance with Swift backend auth failure using Keystone

2012-02-15 Thread Alan Pevec
On Wed, Feb 15, 2012 at 9:54 AM, Cor Cornelisse c...@hyves.nl wrote: You're probably looking for this: https://github.com/cloudbuilders/swift-keystone2 Is this official part of openstack? If yes, shouldn't this middleware be included in the keystone project? Cheers, Alan

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-23 Thread Alan Pevec
On Mon, Jan 23, 2012 at 7:18 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: No major issues preventing fedora. In fact we might have to get packages from fedora (dependencies) and get those into rhel (if possible). Or create something like grid  dynamics has (a dependency repo) and use that

Re: [Openstack] Integration test gating on trunk

2012-01-13 Thread Alan Pevec
On Tue, Jan 10, 2012 at 10:50 PM, James E. Blair cor...@inaugust.com wrote: ... If this kind of config file change is likely to be a common problem, here is another way we could handle it: change devstack to use the sample config file from the nova repository instead of the one in devstack.