[Openstack] Ceilometer Install

Doug Hellmann doug.hellmann at dreamhost.com
Thu Apr 25 12:27:28 UTC 2013


On Thursday, April 25, 2013, Riki Arslan wrote:

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

Mako is a dependency do sqlalchemy, I think. Are you using the sqlalchemy
storage driver for ceilometer?


>
> Now, I am receiving another error within the API Server. The error is as
> follows:
> "AttributeError: 'OptGroup' object has no attribute '_get_argparse_group'"
>

That sounds like a problem with the config module. Was there a full
traceback? If not, try adding the --debug option when starting the service.

Doug


>
> 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.arslan at cloudturk.net<javascript:_e({}, 'cvml', 'riki.arslan at 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.hellmann at dreamhost.com <javascript:_e({}, 'cvml',
>> 'doug.hellmann at dreamhost.com');>> wrote:
>>
>>>
>>>
>>>
>>> On Wed, Apr 24, 2013 at 9:17 AM, Riki Arslan <riki.arslan at cloudturk.net<javascript:_e({}, 'cvml', 'riki.arslan at 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 at lists.launchpad.net <javascript:_e({}, 'cvml',
>>>> 'openstack at lists.launchpad.net');>
>>>> Unsubscribe : https://launchpad.net/~openstack
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130425/0131ac98/attachment.html>


More information about the Openstack mailing list