[trivial] Cleanup config.yaml

Partially-Closes-Bug: 1473426
This commit is contained in:
Edward Hope-Morley 2015-07-10 15:14:33 +01:00
parent bc3ea309ae
commit 80e6ca1b9f

View File

@ -1,4 +1,17 @@
options: options:
debug:
default: False
type: boolean
description: Enable debug logging.
verbose:
default: False
type: boolean
description: Enable verbose logging.
use-syslog:
type: boolean
default: False
description: |
Setting this to True will allow supporting services to log to syslog.
openstack-origin: openstack-origin:
default: distro default: distro
type: string type: string
@ -7,17 +20,27 @@ options:
distro (default), ppa:somecustom/ppa, a deb url sources entry, distro (default), ppa:somecustom/ppa, a deb url sources entry,
or a supported Cloud Archive release pocket. or a supported Cloud Archive release pocket.
Supported Cloud Archive sources include: cloud:precise-folsom, Supported Cloud Archive sources include:
cloud:precise-folsom/updates, cloud:precise-folsom/staging,
cloud:precise-folsom/proposed.
Note that updating this setting to a source that is known to cloud:<series>-<openstack-release>
provide a later version of OpenStack will trigger a software cloud:<series>-<openstack-release>/updates
upgrade. cloud:<series>-<openstack-release>/staging
cloud:<series>-<openstack-release>/proposed
Note that when openstack-origin-git is specified, openstack For series=Precise we support cloud archives for openstack-release:
specific packages will be installed from source rather than * icehouse
from the openstack-origin repository.
For series=Trusty we support cloud archives for openstack-release:
* juno
* kilo
* ...
NOTE: updating this setting to a source that is known to provide
a later version of OpenStack will trigger a software upgrade.
NOTE: when openstack-origin-git is specified, openstack specific
packages will be installed from source rather than from the
openstack-origin repository.
openstack-origin-git: openstack-origin-git:
default: default:
type: string type: string
@ -46,11 +69,6 @@ options:
default: neutron default: neutron
type: string type: string
description: Database name for Neutron (if enabled) description: Database name for Neutron (if enabled)
use-syslog:
type: boolean
default: False
description: |
If set to True, supporting services will log to syslog.
region: region:
default: RegionOne default: RegionOne
type: string type: string
@ -63,7 +81,9 @@ options:
neutron-external-network: neutron-external-network:
type: string type: string
default: ext_net default: ext_net
description: Name of the external network for floating IP addresses provided by Neutron. description: |
Name of the external network for floating IP addresses provided by
Neutron.
network-device-mtu: network-device-mtu:
type: int type: int
default: default:
@ -145,10 +165,10 @@ options:
default: -1 default: -1
type: int type: int
description: | description: |
Number of pool members allowed per tenant. A negative value means unlimited. Number of pool members allowed per tenant. A negative value means
The default is unlimited because a member is not a real resource consumer unlimited. The default is unlimited because a member is not a real
on Openstack. However, on back-end, a member is a resource consumer resource consumer on Openstack. However, on back-end, a member is a
and that is the reason why quota is possible. resource consumer and that is the reason why quota is possible.
quota-health-monitors: quota-health-monitors:
default: -1 default: -1
type: int type: int
@ -156,8 +176,8 @@ options:
Number of health monitors allowed per tenant. A negative value means Number of health monitors allowed per tenant. A negative value means
unlimited. unlimited.
The default is unlimited because a health monitor is not a real resource The default is unlimited because a health monitor is not a real resource
consumer on Openstack. However, on back-end, a member is a resource consumer consumer on Openstack. However, on back-end, a member is a resource
and that is the reason why quota is possible. consumer and that is the reason why quota is possible.
quota-router: quota-router:
default: 10 default: 10
type: int type: int
@ -167,7 +187,8 @@ options:
default: 50 default: 50
type: int type: int
description: | description: |
Number of floating IPs allowed per tenant. A negative value means unlimited. Number of floating IPs allowed per tenant. A negative value means
unlimited.
# HA configuration settings # HA configuration settings
vip: vip:
type: string type: string
@ -181,8 +202,8 @@ options:
type: string type: string
default: eth0 default: eth0
description: | description: |
Default network interface to use for HA vip when it cannot be automatically Default network interface to use for HA vip when it cannot be
determined. automatically determined.
vip_cidr: vip_cidr:
type: int type: int
default: 24 default: 24
@ -201,14 +222,6 @@ options:
description: | description: |
Default multicast port number that will be used to communicate between Default multicast port number that will be used to communicate between
HA Cluster nodes. HA Cluster nodes.
debug:
default: False
type: boolean
description: Enable debug logging
verbose:
default: False
type: boolean
description: Enable verbose logging
# Network configuration options # Network configuration options
# by default all access is over 'private-address' # by default all access is over 'private-address'
os-admin-network: os-admin-network: