From d371e82e622d81a9040efc27d1c08cd7a2904f1f Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 8 Apr 2016 14:34:25 -0500 Subject: [PATCH] Fix "Optional Parameters Per Component" table. Having 4 rows makes the table hard to read so change it to only have 2 rows. --- source/openstack_conf_vars_list.rst | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/source/openstack_conf_vars_list.rst b/source/openstack_conf_vars_list.rst index 4704bdab..1e513de7 100644 --- a/source/openstack_conf_vars_list.rst +++ b/source/openstack_conf_vars_list.rst @@ -35,23 +35,16 @@ with Clear Linux* OS for IntelĀ® Architecture. .. csv-table:: "Optional Parameters Per Component" - :header: "Variable", "Default Value", "Components Impacted", "Description" - :widths: 90, 40, 90, 150 + :header: "*(Component)* `Variable` : **Value**", "Description" + :widths: 90, 150 - "swupd_args", "", "ALL", "Optional arguments for swupd" - "log_debug", "False", "ALL", "Set to True to enable debug log level on all - services" - "rabbitmq_username", "openstack", "RabbitMQ, Neutron, Nova, Heat", "User ID for - RabbitMQ" - "neutron_public_interface_name", "First default iface", "Neutron, Nova", "Public interface of - Neutron machines, if not define it will make autodiscovery for each machine" - "nova_public_interface_name", "First default iface", "Nova", "Public - interface of Nova machines, if not define it will make autodiscovery for each - machine" - "nova_virt_type", "qemu", "Nova", "Virtualization type (qemu | kvm), if - this is not set, then the playbook will try to guess it" - "os_tuning_params", "net.ipv4.ip_forward: 1, net.ipv4.conf.default.rp_filter: 0, net.ipv4.conf.all.rp_filter: 0, net.bridge.bridge-nf-call-iptables: 1, net.bridge.bridge-nf-call-ip6tables: 1", "Neutron", "syctl values needed by neutron when - using openvswitch deployment scenario" + "*(ALL)* `swupd_args` : **unset**", "Optional arguments for swupd" + "*(ALL)* `log_debug` : **False**", "Set to True to enable debug log level on all services" + "*(Heat, Neutron, Nova, RabbitMQ)* `rabbitmq_username` : **openstack**", "User ID for RabbitMQ" + "*(Neutron, Nova)* `neutron_public_interface_name`: **unset**", "Public interface of Neutron machines, if is not set, it will take the default interface reported by `ip route`" + "*(Nova)* `nova_public_interface_name` : **unset**", "Public interface of Neutron machines, if is not set, it will take the default interface reported by `ip route`" + "*(Nova)* `nova_virt_type`: **qemu**", "Virtualization type (qemu | kvm), if this is not set, then the playbook will try to guess it" + "*(Neutron)* `os_tuning_params`: **net.ipv4.ip_forward: 1, net.ipv4.conf.default.rp_filter: 0, net.ipv4.conf.all.rp_filter: 0, net.bridge.bridge-nf-call-iptables: 1, net.bridge.bridge-nf-call-ip6tables: 1**", "syctl values needed by neutron when using openvswitch deployment scenario" Note: -----