]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix func job hook script permission problems
authorMaru Newby <marun@redhat.com>
Wed, 27 Aug 2014 15:33:29 +0000 (17:33 +0200)
committerMaru Newby <marun@redhat.com>
Wed, 27 Aug 2014 15:46:16 +0000 (17:46 +0200)
commit1cdeb17c04819a6fa0a39c599af818f06b66f145
treea780b56c600da06d7b209c4400fb0833b6025809
parent2f7932055247df3ac5ec4783e029cfeda0466f71
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
neutron/tests/functional/contrib/gate_hook.sh