[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-03-12 Thread Pedro Jiménez
I have encountered the same error in Folsom yesterday. I tried to
install and use the newest packages but my whole infraestructure failed.
I make a rollback and applied another patch.

PACKAGES:
root@controller:~# dpkg -l | grep keystone
ii  keystone 2012.2.1-0ubuntu1.2~cloud0 
 OpenStack identity service - Daemons
ii  python-keystone  2012.2.1-0ubuntu1.2~cloud0 
 OpenStack identity service - Python library
ii  python-keystoneclient1:0.1.3-0ubuntu1.1~cloud0  
 Client libary for Openstack Keystone API

I changed the requeriments of PYTHON-KEYSTONECLIENT (0.2.2 to 0.1.3) in
this file: /usr/bin/keystone

from:
__requires__ = 'python-keystoneclient==0.2.2'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
sys.exit(
load_entry_point('python-keystoneclient==0.2.2', 'console_scripts', 
'keystone')()
)

to:
__requires__ = 'python-keystoneclient==0.1.3'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
sys.exit(
load_entry_point('python-keystoneclient==0.1.3', 'console_scripts', 
'keystone')()
)


It works like a charm now. I found a paralel MySQL error if someone could need:
http://pedrojimenez.github.com/blog/2013/03/12/new-rrrors-on-fresh-openstack-installations-mysql-and-keystone/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-02-18 Thread Chuck Short
** Changed in: python-keystoneclient (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-keystoneclient in Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-02-18 Thread Chuck Short
** Changed in: python-keystoneclient (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-02-11 Thread Ondergetekende
Version 1:0.2.2.28.gff24716+git201302071635~raring-0ubuntu1 from grizzly
ppa works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-02-11 Thread Scott Moser
stock raring as of today:

$ dpkg-query --show python-keystoneclient
python-keystoneclient   1:0.2.2-0ubuntu1

$ keystone 
Traceback (most recent call last):
  File /usr/bin/keystone, line 5, in module
from pkg_resources import load_entry_point
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2807, in 
module
parse_requirements(__requires__), Environment()
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 594, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: requests=0.8.8,1.0


** Changed in: python-keystoneclient (Ubuntu)
   Status: New = Confirmed

** Changed in: python-keystoneclient (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122146] Re: python-keystoneclient conflicts with python-requests

2013-02-11 Thread Chuck Short
This has been fixed in the upload I just did.

** Changed in: python-keystoneclient (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122146

Title:
  python-keystoneclient conflicts with python-requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1122146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs