Bug 1469679 - Cloudforms Quick Start Guide has incorrect params for ceilometer.conf and heat.conf
Summary: Cloudforms Quick Start Guide has incorrect params for ceilometer.conf and hea...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-11 15:38 UTC by Chris Paquin
Modified: 2022-08-11 10:23 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-07 09:42:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-5980 0 None None None 2022-08-11 10:23:40 UTC

Description Chris Paquin 2017-07-11 15:38:47 UTC
Description of problem:

OSP 10 Cloudforms quick start guide [1] has incorrect params shown for ceilometer.conf and heat.conf.

Params shown in doc were correct for OSP 8 but are no longer valid. 


[1] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html-single/quickstart_guide_for_cloudforms_with_red_hat_openstack_platform/#openstack-events-uc

In the doc above, these params are shown for Heat

notification_driver=glance.openstack.common.notifier.rpc_notifier
notification_topics=notifications

And these are shown for Nova.

notification_driver=messaging
notification_topics=notifications

Correct config is below. 


For HEAT (/etc/heat.conf):

[oslo_messaging_notifications]
driver=messaging
topics=notifications


For NOVA (/etc/nova.conf)

[oslo_messaging_notifications]
driver = messagingv2
topics = notifications

Comment 1 Chen 2017-08-09 04:12:25 UTC
Hi team,

Thank you for your attention in advance.

One of my customers is also complaining the doc bug. Could anyone have a look at this ? Those old parameters have been deprecated.

Best Regards,
Chen

Comment 2 Chen 2017-08-10 09:44:01 UTC
Do we really need those parameters in OSP10 ? I'm checking https://bugzilla.redhat.com/show_bug.cgi?id=1447882 and seems we don't need any additional settings for OSP10 in OpenStack side. Could anybody help me to review this ?

Best Regards,
Chen


Note You need to log in before you can comment on or make changes to this bug.