~gnuoy/charms/trusty/nova-compute/1427660

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2014-09-22 20:33:49 UTC
  • mfrom: (80 nova-compute)
  • mto: This revision was merged to the branch mainline in revision 81.
  • Revision ID: edward.hope-morley@canonical.com-20140922203349-wit0goyc1s6gfhbv
synced /next

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    type: boolean
67
67
    description: Configure libvirt for live migration.
68
68
  migration-auth-type:
69
 
    default: sasl
70
69
    type: string
 
70
    default:
71
71
    description: |
72
72
      TCP authentication scheme for libvirt live migration.  Available options
73
 
      include sasl or none.
 
73
      include ssh.
74
74
  # needed if using flatmanager
75
75
  bridge-interface:
76
76
    default: br100
91
91
    description: Network interface on which to build bridge
92
92
  instances-path:
93
93
    type: string
 
94
    default:
94
95
    description: Instance path to use - empty means default of /var/lib/nova/instances
95
96
  config-flags:
96
97
    type: string
 
98
    default:
97
99
    description: Comma separated list of key=value config flags to be set in nova.conf.
98
100
  nagios_context:
99
101
    default: "juju"
107
109
      this allows you to differentiate between them.
108
110
  disable-neutron-security-groups:
109
111
    type: boolean
 
112
    default:
110
113
    description: |
111
114
      Disable neutron based security groups - setting this configuration option
112
115
      will override any settings configured via the nova-cloud-controller charm.
117
120
  # by default all access is over 'private-address'
118
121
  os-data-network:
119
122
    type: string
 
123
    default:
120
124
    description: |
121
125
      The IP address and netmask of the OpenStack Data network (e.g.,
122
126
      192.168.0.0/24)