Bug 1469679

Summary: Cloudforms Quick Start Guide has incorrect params for ceilometer.conf and heat.conf
Product: Red Hat OpenStack Reporter: Chris Paquin <cpaquin>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED EOL QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: cchen, dcadzow, mburns, nlevinki, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-07 09:42:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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