I have encountered other problems too. First of all, when starting the Central Agent I have had Glance endpoint 404 not found errors. As, Julien pointed out ( https://bugs.launchpad.net/ceilometer/+bug/1083104), I have removed the "v1" from the Glance URLs and it worked well.
Secondly, when starting the API Server, I have received "ImportError: No module named mako.template" error. Thus, I have installed python-mako module (sudo apt-get install python-mako), and the error disappeared. Now, I am receiving another error within the API Server. The error is as follows: "AttributeError: 'OptGroup' object has no attribute '_get_argparse_group'" Do you think it has something to do with mod_wsgi ( http://docs.openstack.org/developer/ceilometer/install/mod_wsgi.html)? I would appreciate your help on this. Thanks. On Thu, Apr 25, 2013 at 12:27 AM, Riki Arslan <riki.ars...@cloudturk.net>wrote: > Hi Doug, > > Your email helped me. It was actually glanceclient version 0.5.1 that was > causing the conflict. After updating it, the conflict error disappeared. > > I hope this would help someone else too. > > Thanks again. > > > On Wed, Apr 24, 2013 at 11:49 PM, Doug Hellmann < > doug.hellm...@dreamhost.com> wrote: > >> >> >> >> On Wed, Apr 24, 2013 at 9:17 AM, Riki Arslan >> <riki.ars...@cloudturk.net>wrote: >> >>> Hi, >>> >>> We are trying to install "ceilometer-2013.1~g2.tar.gz" which presumably >>> has Folsom compatibility. >>> >>> The requirment is "python-keystoneclient>=0.2,<0.3" and we have >>> the version 2.3. >>> >>> But, still, setup quits with the following message: >>> >>> "error: Installed distribution python-keystoneclient 0.2.3 >>> conflicts with requirement python-keystoneclient>=0.1.2,<0.2" >>> >>> The funny thing is, although pip-requires states >>> "python-keystoneclient>=0.2,<0.3", the error message complains that it is >>> not "python-keystoneclient>=0.1.2,<0.2". >>> >> >> Something else you have installed already wants an older version of the >> keystone client, so the installation of ceilometer is not able to upgrade >> to the version we need. >> >> Doug >> >> >>> >>> Your help is greatly appreciated. >>> >>> Thank you in advance. >>> >>> _______________________________________________ >>> 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