Comment 4 for bug 1524672

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

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

commit 9a3aa4b709138e25d1f0233c1d5ee22644924b21
Author: Liubov Efremova <email address hidden>
Date: Wed Feb 17 13:38:02 2016 +0300

    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.

    Closes-bug: #1524672
    Change-Id: Ie45ae3a82b8daa35dbdd977dc894877160af457b