The database schema isn't part of the formal API, so if you're OK with code
breaking as we make changes to that schema then it would be fine to run
without the API. If you want to ensure your app continues to work across
those changes, it should be straightforward to set up the API server in a
virt
Thank you for the through explanation. I have no problem running the
Collector, Central and Compute Agents. So, I believe only the API Server is
trying to use the old oslo-incubator version.
I am still weighing the options.
Just a quick question; since the only thing that does not work in my
envi
It looks like you still have incompatible versions of things installed.
The configuration library changed during grizzly. The old version and new
version cannot be used together in the same program because they both try
to modify different copies of a global variable. The exception you're
getting
I have also installed ceilometer-2013.1~g2~20130107.449.tar.gz from the
tarballs list and still getting the same error:
Traceback (most recent call last):
File "/usr/local/bin/ceilometer-api", line 5, in
pkg_resources.run_script('ceilometer==0.0.0', 'ceilometer-api')
File "/usr/lib/python
Hi Doug,
I actually got it from a link on your website:
http://doughellmann.com/2013/01/ceilometer-grizzly-2-milestone-available.html
So, do you think this one is not good?
On Thu, May 2, 2013 at 7:33 PM, Doug Hellmann
wrote:
>
>
>
> On Mon, Apr 29, 2013 at 6:42 PM, Riki Arslan wrote:
>
>> I
On Mon, Apr 29, 2013 at 6:42 PM, Riki Arslan wrote:
> I thought it might help if mentioned little more:
>
> /etc/ceilometer.conf file has the following parameters added:
>
> os_username=ceilometer
> os_password=$PASSWORD
> os_tenant_name=service
> os_auth_url=http://localhost:5000/v2.0/
>
> I chec
I thought it might help if mentioned little more:
/etc/ceilometer.conf file has the following parameters added:
os_username=ceilometer
os_password=$PASSWORD
os_tenant_name=service
os_auth_url=http://localhost:5000/v2.0/
I checked CLI_OPTIONS in service.py and it looks allright:
CLI_OPTIONS = [
Hi Doug,
I have followed the document. The only thing that is different from the
docs is that I did not copy the yaml file (it does not exist in tarball):
cp etc/ceilometer/*.yaml /etc/ceilometer
However, the tarball is the g2 version, which is the last version that was
supposed to work with Fol
It sounds like you haven't completed the installation instructions. I don't
know if the manual steps listed at
http://docs.openstack.org/developer/ceilometer/install/manual.html work
with the tarball, but they should be close.
Doug
On Fri, Apr 26, 2013 at 3:46 AM, Riki Arslan wrote:
> The comma
The command line I am using is: "sudo /usr/local/bin/ceilometer-api".
However, the ceilometer.ini file is missing. The version of Ceilometer I am
using is "ceilometer-2013.1~g2.tar.gz". And, I only have the following
configuration files:
/etc/ceilometer/ceilometer.conf
/etc/ceilometer/policy.json
On Thu, Apr 25, 2013 at 8:37 AM, Riki Arslan wrote:
> I thought Ceilometer did not set a dependency on any DB drivers. I have
> installed the driver Mongo using "sudo pip install pymongo".
>
Ceilometer does use a database. You have to install the right driver. If
you want Mongo, then it sounds li
I thought Ceilometer did not set a dependency on any DB drivers. I have
installed the driver Mongo using "sudo pip install pymongo".
Regarding the current problem; the traceback is as follows:
Traceback (most recent call last):
File "/usr/local/bin/ceilometer-api", line 5, in
pkg_resources
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" fr
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 start
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 wrote:
>
>
>
> On Wed, Apr 24, 20
Hi Doug,
Thank you for the reply. I have previously installed Ceilometer version
0.1. Do you think that could be the reason?
Thanks.
On Wed, Apr 24, 2013 at 11:49 PM, Doug Hellmann wrote:
>
>
>
> On Wed, Apr 24, 2013 at 9:17 AM, Riki Arslan wrote:
>
>> Hi,
>>
>> We are trying to install "ceil
On Wed, Apr 24, 2013 at 9:17 AM, Riki Arslan 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 me
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 c
18 matches
Mail list logo