Install and configure for Ubuntu in Installation Guide for Telemetry Data Collection Service

Bug #1635784 reported by Hassan J Syed
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
Won't Fix
Undecided
Unassigned

Bug Description

Hello,
When you follow the command Create the ceilometer database:

stack@controller:~$ mongo --host controller --eval '
> db = db.getSiblingDB("ceilometer");
> db.addUser({user: "ceilometer",
> pwd: "CEILOMETER_DBPASS",
> roles: [ "readWrite", "dbAdmin" ]})'

commands and its response should be separate. it's confusing.
the following response should not included with command

 MongoDB shell version: 2.4.x
  connecting to: controller:27017/test
  {
   "user" : "ceilometer",
   "pwd" : "72f25aeee7ad4be52437d7cd3fc60f6f",
   "roles" : [
    "readWrite",
    "dbAdmin"
    ],
   "_id" : ObjectId("5489c22270d7fad1ba631dc3")
  }

Revision history for this message
gordon chung (chungg) wrote :

we don't recommend you use ceilometer for storage. rather we suggest you use Gnocchi or a timeseries database.

Changed in ceilometer:
status: New → Won't Fix
Revision history for this message
gordon chung (chungg) wrote :

we will be removing those documentations completely.

Revision history for this message
Hassan J Syed (shjamil) wrote :

Thanks for your Reply. gordon chung (chungg)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.