Comment 7 for bug 1177002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (stable/grizzly)

Reviewed: https://review.openstack.org/30727
Committed: http://github.com/openstack/ceilometer/commit/cd9a30e10c4be7d79761716c542e8993b51ce93f
Submitter: Jenkins
Branch: stable/grizzly

commit cd9a30e10c4be7d79761716c542e8993b51ce93f
Author: Cedric Soulas <email address hidden>
Date: Thu May 23 12:58:19 2013 +0200

    doc: fix hyphens instead of underscores for 'os*' conf options

    The ceilometer documentation, on the configuration page,
    list some options with hyphens (e.g. 'os-tenant-id') which are unknown options:
    underscores are required instead (e.g.: 'os_tenant_id').

    Fixes: bug #1177002
    Change-Id: Iea9c53f628df0b3bed06206e9b2241ed949131fa
    Cherry picked from https://review.openstack.org/#/c/30725/