~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Liam Young
  • Date: 2014-06-05 10:59:00 UTC
  • Revision ID: liam.young@canonical.com-20140605105900-j96iaknh0eq4cyus
Principle for Neutron API

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  openstack-origin:
 
3
    default: distro
 
4
    type: string
 
5
    description: |
 
6
      Repository from which to install.  May be one of the following:
 
7
      distro (default), ppa:somecustom/ppa, a deb url sources entry,
 
8
      or a supported Cloud Archive release pocket.
 
9
 
 
10
      Supported Cloud Archive sources include: cloud:precise-folsom,
 
11
      cloud:precise-folsom/updates, cloud:precise-folsom/staging,
 
12
      cloud:precise-folsom/proposed.
 
13
 
 
14
      Note that updating this setting to a source that is known to
 
15
      provide a later version of OpenStack will trigger a software
 
16
      upgrade.
 
17
  rabbit-user:
 
18
    default: nova
 
19
    type: string
 
20
    description: Username used to access rabbitmq queue
 
21
  rabbit-vhost:
 
22
    default: openstack
 
23
    type: string
 
24
    description: Rabbitmq vhost
 
25
  neutron-database-user:
 
26
    default: neutron
 
27
    type: string
 
28
    description: Username for Neutron database access (if enabled)
 
29
  neutron-database:
 
30
    default: neutron
 
31
    type: string
 
32
    description: Database name for Neutron (if enabled)
 
33
  use-syslog:
 
34
    type: boolean
 
35
    default: False
 
36
    description: |
 
37
      If set to True, supporting services will log to syslog.
 
38
  region:
 
39
    default: RegionOne
 
40
    type: string
 
41
    description: OpenStack Region
 
42
  neutron-security-groups:
 
43
    type: string
 
44
    default: "no"
 
45
    description: |
 
46
      Use quantum for security group management.
 
47
      .
 
48
      Only supported for >= grizzly.
 
49
  neutron-external-network:
 
50
    type: string
 
51
    default: ext_net
 
52
    description: Name of the external network for floating IP addresses provided by Neutron.
 
53
  neutron-plugin:
 
54
    default: ovs
 
55
    type: string
 
56
    description: |
 
57
      Neutron plugin to use for network management; supports
 
58
      .
 
59
        ovs - OpenvSwitch Plugin
 
60
        nvp - Nicira Network Virtualization Platform
 
61
      .
 
62