Merge "Regenerate conf tables"

This commit is contained in:
Jenkins 2014-09-04 01:06:46 +00:00 committed by Gerrit Code Review
commit 33d6cedeeb
44 changed files with 777 additions and 157 deletions

View File

@ -24,6 +24,10 @@
<tr>
<th colspan="2">[collector]</th>
</tr>
<tr>
<td>requeue_sample_on_dispatcher_error = False</td>
<td>(BoolOpt) Requeue the sample on the collector sample queue when the collector fails to dispatch it. This is only valid if the sample come from the notifier publisher</td>
</tr>
<tr>
<td>udp_address = 0.0.0.0</td>
<td>(StrOpt) Address to which the UDP socket is bound. Set to an empty string to disable.</td>

View File

@ -41,6 +41,31 @@
<td>notification_workers = 1</td>
<td>(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.</td>
</tr>
<tr>
<th colspan="2">[central]</th>
</tr>
<tr>
<td>partitioning_group_prefix = None</td>
<td>(StrOpt) Work-load partitioning group prefix. Use only if you want to run multiple central agents with different config files. For each sub-group of the central agent pool with the same partitioning_group_prefix a disjoint subset of pollsters should be loaded.</td>
</tr>
<tr>
<th colspan="2">[compute]</th>
</tr>
<tr>
<td>workload_partitioning = False</td>
<td>(BoolOpt) Enable work-load partitioning, allowing multiple compute agents to be run simultaneously.</td>
</tr>
<tr>
<th colspan="2">[coordination]</th>
</tr>
<tr>
<td>backend_url = None</td>
<td>(StrOpt) The backend URL to use for distributed coordination. If left empty, per-deployment central agent and per-host compute agent won't do workload partitioning and will only function correctly if a single instance of that service is running.</td>
</tr>
<tr>
<td>heartbeat = 1.0</td>
<td>(FloatOpt) Number of seconds between heartbeats for distributed coordination (float)</td>
</tr>
</tbody>
</table>
</para>

View File

@ -61,6 +61,10 @@
<td>sample_source = openstack</td>
<td>(StrOpt) Source for samples emitted on this instance.</td>
</tr>
<tr>
<td>trove_control_exchange = trove</td>
<td>(StrOpt) Exchange name for DBaaS notifications</td>
</tr>
</tbody>
</table>
</para>

View File

@ -87,6 +87,17 @@
<td>metering_secret = change this or be hacked</td>
<td>(StrOpt) Secret value for signing metering messages.</td>
</tr>
<tr>
<th colspan="2">[publisher_notifier]</th>
</tr>
<tr>
<td>metering_driver = messagingv2</td>
<td>(StrOpt) The driver that ceilometer uses for metering notifications.</td>
</tr>
<tr>
<td>metering_topic = metering</td>
<td>(StrOpt) The topic that ceilometer uses for metering notifications.</td>
</tr>
<tr>
<th colspan="2">[publisher_rpc]</th>
</tr>

View File

@ -0,0 +1,38 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_ceilometer_xenapi">
<caption>Description of XenAPI configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[xenapi]</th>
</tr>
<tr>
<td>connection_password = None</td>
<td>(StrOpt) Password for connection to XenServer/Xen Cloud Platform</td>
</tr>
<tr>
<td>connection_url = None</td>
<td>(StrOpt) URL for connection to XenServer/Xen Cloud Platform</td>
</tr>
<tr>
<td>connection_username = root</td>
<td>(StrOpt) Username for connection to XenServer/Xen Cloud Platform</td>
</tr>
<tr>
<td>login_timeout = 10</td>
<td>(IntOpt) Timeout in seconds for XenAPI login.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -49,6 +49,10 @@
<td>backup_swift_user = None</td>
<td>(StrOpt) Swift user name</td>
</tr>
<tr>
<td>swift_catalog_info = object-store:swift:publicURL</td>
<td>(StrOpt) Info to match when looking for swift in the service catalog. Format is: separated values of the form: &lt;service_type&gt;:&lt;service_name&gt;:&lt;endpoint_type&gt; - Only used if backup_swift_url is unset</td>
</tr>
</tbody>
</table>
</para>

View File

@ -87,11 +87,11 @@
</tr>
<tr>
<td>policy_default_rule = default</td>
<td>(StrOpt) Rule checked when requested rule is not found</td>
<td>(StrOpt) Default rule. Enforced when a requested rule is not found.</td>
</tr>
<tr>
<td>policy_file = policy.json</td>
<td>(StrOpt) JSON file representing policy</td>
<td>(StrOpt) The JSON file that defines policies.</td>
</tr>
<tr>
<td>replication_api_class = cinder.replication.api.API</td>

View File

@ -0,0 +1,34 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_fusionio">
<caption>Description of Fusion-io driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>fusionio_iocontrol_retry = 3</td>
<td>(IntOpt) number of retries for GET operations</td>
</tr>
<tr>
<td>fusionio_iocontrol_targetdelay = 5</td>
<td>(IntOpt) amount of time wait for iSCSI target to come online</td>
</tr>
<tr>
<td>fusionio_iocontrol_verify_cert = True</td>
<td>(BoolOpt) verify the array certificate on each transaction</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,102 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_hitachi">
<caption>Description of Hitachi volume driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>hitachi_add_chap_user = False</td>
<td>(BoolOpt) Add CHAP user</td>
</tr>
<tr>
<td>hitachi_async_copy_check_interval = 10</td>
<td>(IntOpt) Interval to check copy asynchronously</td>
</tr>
<tr>
<td>hitachi_auth_method = None</td>
<td>(StrOpt) iSCSI authentication method</td>
</tr>
<tr>
<td>hitachi_auth_password = HBSD-CHAP-password</td>
<td>(StrOpt) iSCSI authentication password</td>
</tr>
<tr>
<td>hitachi_auth_user = HBSD-CHAP-user</td>
<td>(StrOpt) iSCSI authentication username</td>
</tr>
<tr>
<td>hitachi_copy_speed = 3</td>
<td>(IntOpt) Copy speed of storage system</td>
</tr>
<tr>
<td>hitachi_default_copy_method = FULL</td>
<td>(StrOpt) Default copy method of storage system</td>
</tr>
<tr>
<td>hitachi_group_range = None</td>
<td>(StrOpt) Range of group number</td>
</tr>
<tr>
<td>hitachi_group_request = False</td>
<td>(BoolOpt) Request for creating HostGroup or iSCSI Target</td>
</tr>
<tr>
<td>hitachi_horcm_add_conf = True</td>
<td>(BoolOpt) Add to HORCM configuration</td>
</tr>
<tr>
<td>hitachi_horcm_numbers = 200,201</td>
<td>(StrOpt) Instance numbers for HORCM</td>
</tr>
<tr>
<td>hitachi_horcm_password = None</td>
<td>(StrOpt) Password of storage system for HORCM</td>
</tr>
<tr>
<td>hitachi_horcm_user = None</td>
<td>(StrOpt) Username of storage system for HORCM</td>
</tr>
<tr>
<td>hitachi_ldev_range = None</td>
<td>(StrOpt) Range of logical device of storage system</td>
</tr>
<tr>
<td>hitachi_pool_id = None</td>
<td>(IntOpt) Pool ID of storage system</td>
</tr>
<tr>
<td>hitachi_serial_number = None</td>
<td>(StrOpt) Serial number of storage system</td>
</tr>
<tr>
<td>hitachi_target_ports = None</td>
<td>(StrOpt) Control port names for HostGroup or iSCSI Target</td>
</tr>
<tr>
<td>hitachi_thin_pool_id = None</td>
<td>(IntOpt) Thin pool ID of storage system</td>
</tr>
<tr>
<td>hitachi_unit_name = None</td>
<td>(StrOpt) Name of an array unit</td>
</tr>
<tr>
<td>hitachi_zoning_request = False</td>
<td>(BoolOpt) Request for FC Zone creating HostGroup</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,26 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_ibmnas">
<caption>Description of IBM NAS volume driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>ibmnas_platform_type = v7ku</td>
<td>(StrOpt) IBMNAS platform type to be used as backend storage; valid values are - v7ku : for using IBM Storwize V7000 Unified, sonas : for using IBM Scale Out NAS, gpfs-nas : for using NFS based IBM GPFS deployments.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,30 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_profiler">
<caption>Description of profiler configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[profiler]</th>
</tr>
<tr>
<td>profiler_enabled = False</td>
<td>(BoolOpt) If False fully disable profiling feature.</td>
</tr>
<tr>
<td>trace_sqlalchemy = False</td>
<td>(BoolOpt) If False doesn't trace SQL requests.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -17,6 +17,10 @@
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>storwize_svc_allow_tenant_qos = False</td>
<td>(BoolOpt) Allow tenants to specify QOS on create</td>
</tr>
<tr>
<td>storwize_svc_connection_protocol = iSCSI</td>
<td>(StrOpt) Connection protocol (iSCSI/FC)</td>
@ -41,6 +45,10 @@
<td>storwize_svc_npiv_compatibility_mode = False</td>
<td>(BoolOpt) Indicate whether svc driver is compatible for NPIV setup. If it is compatible, it will allow no wwpns being returned on get_conn_fc_wwpns during initialize_connection</td>
</tr>
<tr>
<td>storwize_svc_stretched_cluster_partner = None</td>
<td>(StrOpt) If operating in stretched cluster mode, specify the name of the pool in which mirrored copies are stored.Example: "pool2"</td>
</tr>
<tr>
<td>storwize_svc_vol_autoexpand = True</td>
<td>(BoolOpt) Storage system autoexpand parameter for volumes (True/False)</td>

View File

@ -49,6 +49,41 @@
<td>zoning_policy = initiator-target</td>
<td>(StrOpt) overridden zoning policy</td>
</tr>
<tr>
<th colspan="2">[CISCO_FABRIC_EXAMPLE]</th>
</tr>
<tr>
<td>cisco_fc_fabric_address = </td>
<td>(StrOpt) Management IP of fabric</td>
</tr>
<tr>
<td>cisco_fc_fabric_password = </td>
<td>(StrOpt) Password for user</td>
</tr>
<tr>
<td>cisco_fc_fabric_port = 22</td>
<td>(IntOpt) Connecting port</td>
</tr>
<tr>
<td>cisco_fc_fabric_user = </td>
<td>(StrOpt) Fabric user ID</td>
</tr>
<tr>
<td>cisco_zone_activate = True</td>
<td>(BoolOpt) overridden zoning activation state</td>
</tr>
<tr>
<td>cisco_zone_name_prefix = None</td>
<td>(StrOpt) overridden zone name prefix</td>
</tr>
<tr>
<td>cisco_zoning_policy = initiator-target</td>
<td>(StrOpt) overridden zoning policy</td>
</tr>
<tr>
<td>cisco_zoning_vsan = None</td>
<td>(StrOpt) VSAN of the Fabric</td>
</tr>
</tbody>
</table>
</para>

View File

@ -21,6 +21,10 @@
<td>brcd_sb_connector = cinder.zonemanager.drivers.brocade.brcd_fc_zone_client_cli.BrcdFCZoneClientCLI</td>
<td>(StrOpt) Southbound connector for zoning operation</td>
</tr>
<tr>
<td>cisco_sb_connector = cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI</td>
<td>(StrOpt) Southbound connector for zoning operation</td>
</tr>
<tr>
<td>fc_san_lookup_service = cinder.zonemanager.drivers.brocade.brcd_fc_san_lookup_service.BrcdFCSanLookupService</td>
<td>(StrOpt) FC San Lookup Service</td>

View File

@ -31,11 +31,11 @@
</tr>
<tr>
<td>default_notification_level = INFO</td>
<td>(StrOpt) Default notification level for outgoing notifications</td>
<td>(StrOpt) Default notification level for outgoing notifications.</td>
</tr>
<tr>
<td>default_publisher_id = None</td>
<td>(StrOpt) Default publisher_id for outgoing notifications</td>
<td>(StrOpt) Default publisher_id for outgoing notifications.</td>
</tr>
<tr>
<td>fake_rabbit = False</td>
@ -43,7 +43,7 @@
</tr>
<tr>
<td>list_notifier_drivers = None</td>
<td>(MultiStrOpt) List of drivers to send notifications (DEPRECATED)</td>
<td>(MultiStrOpt) List of drivers to send notifications (DEPRECATED).</td>
</tr>
<tr>
<td>notification_driver = []</td>

View File

@ -49,10 +49,6 @@
<td>lock_path = None</td>
<td>(StrOpt) Directory to use for lock files.</td>
</tr>
<tr>
<td>networking_service = None</td>
<td>(StrOpt) Select OpenStack component responsible for networking - nova or neutron.</td>
</tr>
<tr>
<td>periodic_interval = 60</td>
<td>(IntOpt) Seconds between running periodic tasks.</td>

View File

@ -126,6 +126,80 @@
<td>status_check_interval = 60</td>
<td>(IntOpt) Status check interval for Cisco CSR IPSec connections</td>
</tr>
<tr>
<th colspan="2">[general]</th>
</tr>
<tr>
<td>backlog_processing_interval = 10</td>
<td>(IntOpt) Time in seconds between renewed scheduling attempts of non-scheduled routers.</td>
</tr>
<tr>
<td>cfg_agent_down_time = 60</td>
<td>(IntOpt) Seconds of no status update until a cfg agent is considered down.</td>
</tr>
<tr>
<td>default_security_group = mgmt_sec_grp</td>
<td>(StrOpt) Default security group applied on management port. Default value is mgmt_sec_grp.</td>
</tr>
<tr>
<td>ensure_nova_running = True</td>
<td>(BoolOpt) Ensure that Nova is running before attempting to create any VM.</td>
</tr>
<tr>
<td>l3_admin_tenant = L3AdminTenant</td>
<td>(StrOpt) Name of the L3 admin tenant.</td>
</tr>
<tr>
<td>management_network = osn_mgmt_nw</td>
<td>(StrOpt) Name of management network for device configuration. Default value is osn_mgmt_nw</td>
</tr>
<tr>
<td>service_vm_config_path = /opt/stack/data/neutron/cisco/config_drive</td>
<td>(StrOpt) Path to config drive files for service VM instances.</td>
</tr>
<tr>
<td>templates_path = /opt/stack/data/neutron/cisco/templates</td>
<td>(StrOpt) Path to templates for hosting devices.</td>
</tr>
<tr>
<th colspan="2">[hosting_devices]</th>
</tr>
<tr>
<td>csr1kv_booting_time = 420</td>
<td>(IntOpt) Booting time in seconds before a CSR1kv becomes operational.</td>
</tr>
<tr>
<td>csr1kv_cfgagent_router_driver = neutron.plugins.cisco.cfg_agent.device_drivers.csr1kv.csr1kv_routing_driver.CSR1kvRoutingDriver</td>
<td>(StrOpt) Config agent driver for CSR1kv.</td>
</tr>
<tr>
<td>csr1kv_configdrive_template = csr1kv_cfg_template</td>
<td>(StrOpt) CSR1kv configdrive template file.</td>
</tr>
<tr>
<td>csr1kv_device_driver = neutron.plugins.cisco.l3.hosting_device_drivers.csr1kv_hd_driver.CSR1kvHostingDeviceDriver</td>
<td>(StrOpt) Hosting device driver for CSR1kv.</td>
</tr>
<tr>
<td>csr1kv_flavor = 621</td>
<td>(StrOpt) UUID of Nova flavor for CSR1kv.</td>
</tr>
<tr>
<td>csr1kv_image = csr1kv_openstack_img</td>
<td>(StrOpt) Name of Glance image for CSR1kv.</td>
</tr>
<tr>
<td>csr1kv_password = cisco</td>
<td>(StrOpt) Password to use for CSR1kv configurations.</td>
</tr>
<tr>
<td>csr1kv_plugging_driver = neutron.plugins.cisco.l3.plugging_drivers.n1kv_trunking_driver.N1kvTrunkingPlugDriver</td>
<td>(StrOpt) Plugging driver for CSR1kv.</td>
</tr>
<tr>
<td>csr1kv_username = stack</td>
<td>(StrOpt) Username to use for CSR1kv configurations.</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco]</th>
</tr>
@ -137,6 +211,29 @@
<td>vlan_name_prefix = q-</td>
<td>(StrOpt) VLAN Name prefix</td>
</tr>
<tr>
<th colspan="2">[n1kv]</th>
</tr>
<tr>
<td>management_port_profile = osn_mgmt_pp</td>
<td>(StrOpt) Name of N1kv port profile for management ports.</td>
</tr>
<tr>
<td>t1_network_profile = osn_t1_np</td>
<td>(StrOpt) Name of N1kv network profile for T1 networks (i.e., trunk networks for VXLAN segmented traffic).</td>
</tr>
<tr>
<td>t1_port_profile = osn_t1_pp</td>
<td>(StrOpt) Name of N1kv port profile for T1 ports (i.e., ports carrying traffic from VXLAN segmented networks).</td>
</tr>
<tr>
<td>t2_network_profile = osn_t2_np</td>
<td>(StrOpt) Name of N1kv network profile for T2 networks (i.e., trunk networks for VLAN segmented traffic).</td>
</tr>
<tr>
<td>t2_port_profile = osn_t2_pp</td>
<td>(StrOpt) Name of N1kv port profile for T2 ports (i.e., ports carrying traffic from VLAN segmented networks).</td>
</tr>
</tbody>
</table>
</para>

