~openstack-ubuntu-testing/charms/precise/nova-cloud-controller/trunk

« back to all changes in this revision

Viewing changes to hooks/openstack-ubuntu-testing

  • Committer: Adam Gandelman
  • Date: 2013-09-25 19:16:34 UTC
  • Revision ID: adamg@canonical.com-20130925191634-11idi7nna028pjrt
OSUT: Re-add openstack-ubuntu-testing hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
chmod 0440 /etc/sudoers.d/ubuntu-qa
8
8
 
9
9
# drop version info to be picked up by interested jenkins jobs
10
 
dpkg -l | grep nova | awk '{ print $2","$3 }' > /tmp/versions_tested
 
10
dpkg -l | grep -E 'nova|quantum' | awk '{ print $2","$3 }' > /tmp/versions_tested
11
11
 
12
12
# make nova.conf + api-paste.ini world readable so QA scripts can use its config
13
13
chmod 755 /etc/nova -R