~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to juju-deployer/image-builder.yaml.tmpl

  • Committer: Larry Works
  • Date: 2014-09-02 19:08:28 UTC
  • Revision ID: larry.works@canonical.com-20140902190828-gf0wrah86w7r1pod
Removed the python-kombu package from charms/precise/rabbitmq-worker/hooks/hooks.py and added it to 'packages' in the template files that reference rabbitmq-worker.

Added python-kombu to the 'packages' section of juju-deployer/lander.yaml.tmpl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                available_code: ${CI_PAYLOAD_URL}
11
11
                cron_cmd: ./image-builder/check_imagebuild.py
12
12
                cron_schedule: "0 * * * *"
13
 
                packages: "qemu-utils python-glanceclient python-swiftclient"
 
13
                packages: "qemu-utils python-glanceclient python-swiftclient python-kombu"
14
14
                uid: root
15
15
                unit-config: include-base64://configs/unit_config.yaml
16
16
                install_sources: |