View File

@ -17,6 +17,10 @@
<tr>
<th colspan="2">[ml2]</th>
</tr>
<tr>
<td>extension_drivers = </td>
<td>(ListOpt) An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace.</td>
</tr>
<tr>
<td>mechanism_drivers = </td>
<td>(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace.</td>

View File

@ -14,6 +14,13 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>apic_system_id = openstack</td>
<td>(StrOpt) Prefix for APIC domain/names/profiles created</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco]</th>
</tr>
@ -21,6 +28,104 @@
<td>managed_physical_network = None</td>
<td>(StrOpt) The physical network managed by the switches.</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco_apic]</th>
</tr>
<tr>
<td>apic_agent_poll_interval = 2</td>
<td>(FloatOpt) Interval between agent poll for topology (in sec)</td>
</tr>
<tr>
<td>apic_agent_report_interval = 30</td>
<td>(FloatOpt) Interval between agent status updates (in sec)</td>
</tr>
<tr>
<td>apic_app_profile_name = ${apic_system_id}_app</td>
<td>(StrOpt) Name for the app profile used for Openstack</td>
</tr>
<tr>
<td>apic_domain_name = ${apic_system_id}</td>
<td>(StrOpt) Name for the domain created on APIC</td>
</tr>
<tr>
<td>apic_entity_profile = ${apic_system_id}_entity_profile</td>
<td>(StrOpt) Name of the entity profile to be created</td>
</tr>
<tr>
<td>apic_function_profile = ${apic_system_id}_function_profile</td>
<td>(StrOpt) Name of the function profile to be created</td>
</tr>
<tr>
<td>apic_host_uplink_ports = </td>
<td>(ListOpt) The uplink ports to check for ACI connectivity</td>
</tr>
<tr>
<td>apic_hosts = </td>
<td>(ListOpt) An ordered list of host names or IP addresses of the APIC controller(s).</td>
</tr>
<tr>
<td>apic_lacp_profile = ${apic_system_id}_lacp_profile</td>
<td>(StrOpt) Name of the LACP profile to be created</td>
</tr>
<tr>
<td>apic_name_mapping = use_name</td>
<td>(StrOpt) Name mapping strategy to use: use_uuid | use_name</td>
</tr>
<tr>
<td>apic_node_profile = ${apic_system_id}_node_profile</td>
<td>(StrOpt) Name of the node profile to be created</td>
</tr>
<tr>
<td>apic_password = None</td>
<td>(StrOpt) Password for the APIC controller</td>
</tr>
<tr>
<td>apic_sync_interval = 0</td>
<td>(IntOpt) Synchronization interval in seconds</td>
</tr>
<tr>
<td>apic_use_ssl = True</td>
<td>(BoolOpt) Use SSL to connect to the APIC controller</td>
</tr>
<tr>
<td>apic_username = None</td>
<td>(StrOpt) Username for the APIC controller</td>
</tr>
<tr>
<td>apic_vlan_ns_name = ${apic_system_id}_vlan_ns</td>
<td>(StrOpt) Name for the vlan namespace to be used for Openstack</td>
</tr>
<tr>
<td>apic_vlan_range = 2:4093</td>
<td>(StrOpt) Range of VLAN's to be used for Openstack</td>
</tr>
<tr>
<td>apic_vpc_pairs = </td>
<td>(ListOpt) The switch pairs for VPC connectivity</td>
</tr>
<tr>
<td>root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf</td>
<td>(StrOpt) Setup root helper as rootwrap or sudo</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco_dfa]</th>
</tr>
<tr>
<td>dcnm_ip = 0.0.0.0</td>
<td>(StrOpt) IP address of DCNM.</td>
</tr>
<tr>
<td>dcnm_password = password</td>
<td>(StrOpt) Login password for DCNM.</td>
</tr>
<tr>
<td>dcnm_user = user</td>
<td>(StrOpt) User login name for DCNM.</td>
</tr>
<tr>
<td>gateway_mac = 00:00:DE:AD:BE:EF</td>
<td>(StrOpt) Gateway mac address when using proxy mode.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -1,70 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_neutron_ml2_cisco_apic">
<caption>Description of ML2 Cisco mechanism driver configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[ml2_cisco_apic]</th>
</tr>
<tr>
<td>apic_clear_node_profiles = False</td>
<td>(BoolOpt) Clear the node profiles on the APIC at startup (mainly used for testing)</td>
</tr>
<tr>
<td>apic_entity_profile = openstack_entity</td>
<td>(StrOpt) Name of the entity profile to be created</td>
</tr>
<tr>
<td>apic_function_profile = openstack_function</td>
<td>(StrOpt) Name of the function profile to be created</td>
</tr>
<tr>
<td>apic_hosts = </td>
<td>(ListOpt) An ordered list of host names or IP addresses of the APIC controller(s).</td>
</tr>
<tr>
<td>apic_node_profile = openstack_profile</td>
<td>(StrOpt) Name of the node profile to be created</td>
</tr>
<tr>
<td>apic_password = None</td>
<td>(StrOpt) Password for the APIC controller</td>
</tr>
<tr>
<td>apic_use_ssl = True</td>
<td>(BoolOpt) Use SSL to connect to the APIC controller</td>
</tr>
<tr>
<td>apic_username = None</td>
<td>(StrOpt) Username for the APIC controller</td>
</tr>
<tr>
<td>apic_vlan_ns_name = openstack_ns</td>
<td>(StrOpt) Name for the vlan namespace to be used for openstack</td>
</tr>
<tr>
<td>apic_vlan_range = 2:4093</td>
<td>(StrOpt) Range of VLAN's to be used for Openstack</td>
</tr>
<tr>
<td>apic_vmm_domain = openstack</td>
<td>(StrOpt) Name for the VMM domain to be created for Openstack</td>
</tr>
<tr>
<td>apic_vmm_provider = VMware</td>
<td>(StrOpt) Name for the VMM domain provider</td>
</tr>
</tbody>
</table>
</para>

