Comment 3 for bug 1634876

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to murano (master)

Reviewed: https://review.openstack.org/387993
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=254202b98e6e3ec53750cde881b32196ca313ae5
Submitter: Jenkins
Branch: master

commit 254202b98e6e3ec53750cde881b32196ca313ae5
Author: Alexander Tivelkov <email address hidden>
Date: Wed Oct 19 15:45:16 2016 +0300

    Unblocking the gate

    Skipped test_deploy_app_with_volume_creation_from_backup test

    Tempest integration test is failing for volume creation from backup
    (reported as bug #1634876). To unblock the gate the appropriate test
    is skipped for now while the bug is being investigated.

    AgentListener unit test didn't properly override configuration, so in
    some circumstances it could be executed with the disabled murano agent
    which was leading to errors.

    At the same time AgentListener itself contained some legacy code
    leading to under-initialized state in case if the listener was
    disabled in config file.

    Related-bug: #1634876
    Change-Id: I5642b8017c61f77afb68463ba8eb3906eeae7225
    Closes-bug: #1634483