~fginther/charms/precise/ubuntu-ci-services-itself/restish-fix-master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
options:
  branch:
    type: string
    description: "BZR branch the service lives in"
  revno:
    type: string
    description: "Revision or tag to branch from"
  packages:
    type: string
    description: "Packages required for this service"
    default: "python-webtest python-mock"
  restish_version:
    type: string
    description: "The version of restish to deploy"
    default: "0.12.1"
  install_root:
    type: string
    description: "The root directory the service will be installed in"
    default: "/srv/"