Comment 19 for bug 1524672

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

Reviewed: https://review.openstack.org/314633
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f7f0f17ffe6d65b7919f982c5a2bfb8f3746e402
Submitter: Jenkins
Branch: master

commit f7f0f17ffe6d65b7919f982c5a2bfb8f3746e402
Author: Liubov Efremova <email address hidden>
Date: Tue May 10 15:27:53 2016 +0000

    Private attributes usage in rabbitmq script

    There are three types of rabbitmq attributes for pacemaker nodes:
     -'rabbit-master'
     -'rabbit-start-time'
     - timeouts:
      -'rabbit_list_channels_timeouts'
      -'rabbit_get_alarms_timeouts'
      -'rabbit_list_queues_timeouts'

    Attributes with names 'rabbit-master' and 'rabbit-start-time' should be
    public because we monitor this attributes in cycle for all nodes in our
    script.

    All timeouts attributes were changed to private to avoid unnecessary
    transitions.

    Also, --lifetime and --node options were removed for attrd_updater as
    'lifetime' for this command is always 'reboot' and 'node' default value
    is local one.

    This reverts commit b2b191d2e28b96c9f9a6ea440a383cf4f691d8ad.
    (As the pacemaker version was updated).

    Closes-bug: #1524672

    Change-Id: I6f0d4a99641b847321754d75605a78fbbc96ddad