OpenStack admin guide needs to be updated for advance notification options

Bug #1367687 reported by Maruti Kamat
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Maruti Kamat

Bug Description

http://docs.openstack.org/cloud-admin/admin-guide-cloud/content/section_adv_notification_overview.html

contains stale information and does not match with the latest configuration options in Juno.

In the admin guide:

# ============ Notification System Options =====================

# Notifications can be sent when network/subnet/port are create, updated or deleted.
# There are three methods of sending notifications: logging (via the
# log_file directive), rpc (via a message queue) and
# noop (no notifications sent, the default)

# Notification_driver can be defined multiple times
# Do nothing driver
# notification_driver = neutron.openstack.common.notifier.no_op_notifier
# Logging driver
# notification_driver = neutron.openstack.common.notifier.log_notifier
# RPC driver
notification_driver = neutron.openstack.common.notifier.rpc_notifier

# default_notification_level is used to form actual topic names or to set logging level
# default_notification_level = INFO

# default_publisher_id is a part of the notification payload
# host = myhost.com
# default_publisher_id = $host

# Defined in rpc_notifier for rpc way, can be comma separated values.
# The actual topic names will be %s.%(default_notification_level)s
notification_topics = notifications

In neutron.conf:

# Driver or drivers to handle sending notifications. (multi
# valued)
#notification_driver=

# AMQP topic used for OpenStack notifications. (list value)
# Deprecated group/name - [rpc_notifier2]/topics
#notification_topics=notifications

Maruti Kamat (marutik)
Changed in openstack-manuals:
assignee: nobody → Maruti Kamat (marutik)
Anne Gentle (annegentle)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Maruti Kamat (marutik)
Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
Tom Fifield (fifieldt) wrote :

Hi maruti, Are you still working on this?

Changed in openstack-manuals:
status: In Progress → Confirmed
milestone: none → kilo
Revision history for this message
Maruti Kamat (marutik) wrote :

Hi Tom, I was a bit occupied in my blueprint spec. I will post a patch set within the week for this bug.

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/136297

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/136297
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=ddd1207f743561fcfee9b7cb871f1d72f5bd2e49
Submitter: Jenkins
Branch: master

commit ddd1207f743561fcfee9b7cb871f1d72f5bd2e49
Author: Maruti <email address hidden>
Date: Thu Nov 20 23:21:49 2014 -0800

    Fixed OpenStack admin guide for notifications

    Advance notification options in OpenStack admin and networking guides
    contained stale information.
    Fixed the guide accordingly.

    Change-Id: I47d8db48843d498a3e827afccfe8fbec1840aa08
    Closes-Bug: 1367687

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

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.