Comment 9 for bug 1419775

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/6.0)

Reviewed: https://review.openstack.org/161241
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=4e0480f345fd5abb4542c2b2143c0489a00d2af8
Submitter: Jenkins
Branch: stable/6.0

commit 4e0480f345fd5abb4542c2b2143c0489a00d2af8
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Fri Feb 13 13:19:07 2015 +0300

    Do not call Zabbix in case of deletion of cluster

    No reason to call Zabbix to report about changes because
    we delete node with it few seconds after.

    Also fixed:

    zabbix error respond may not contain data field

    Example:

    { 'jsonrpc': '2.0', 'id': '1', 'error': {
      'message': "Error connecting to database [Can't connect
                  to local MySQL server through socket
                  '/var/run/mysqld/mysqld.sock' (2)]",
      'code': 1}}

    Change-Id: Ia25c7107b3dc535b6e14db74a82d096fd6caa4d0
    Closes-Bug: #1419775
    (cherry picked from commit 2eee83b38df58e06fa297994efa5f6f19ce65f0a)