~james-page/charms/trusty/nova-compute/nsx-update

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2013-03-05 17:34:40 UTC
  • mfrom: (41.1.2 optional-multi_host)
  • Revision ID: adamg@canonical.com-20130305173440-w14al3gsjv9khrr0
mon_host workaround, optional multi_host, nrep-external-master sub.

Merged lp:~aglenyoung/charms/precise/nova-compute/optional-multi_host.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    default: kvm
39
39
    type: string
40
40
    description: "Virtualization flavor. Supported: kvm, xen, uml, lxc. qemu"
 
41
  multi-host:
 
42
    default: "yes"
 
43
    type: string
 
44
    description: Whether to run nova-api and nova-network on the compute nodes.
41
45
  # needed if using flatmanager
42
46
  bridge-interface:
43
47
    default: br100
60
64
    default: None
61
65
    type: string
62
66
    description: Comma separated list of key=value config flags to be set in nova.conf.
 
67
  nagios_context:
 
68
    default: "juju"
 
69
    type: string
 
70
    description: |
 
71
      Used by the nrpe-external-master subordinate charm.
 
72
      A string that will be prepended to instance name to set the host name
 
73
      in nagios. So for instance the hostname would be something like:
 
74
          juju-myservice-0
 
75
      If you're running multiple environments with the same services in them
 
76
      this allows you to differentiate between them.