View File

@ -34,7 +34,7 @@
</tr>
<tr>
<td>dont_fragment = True</td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel</td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td>
</tr>
<tr>
<td>get_datapath_retry_times = 60</td>

View File

@ -19,31 +19,31 @@
</tr>
<tr>
<td>api_max_attempts = 3</td>
<td>(IntOpt) Maximum attempts per OFC API request.NEC plugin retries API request to OFC when OFC returns ServiceUnavailable (503).The value must be greater than 0.</td>
<td>(IntOpt) Maximum attempts per OFC API request. NEC plugin retries API request to OFC when OFC returns ServiceUnavailable (503). The value must be greater than 0.</td>
</tr>
<tr>
<td>cert_file = None</td>
<td>(StrOpt) Certificate file</td>
<td>(StrOpt) Location of certificate file.</td>
</tr>
<tr>
<td>driver = trema</td>
<td>(StrOpt) Driver to use</td>
<td>(StrOpt) Driver to use.</td>
</tr>
<tr>
<td>enable_packet_filter = True</td>
<td>(BoolOpt) Enable packet filter</td>
<td>(BoolOpt) Enable packet filter.</td>
</tr>
<tr>
<td>host = 127.0.0.1</td>
<td>(StrOpt) Host to connect to</td>
<td>(StrOpt) Host to connect to.</td>
</tr>
<tr>
<td>insecure_ssl = False</td>
<td>(BoolOpt) Disable SSL certificate verification</td>
<td>(BoolOpt) Disable SSL certificate verification.</td>
</tr>
<tr>
<td>key_file = None</td>
<td>(StrOpt) Key file</td>
<td>(StrOpt) Location of key file.</td>
</tr>
<tr>
<td>path_prefix = </td>
@ -51,11 +51,11 @@
</tr>
<tr>
<td>port = 8888</td>
<td>(StrOpt) Port to connect to</td>
<td>(StrOpt) Port to connect to.</td>
</tr>
<tr>
<td>use_ssl = False</td>
<td>(BoolOpt) Use SSL to connect</td>
<td>(BoolOpt) Use SSL to connect.</td>
</tr>
<tr>
<th colspan="2">[PROVIDER]</th>

