add keystone configuration instructions to manual install docs
Bug #1104062 reported by
Doug Hellmann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Undecided
|
gordon chung |
Bug Description
We need to update the documentation to include the step for configuring the API endpoint with keystone. Here's Julien's answer from https:/
You can take a look at how devstack does. Here is is:
keystone service-create --name=ceilometer --type=metering --description=
keystone endpoint-create --region RegionOne --service_id $CEILOMETER_SERVICE --publicurl "http://
Where CEILOMETER_SERVICE is the id of the service created by the first command, and SERVICE_HOST the host where the Ceilometer API is running.
tags: | added: documentation effort-s |
Changed in ceilometer: | |
assignee: | nobody → gordon chung (chungg) |
status: | New → In Progress |
Changed in ceilometer: | |
milestone: | none → grizzly-rc1 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | grizzly-rc1 → 2013.1 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/24468 github. com/openstack/ ceilometer/ commit/ 6bb6787c12bfbd8 d35174aab8f1b62 cb0d4d19a2
Committed: http://
Submitter: Jenkins
Branch: master
commit 6bb6787c12bfbd8 d35174aab8f1b62 cb0d4d19a2
Author: Gordon Chung <email address hidden>
Date: Thu Mar 14 15:21:56 2013 -0400
add keystone configuration instructions to manual install docs
Change-Id: I50aed064580a71 5b741e4ecf6bb7e 74bdcdfd514
Fixes: bug 1104062