~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps

« back to all changes in this revision

Viewing changes to hooks/actions.py

  • Committer: Ubuntu CI Bot
  • Author(s): Francis Ginther
  • Date: 2015-03-30 20:38:41 UTC
  • mfrom: (3.1.1 add-qemu-utils)
  • Revision ID: ubuntu_ci_bot-20150330203841-coc5du2zfotlfzd8
Add qemu-utils for qemu-img support. [r=Thomi Richards]

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
SERVICE_NAME = 'core-image-publisher'
11
11
SERVICE_CONFIGNAME = 'core-service.conf'
12
12
REQUIRED_PACKAGES = [
13
 
    'python-virtualenv', 'python3-dev', 'ubuntu-device-flash',
 
13
    'python-virtualenv', 'python3-dev', 'qemu-utils', 'ubuntu-device-flash',
14
14
]
15
15
 
16
16
config = hookenv.config()