aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-02 21:53:16 +0000
committerGerrit Code Review <review@openstack.org>2014-09-02 21:53:16 +0000
commita916a8b2f8bf601ad3854d9ec8b2f2bb373104eb (patch)
tree5afc1d95b48fa4936a066d9707cef212c59f5e0b /nova-compute-config.yaml
parentb2e3a746d4b40b9db5462d1b001ffa25c895acb9 (diff)
parent3757966936867eadd708b5199893ad41937d1f1f (diff)
Merge "Make turning debug on globally easy."
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 90387d79..48cfcf81 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -8,11 +8,13 @@ resources:
compute_driver: { get_input: nova_compute_driver }
compute_libvirt_type: { get_input: nova_compute_libvirt_type }
db: {get_input: nova_dsn}
+ debug: {get_param: Debug}
host: {get_input: nova_api_host}
public_ip: {get_input: nova_public_ip}
service-password: {get_input: nova_password}
ceilometer:
db: {get_input: ceilometer_dsn}
+ debug: {get_param: Debug}
metering_secret: {get_input: ceilometer_metering_secret}
service-password: {get_input: ceilometer_password}
compute_agent: {get_input: ceilometer_compute_agent}
@@ -21,12 +23,15 @@ resources:
readonly_user_name: {get_input: snmpd_readonly_user_name}
readonly_user_password: {get_input: snmpd_readonly_user_password}
glance:
+ debug: {get_param: Debug}
host: {get_input: glance_host}
port: {get_input: glance_port}
protocol: {get_input: glance_protocol}
keystone:
+ debug: {get_param: Debug}
host: {get_input: keystone_host}
neutron:
+ debug: {get_param: Debug}
flat-networks: {get_input: neutron_flat_networks}
host: {get_input: neutron_host}
ovs_db: {get_input: neutron_dsn}