~ev/uci-engine/ceph

« back to all changes in this revision

Viewing changes to charms/precise/rabbitmq-worker/config.yaml

  • Committer: Ubuntu CI Bot
  • Author(s): Andy Doan
  • Date: 2014-07-10 21:18:42 UTC
  • mfrom: (658.3.2 rabbit-layout)
  • Revision ID: ubuntu_ci_bot-20140710211842-fr0z4ehovp9dp97g
[r=Celso Providelo, PS Jenkins bot] rabbit charm: convert over to the new code layout scheme
  
mostly copy/paste from the lander change

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  tarball:
 
2
  current_code:
3
3
    type: string
4
4
    description: A URL to a tarball of the code
 
5
  available_code:
 
6
    type: string
 
7
    description: |
 
8
      A list of code deployment URLs to keep around. Any versions found locally
 
9
      not in this list will be removed.
5
10
  packages:
6
11
    type: string
7
12
    description: "Packages required for this service"