Comment 7 for bug 1360658

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

Reviewed: https://review.openstack.org/117280
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1cdeb17c04819a6fa0a39c599af818f06b66f145
Submitter: Jenkins
Branch: master

commit 1cdeb17c04819a6fa0a39c599af818f06b66f145
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