Comment 11 for bug 1541868

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

Reviewed: https://review.openstack.org/414470
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=93f40003deefcffdc80d85f95eb064eea15291e6
Submitter: Jenkins
Branch: master

commit 93f40003deefcffdc80d85f95eb064eea15291e6
Author: Anastasiya <email address hidden>
Date: Thu Dec 22 18:33:05 2016 +0400

    Fix naming of reset tasks and message duplication

    * reset_environment supertask contains 3 subtasks:
      base_reset_environment, remove_keys_task,
      remove_ironic_bootstrap_task
    * names for tasks were changed
    * response methods for remove_keys_task and
      remove_ironic_bootstrap_task were added to receiver
    * _restore_pending_changes method was add only for
      reset_environment_resp
    * migration for adding new transaction names and appropriate
      test were added
    * test for check task message was added

    Change-Id: Ib8a215174431486316bca533797932e02969c037
    Closes-Bug: #1541868