View File

@ -34,19 +34,19 @@
</tr>
<tr>
<td>arp_responder = False</td>
<td>(BoolOpt) Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay</td>
<td>(BoolOpt) Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay.</td>
</tr>
<tr>
<td>dont_fragment = True</td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel</td>
<td>(BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.</td>
</tr>
<tr>
<td>enable_distributed_routing = False</td>
<td>(BoolOpt) Make the l2 agent run in DVR mode</td>
<td>(BoolOpt) Make the l2 agent run in DVR mode.</td>
</tr>
<tr>
<td>l2_population = False</td>
<td>(BoolOpt) Use ML2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</td>
<td>(BoolOpt) Use ML2 l2population mechanism driver to learn remote MAC and IPs and improve tunnel scalability.</td>
</tr>
<tr>
<td>minimize_polling = True</td>
@ -54,11 +54,11 @@
</tr>
<tr>
<td>ovsdb_monitor_respawn_interval = 30</td>
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it</td>
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.</td>
</tr>
<tr>
<td>tunnel_types = </td>
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan)</td>
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan).</td>
</tr>
<tr>
<td>veth_mtu = None</td>
@ -84,15 +84,15 @@
</tr>
<tr>
<td>enable_tunneling = False</td>
<td>(BoolOpt) Enable tunneling support</td>
<td>(BoolOpt) Enable tunneling support.</td>
</tr>
<tr>
<td>int_peer_patch_port = patch-tun</td>
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge</td>
<td>(StrOpt) Peer patch port in integration bridge for tunnel bridge.</td>
</tr>
<tr>
<td>integration_bridge = br-int</td>
<td>(StrOpt) Integration bridge to use</td>
<td>(StrOpt) Integration bridge to use.</td>
</tr>
<tr>
<td>local_ip = </td>
@ -100,31 +100,31 @@
</tr>
<tr>
<td>network_vlan_ranges = </td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;.</td>
</tr>
<tr>
<td>tenant_network_type = local</td>
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none).</td>
</tr>
<tr>
<td>tun_peer_patch_port = patch-int</td>
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge</td>
<td>(StrOpt) Peer patch port in tunnel bridge for integration bridge.</td>
</tr>
<tr>
<td>tunnel_bridge = br-tun</td>
<td>(StrOpt) Tunnel bridge to use</td>
<td>(StrOpt) Tunnel bridge to use.</td>
</tr>
<tr>
<td>tunnel_id_ranges = </td>
<td>(ListOpt) List of &lt;tun_min&gt;:&lt;tun_max&gt;</td>
<td>(ListOpt) List of &lt;tun_min&gt;:&lt;tun_max&gt;.</td>
</tr>
<tr>
<td>tunnel_type = </td>
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'</td>
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'.</td>
</tr>
<tr>
<td>use_veth_interconnection = False</td>
<td>(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges</td>
<td>(BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges.</td>
</tr>
</tbody>
</table>

View File

@ -30,35 +30,35 @@
</tr>
<tr>
<td>openflow_rest_api = 127.0.0.1:8080</td>
<td>(StrOpt) OpenFlow REST API location</td>
<td>(StrOpt) OpenFlow REST API location.</td>
</tr>
<tr>
<td>ovsdb_interface = None</td>
<td>(StrOpt) OVSDB interface to connect to</td>
<td>(StrOpt) OVSDB interface to connect to.</td>
</tr>
<tr>
<td>ovsdb_ip = None</td>
<td>(StrOpt) OVSDB IP to connect to</td>
<td>(StrOpt) OVSDB IP to connect to.</td>
</tr>
<tr>
<td>ovsdb_port = 6634</td>
<td>(IntOpt) OVSDB port to connect to</td>
<td>(IntOpt) OVSDB port to connect to.</td>
</tr>
<tr>
<td>tunnel_interface = None</td>
<td>(StrOpt) Tunnel interface to use</td>
<td>(StrOpt) Tunnel interface to use.</td>
</tr>
<tr>
<td>tunnel_ip = None</td>
<td>(StrOpt) Tunnel IP to use</td>
<td>(StrOpt) Tunnel IP to use.</td>
</tr>
<tr>
<td>tunnel_key_max = 16777215</td>
<td>(IntOpt) Maximum tunnel ID to use</td>
<td>(IntOpt) Maximum tunnel ID to use.</td>
</tr>
<tr>
<td>tunnel_key_min = 1</td>
<td>(IntOpt) Minimum tunnel ID to use</td>
<td>(IntOpt) Minimum tunnel ID to use.</td>
</tr>
</tbody>
</table>

View File

@ -19,78 +19,78 @@
</tr>
<tr>
<td>base_url = /one/nb/v2/</td>
<td>(StrOpt) Base URL for SDN-VE controller REST API</td>
<td>(StrOpt) Base URL for SDN-VE controller REST API.</td>
</tr>
<tr>
<td>controller_ips = 127.0.0.1</td>
<td>(ListOpt) List of IP addresses of SDN-VE controller(s)</td>
<td>(ListOpt) List of IP addresses of SDN-VE controller(s).</td>
</tr>
<tr>
<td>default_tenant_type = OVERLAY</td>
<td>(StrOpt) Tenant type: OVERLAY (default) or OF</td>
<td>(StrOpt) Tenant type: OVERLAY (default) or OF.</td>
</tr>
<tr>
<td>format = json</td>
<td>(StrOpt) SDN-VE request/response format</td>
<td>(StrOpt) SDN-VE request/response format.</td>
</tr>
<tr>
<td>info = sdnve_info_string</td>
<td>(StrOpt) SDN-VE RPC subject</td>
<td>(StrOpt) SDN-VE RPC subject.</td>
</tr>
<tr>
<td>integration_bridge = None</td>
<td>(StrOpt) Integration bridge to use</td>
<td>(StrOpt) Integration bridge to use.</td>
</tr>
<tr>
<td>interface_mappings = </td>
<td>(ListOpt) List of &lt;physical_network_name&gt;:&lt;interface_name&gt;</td>
<td>(ListOpt) List of &lt;physical_network_name&gt;:&lt;interface_name&gt; mappings.</td>
</tr>
<tr>
<td>of_signature = SDNVE-OF</td>
<td>(StrOpt) The string in tenant description that indicates the tenant is a OF tenant</td>
<td>(StrOpt) The string in tenant description that indicates the tenant is a OF tenant.</td>
</tr>
<tr>
<td>out_of_band = True</td>
<td>(BoolOpt) Indicating if controller is out of band or not</td>
<td>(BoolOpt) Indicating if controller is out of band or not.</td>
</tr>
<tr>
<td>overlay_signature = SDNVE-OVERLAY</td>
<td>(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant</td>
<td>(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant.</td>
</tr>
<tr>
<td>password = admin</td>
<td>(StrOpt) SDN-VE administrator password</td>
<td>(StrOpt) SDN-VE administrator password.</td>
</tr>
<tr>
<td>port = 8443</td>
<td>(StrOpt) SDN-VE controller port number</td>
<td>(StrOpt) SDN-VE controller port number.</td>
</tr>
<tr>
<td>reset_bridge = True</td>
<td>(BoolOpt) Reset the integration bridge before use</td>
<td>(BoolOpt) Whether to reset the integration bridge before use.</td>
</tr>
<tr>
<td>use_fake_controller = False</td>
<td>(BoolOpt) If set to True uses a fake controller.</td>
<td>(BoolOpt) Whether to use a fake controller.</td>
</tr>
<tr>
<td>userid = admin</td>
<td>(StrOpt) SDN-VE administrator user id</td>
<td>(StrOpt) SDN-VE administrator user ID.</td>
</tr>
<tr>
<th colspan="2">[SDNVE_AGENT]</th>
</tr>
<tr>
<td>polling_interval = 2</td>
<td>(IntOpt) Agent polling interval if necessary</td>
<td>(IntOpt) Agent polling interval if necessary.</td>
</tr>
<tr>
<td>root_helper = sudo</td>
<td>(StrOpt) Using root helper</td>
<td>(StrOpt) Using root helper.</td>
</tr>
<tr>
<td>rpc = True</td>
<td>(BoolOpt) Whether using rpc</td>
<td>(BoolOpt) Whether to use rpc.</td>
</tr>
</tbody>
</table>

View File

@ -47,7 +47,7 @@
</tr>
<tr>
<td>vendordata_jsonfile_path = None</td>
<td>(StrOpt) File to load json formatted vendor data from</td>
<td>(StrOpt) File to load JSON formatted vendor data from</td>
</tr>
</tbody>
</table>

View File

@ -0,0 +1,42 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_nova_serial_console">
<caption>Description of serial console configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[serial_console]</th>
</tr>
<tr>
<td>base_url = http://127.0.0.1:6083/</td>
<td>(StrOpt) Location of serial console proxy.</td>
</tr>
<tr>
<td>enabled = False</td>
<td>(BoolOpt) Enable serial console related features</td>
</tr>
<tr>
<td>listen = 127.0.0.1</td>
<td>(StrOpt) IP address on which instance serial console should listen</td>
</tr>
<tr>
<td>port_range = 10000:20000</td>
<td>(StrOpt) Range of TCP ports to use for serial ports on compute hosts</td>
</tr>
<tr>
<td>proxyclient_address = 127.0.0.1</td>
<td>(StrOpt) The address to which proxy clients (like nova-serialproxy) should connect</td>
</tr>
</tbody>
</table>
</para>

View File

@ -17,6 +17,19 @@
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>cluster_remote_threshold = 70</td>
<td>(IntOpt) The same as global_remote_threshold, but for a single cluster.</td>
</tr>
<tr>
<td>compute_topology_file = etc/sahara/compute.topology</td>
<td>(StrOpt) File with nova compute topology.
It should contain mapping between nova computes and racks.
File format:
compute1 /rack1
compute2 /rack2
compute3 /rack2</td>
</tr>
<tr>
<td>control_exchange = openstack</td>
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
@ -52,7 +65,7 @@
</tr>
<tr>
<td>job_binary_max_KB = 5120</td>
<td>(IntOpt) Maximum length of job binary data in kilobytes that may be stored or retrieved in a single operation</td>
<td>(IntOpt) Maximum length of job binary data in kilobytes that may be stored or retrieved in a single operation.</td>
</tr>
<tr>
<td>job_workflow_postfix = </td>
@ -68,7 +81,7 @@
</tr>
<tr>
<td>min_transient_cluster_active_time = 30</td>
<td>(IntOpt) Minimal "lifetime" in seconds for a transient cluster. Cluster is guarantied to be "alive" within this time period.</td>
<td>(IntOpt) Minimal "lifetime" in seconds for a transient cluster. Cluster is guaranteed to be "alive" within this time period.</td>
</tr>
<tr>
<td>node_domain = novalocal</td>
@ -88,7 +101,7 @@
</tr>
<tr>
<td>periodic_interval_max = 60</td>
<td>(IntOpt) Max interval size between periodic tasks execution in seconds</td>
<td>(IntOpt) Max interval size between periodic tasks execution in seconds.</td>
</tr>
<tr>
<td>plugins = vanilla, hdp</td>

View File

@ -21,6 +21,10 @@
<td>default_log_levels = amqplib=WARN, qpid.messaging=INFO, stevedore=INFO, eventlet.wsgi.server=WARN, sqlalchemy=WARN, boto=WARN, suds=INFO, keystone=INFO, paramiko=WARN, requests=WARN, iso8601=WARN</td>
<td>(ListOpt) List of logger=LEVEL pairs.</td>
</tr>
<tr>
<td>fatal_deprecations = False</td>
<td>(BoolOpt) Enables or disables fatal status of deprecations.</td>
</tr>
<tr>
<td>instance_format = "[instance: %(uuid)s] "</td>
<td>(StrOpt) The format for an instance that is passed with the log message.</td>

View File

@ -42,4 +42,9 @@
<xi:include href="../../common/tables/cinder-quota.xml"/>
<xi:include href="../../common/tables/cinder-common.xml"/>
<xi:include href="../../common/tables/cinder-logging.xml"/>
<xi:include href="../../common/tables/cinder-profiler.xml"/>
<xi:include href="../../common/tables/cinder-fusionio.xml"/>
<xi:include href="../../common/tables/cinder-hitachi.xml"/>
<xi:include href="../../common/tables/cinder-ibmnas.xml"/>
</section>

View File

@ -35,6 +35,7 @@
<xi:include href="../common/tables/ceilometer-swift.xml"/>
<xi:include href="../common/tables/ceilometer-tripleo.xml"/>
<xi:include href="../common/tables/ceilometer-vmware.xml"/>
<xi:include href="../common/tables/ceilometer-xenapi.xml"/>
<xi:include href="telemetry/section_telemetry-sample-configuration-files.xml" />
<xi:include href="../common/tables/ceilometer-conf-changes-icehouse.xml"/>

View File

@ -46,6 +46,7 @@
<xi:include href="../../common/tables/nova-rpc_all.xml"/>
<xi:include href="../../common/tables/nova-s3.xml"/>
<xi:include href="../../common/tables/nova-scheduler.xml"/>
<xi:include href="../../common/tables/nova-serial_console.xml"/>
<xi:include href="../../common/tables/nova-spice.xml"/>
<xi:include href="../../common/tables/nova-testing.xml"/>
<xi:include href="../../common/tables/nova-tilera.xml"/>

View File

@ -170,6 +170,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>[serial_console]</literal></term>
<listitem>
<para>
Configures serial console.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>[spice]</literal></term>
<listitem>

View File

@ -83,11 +83,6 @@
options</title>
<xi:include href="../../common/tables/neutron-ml2_cisco.xml"/>
</section>
<section xml:id="networking-plugin-ml2_cisco_apic">
<title>Modular Layer 2 (ml2) Cisco APIC Mechanism configuration
options</title>
<xi:include href="../../common/tables/neutron-ml2_cisco_apic.xml"/>
</section>
<section xml:id="networking-plugin-ml2_fslsdn">
<title>Modular Layer 2 (ml2) Freescale SDN Mechanism configuration
options</title>

View File

@ -93,6 +93,7 @@ sahara_control_exchange exchange
sample_source exchange
syslog_log_facility logging
transport_url rpc
trove_control_exchange exchange
use_stderr logging
use_syslog logging
use_syslog_rfc_format logging
@ -120,8 +121,13 @@ cells/mute_child_interval nova_cells
cells/name nova_cells
cells/reserve_percent nova_cells
cells/topic nova_cells
central/partitioning_group_prefix common
collector/requeue_sample_on_dispatcher_error collector
collector/udp_address collector
collector/udp_port collector
compute/workload_partitioning common
coordination/backend_url common
coordination/heartbeat common
database/alarm_connection database
database/backend database
database/connection database
@ -190,6 +196,8 @@ notification/ack_on_event_error events
notification/messaging_urls rpc
notification/store_events events
publisher/metering_secret rpc
publisher_notifier/metering_driver rpc
publisher_notifier/metering_topic rpc
publisher_rpc/metering_topic rpc
service_credentials/insecure auth
service_credentials/os_auth_url auth
@ -206,3 +214,7 @@ vmware/host_password vmware
vmware/host_username vmware
vmware/task_poll_interval vmware
vmware/wsdl_location vmware
xenapi/connection_password xenapi
xenapi/connection_url xenapi
xenapi/connection_username xenapi
xenapi/login_timeout xenapi

View File

@ -73,6 +73,9 @@ extra_capabilities api
fake_rabbit rpc
fatal_deprecations logging
fatal_exception_format_errors logging
fusionio_iocontrol_retry fusionio
fusionio_iocontrol_targetdelay fusionio
fusionio_iocontrol_verify_cert fusionio
glance_api_insecure images
glance_api_servers images
glance_api_ssl_compression images
@ -95,6 +98,27 @@ gpfs_storage_pool storage_gpfs
hds_cinder_config_file hds-hus
hds_hnas_iscsi_config_file hds-hnas
hds_hnas_nfs_config_file hds-hnas
hitachi_add_chap_user hitachi
hitachi_async_copy_check_interval hitachi
hitachi_auth_method hitachi
hitachi_auth_password hitachi
hitachi_auth_user hitachi
hitachi_copy_check_interval
hitachi_copy_speed hitachi
hitachi_default_copy_method hitachi
hitachi_group_range hitachi
hitachi_group_request hitachi
hitachi_horcm_add_conf hitachi
hitachi_horcm_numbers hitachi
hitachi_horcm_password hitachi
hitachi_horcm_user hitachi
hitachi_ldev_range hitachi
hitachi_pool_id hitachi
hitachi_serial_number hitachi
hitachi_target_ports hitachi
hitachi_thin_pool_id hitachi
hitachi_unit_name hitachi
hitachi_zoning_request hitachi
host common
hp3par_api_url hp3par
hp3par_cpg hp3par
@ -112,6 +136,7 @@ hplefthand_debug hplefthand
hplefthand_iscsi_chap_enabled hplefthand
hplefthand_password hplefthand
hplefthand_username hplefthand
ibmnas_platform_type ibmnas
iet_conf common
image_conversion_dir images
initiator_auto_registration emc
@ -329,12 +354,14 @@ storage_availability_zone common
storage_vnx_authentication_type emc
storage_vnx_pool_name emc
storage_vnx_security_file_dir emc
storwize_svc_allow_tenant_qos storwize
storwize_svc_connection_protocol storwize
storwize_svc_flashcopy_timeout storwize
storwize_svc_iscsi_chap_enabled storwize
storwize_svc_multihostmap_enabled storwize
storwize_svc_multipath_enabled storwize
storwize_svc_npiv_compatibility_mode storwize
storwize_svc_stretched_cluster_partner storwize
storwize_svc_vol_autoexpand storwize
storwize_svc_vol_compression storwize
storwize_svc_vol_easytier storwize
@ -343,6 +370,7 @@ storwize_svc_vol_iogrp storwize
storwize_svc_vol_rsize storwize
storwize_svc_vol_warning storwize
storwize_svc_volpool_name storwize
swift_catalog_info backups_swift
syslog_log_facility logging
tcp_keepalive common
tcp_keepalive_count common
@ -435,6 +463,14 @@ BRCD_FABRIC_EXAMPLE/principal_switch_wwn zoning_fabric
BRCD_FABRIC_EXAMPLE/zone_activate zoning_fabric
BRCD_FABRIC_EXAMPLE/zone_name_prefix zoning_fabric
BRCD_FABRIC_EXAMPLE/zoning_policy zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_address zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_password zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_port zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_user zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_zone_activate zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_zone_name_prefix zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_zoning_policy zoning_fabric
CISCO_FABRIC_EXAMPLE/cisco_zoning_vsan zoning_fabric
database/backend database
database/connection database
database/connection_debug database
@ -457,6 +493,7 @@ database/sqlite_synchronous database
database/use_db_reconnect database
database/use_tpool database
fc-zone-manager/brcd_sb_connector zoning_manager
fc-zone-manager/cisco_sb_connector zoning_manager
fc-zone-manager/fc_fabric_names zoning
fc-zone-manager/fc_san_lookup_service zoning_manager
fc-zone-manager/zone_driver zoning_manager
@ -498,6 +535,8 @@ matchmaker_redis/host rpc
matchmaker_redis/password rpc
matchmaker_redis/port rpc
matchmaker_ring/ringfile rpc
profiler/profiler_enabled profiler
profiler/trace_sqlalchemy profiler
ssl/ca_file ca
ssl/cert_file ca
ssl/key_file ca

View File

@ -6,12 +6,15 @@ block-device block device
coraid Coraid AoE driver
emc EMC
eqlx Dell EqualLogic volume driver
fusionio Fusion-io driver
hds-hnas HDS HNAS iSCSI and NFS driver
hds-hus HDS HUS iSCSI driver
hitachi Hitachi volume driver
hp3par HP 3PAR Fibre Channel and iSCSI drivers
hplefthand HP LeftHand/StoreVirtual driver
hpmsa HP MSA Fiber Channel driver
huawei Huawei storage driver
ibmnas IBM NAS volume driver
images images
keymgr key manager
lvm LVM

View File

@ -54,7 +54,6 @@ max_resources_per_stack quota
max_stacks_per_tenant quota
max_template_size quota
memcached_servers auth_token
networking_service common
notification_driver amqp
notification_topics amqp
num_engine_workers api

View File

@ -13,6 +13,7 @@ amqp_durable_queues rpc
api_extensions_path api
api_paste_config api
api_workers common
apic_system_id ml2_cisco
auth_ca_cert common
auth_insecure common
auth_region common
@ -460,6 +461,14 @@ database/sqlite_synchronous database
database/use_db_reconnect database
fwaas/driver nec
fwaas/enabled fwaas
general/backlog_processing_interval cisco
general/cfg_agent_down_time cisco
general/default_security_group cisco
general/ensure_nova_running cisco
general/l3_admin_tenant cisco
general/management_network cisco
general/service_vm_config_path cisco
general/templates_path cisco
haproxy/loadbalancer_state_path lbaas_haproxy
haproxy/send_gratuitous_arp lbaas_haproxy
haproxy/user_group lbaas_haproxy
@ -485,6 +494,15 @@ heleoslb/mgmt_id embrane_lb
heleoslb/oob_id embrane_lb
heleoslb/resource_pool_id embrane_lb
heleoslb/sync_interval embrane_lb
hosting_devices/csr1kv_booting_time cisco
hosting_devices/csr1kv_cfgagent_router_driver cisco
hosting_devices/csr1kv_configdrive_template cisco
hosting_devices/csr1kv_device_driver cisco
hosting_devices/csr1kv_flavor cisco
hosting_devices/csr1kv_image cisco
hosting_devices/csr1kv_password cisco
hosting_devices/csr1kv_plugging_driver cisco
hosting_devices/csr1kv_username cisco
hyperv/force_hyperv_utils_v1 hyperv_agent
ipsec/config_base_dir vpn
ipsec/ipsec_status_check_interval vpn
@ -529,6 +547,7 @@ matchmaker_redis/host redis
matchmaker_redis/password redis
matchmaker_redis/port redis
matchmaker_ring/ringfile rpc
ml2/extension_drivers ml2
ml2/mechanism_drivers ml2
ml2/tenant_network_types ml2
ml2/type_drivers ml2
@ -547,18 +566,29 @@ ml2_brocade/username ml2_brocade
ml2_cisco/managed_physical_network ml2_cisco
ml2_cisco/svi_round_robin cisco
ml2_cisco/vlan_name_prefix cisco
ml2_cisco_apic/apic_clear_node_profiles ml2_cisco_apic
ml2_cisco_apic/apic_entity_profile ml2_cisco_apic
ml2_cisco_apic/apic_function_profile ml2_cisco_apic
ml2_cisco_apic/apic_hosts ml2_cisco_apic
ml2_cisco_apic/apic_node_profile ml2_cisco_apic
ml2_cisco_apic/apic_password ml2_cisco_apic
ml2_cisco_apic/apic_use_ssl ml2_cisco_apic
ml2_cisco_apic/apic_username ml2_cisco_apic
ml2_cisco_apic/apic_vlan_ns_name ml2_cisco_apic
ml2_cisco_apic/apic_vlan_range ml2_cisco_apic
ml2_cisco_apic/apic_vmm_domain ml2_cisco_apic
ml2_cisco_apic/apic_vmm_provider ml2_cisco_apic
ml2_cisco_apic/apic_agent_poll_interval ml2_cisco
ml2_cisco_apic/apic_agent_report_interval ml2_cisco
ml2_cisco_apic/apic_app_profile_name ml2_cisco
ml2_cisco_apic/apic_domain_name ml2_cisco
ml2_cisco_apic/apic_entity_profile ml2_cisco
ml2_cisco_apic/apic_function_profile ml2_cisco
ml2_cisco_apic/apic_host_uplink_ports ml2_cisco
ml2_cisco_apic/apic_hosts ml2_cisco
ml2_cisco_apic/apic_lacp_profile ml2_cisco
ml2_cisco_apic/apic_name_mapping ml2_cisco
ml2_cisco_apic/apic_node_profile ml2_cisco
ml2_cisco_apic/apic_password ml2_cisco
ml2_cisco_apic/apic_sync_interval ml2_cisco
ml2_cisco_apic/apic_use_ssl ml2_cisco
ml2_cisco_apic/apic_username ml2_cisco
ml2_cisco_apic/apic_vlan_ns_name ml2_cisco
ml2_cisco_apic/apic_vlan_range ml2_cisco
ml2_cisco_apic/apic_vpc_pairs ml2_cisco
ml2_cisco_apic/root_helper ml2_cisco
ml2_cisco_dfa/dcnm_ip ml2_cisco
ml2_cisco_dfa/dcnm_password ml2_cisco
ml2_cisco_dfa/dcnm_user ml2_cisco
ml2_cisco_dfa/gateway_mac ml2_cisco
ml2_fslsdn/crd_api_insecure ml2_fslsdn
ml2_fslsdn/crd_auth_strategy ml2_fslsdn
ml2_fslsdn/crd_auth_url ml2_fslsdn
@ -585,6 +615,11 @@ ml2_type_gre/tunnel_id_ranges ml2_gre
ml2_type_vlan/network_vlan_ranges ml2_vlan
ml2_type_vxlan/vni_ranges ml2_vxlan
ml2_type_vxlan/vxlan_group ml2_vxlan
n1kv/management_port_profile cisco
n1kv/t1_network_profile cisco
n1kv/t1_port_profile cisco
n1kv/t2_network_profile cisco
n1kv/t2_port_profile cisco
netscaler_driver/netscaler_ncc_password lbaas_netscaler
netscaler_driver/netscaler_ncc_uri lbaas_netscaler
netscaler_driver/netscaler_ncc_username lbaas_netscaler

View File

@ -25,7 +25,6 @@ ml2_arista ML2 Arista mechanism driver
ml2_bigswitch ML2 BigSwitch mechanism driver
ml2_brocade ML2 Brocade mechanism driver
ml2_cisco ML2 Cisco mechanism driver
ml2_cisco_apic ML2 Cisco mechanism driver
ml2_flat ML2 Flat mechanism driver
ml2_fslsdn ML2 Freescale SDN mechanism driver
ml2_gre ML2 GRE

View File

@ -613,6 +613,11 @@ osapi_v3/extensions_blacklist apiv3
osapi_v3/extensions_whitelist apiv3
rdp/enabled rdp
rdp/html5_proxy_base_url rdp
serial_console/base_url serial_console
serial_console/enabled serial_console
serial_console/listen serial_console
serial_console/port_range serial_console
serial_console/proxyclient_address serial_console
spice/agent_enabled spice
spice/enabled spice
spice/html5proxy_base_url spice

View File

@ -24,6 +24,7 @@ periodic periodic
rdp RDP
rpc_all all RPC
s3 S3
serial_console serial console
spice SPICE
tilera Tilera
trustedcomputing trusted computing

View File

@ -1,7 +1,7 @@
amqp_auto_delete amqp
amqp_durable_queues amqp
cluster_remote_threshold
compute_topology_file
cluster_remote_threshold common
compute_topology_file common
control_exchange common
db_driver database
debug debug
@ -11,7 +11,7 @@ disable_process_locking debug
enable_data_locality common
enable_hypervisor_awareness common
fake_rabbit debug
fatal_deprecations
fatal_deprecations logging
global_remote_threshold common
host common
infrastructure_engine common

View File

@ -28,3 +28,4 @@ vmware VMware
vpn VPN
wsgi WSGI
zeromq ZeroMQ
xenapi XenAPI