Comment 8 for bug 1360658

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/117281
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6f545652f8dd94127539da05a178a1a819f9aa36
Submitter: Jenkins
Branch: stable/icehouse

commit 6f545652f8dd94127539da05a178a1a819f9aa36
Author: Maru Newby <email address hidden>
Date: Wed Aug 27 17:33:29 2014 +0200

    Fix func job hook script permission problems

    - The hook script is the wrong place to unstack since
      it needs to run as the stack user with sudo privileges and those
      permissions are removed as part of the devstack-vm-gate.sh script.

    - The functional job gate hook script needs to use sudo to
      install the test-only rootwrap filter.

    Change-Id: Ib2e5ec016a5a414dd9675328650efb2b39b0e3fe
    Related-Bug: #1360658
    (cherry-picked from commit 2f7932055247df3ac5ec4783e029cfeda0466f71)