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 Swift 1.7.5 or use older swift3 before
https://github.com/fujita/swift3/commit/6429b1c5b97fd61452e1d3e66d0af17302922d8b

Cheers,
Alan

___
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] 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.* TO 'keystoneUser'@'%' IDENTIFIED BY
 'keystonePass';
 Query OK, 0 rows affected (0.00 sec)

 mysql quit;

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

http://dev.mysql.com/doc/refman/5.5/en/access-denied.html
The reason that this does not work is that the default privileges
include an entry with Host='localhost' and User=''. Because that entry
has a Host value 'localhost' that is more specific than '%', it is
used in preference to the new entry when connecting from localhost!

So you need to create keystoneUser@localhost

Cheers,
Alan

___
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] 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 Folsom fix, so that
 we can open an Essex task for it ?

That's exactly what I'm saying, you need someone to do all of this
(asses risk/benefit, find master fix and backport it, eventually make
a new stable release) and currently only Dave Walker signed up for
this work:
https://launchpad.net/~openstack-essex-maint/+members

Cheers,
Alan

___
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] 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
http://wiki.openstack.org/StableBranch

tld;r openstack-stable-maint team actively backports fixes to
stable/folsom branch.
Separate openstack-diablo-maint and openstack-essex-maint teams exist
for older branches, but they accept serious issues e.g. security fixes
only.
Note that diablo/essex-maint teams are 1-2 members only, so if you
have resources I'm sure they'd welcome any help they can get.

Cheers,
Alan

___
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] 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:
# Mainly inspired by
https://github.com/openstack/keystone/blob/master/tools/sample_data.sh

Why not submit that as an improvement to Keystone?
I'd like to propose consolidation of all keystone initialization
scripts around (Keyston's sample_data.sh, Devstack's keystone_data.sh,
scripts like yours) and  move to Lorin's YAML config (see
https://lists.launchpad.net/openstack/msg17204.html)
I'm just not sure yet if additional dependency on YAML is worth it.

Cheers,
Alan

___
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] 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
https://github.com/openstack/keystone/blob/master/tools/sample_data.sh
although I must say that yaml is much more readable.
While at the it, there's one more in Devstack
https://github.com/openstack-dev/devstack/blob/master/files/keystone_data.sh
so maybe replacing both with keystone-init.py + yaml, maintained in
Keystone git makes sense?

Cheers,
Alan

___
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] [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] https://launchpad.net/~nova-bugs

What about other projects?
glance/swift/quantum are moderated keystone/horizon are restricted

Cheers,
Alan

___
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] 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 though - and I consider the current existence of it
 in pip-requires purely a convenience hack. We don't have a strong place
 in our infrastructure to indicate setup_requires entries. I'll work on
 that next.

test-requires is also used when building venv and until there are
separate build-requires, seems to be a better place for deps such as
this

Trouble is that openstack.common.setup.parse_requirements() parses
pip-requires and puts everything there into egg-info, which should be
only run-time deps.

Cheers,
Alan

___
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] 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 does not appear to be packaged with Fedora.

It is in optional dnsmasq-utils subpackage in F17 and F16 updates
https://admin.fedoraproject.org/updates/dnsmasq-2.59-4.fc16

Cheers,
Alan

___
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] [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

___
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] 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 : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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

___
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] 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\, \password\: \$ADMIN_PASSWORD\},
\tenantName\: \$ADMIN_TENANT\}} -H Content-type:
application/json http://$HOST_IP:5000/v2.0/tokens | python -c import
sys; import json; tok = json.loads(sys.stdin.read()); print
tok['access']['token']['id'];`

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

___
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] 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
 for development purposes for rhel *like* systems (possibly hosted by
 yahoo??)

What are those deps? I'd be happy to help add them to EPEL.

Thanks,
Alan

___
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] 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.  Have devstack copy it into place and perform variable
 replacement on the specifics (like the admin token).  That makes
 devstack a little simpler, and keeps the simple case of a tightly
 integrated change of a component and its config file within the same
 repo.

That sounds like an excellent idea!
Besides solving this issue, simpler devstack would also be easier to
add support for other distributions.

Thanks,
Alan

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