KATO Tomoyuki c696a41328 [config-ref] update murano config options for Newton
Change-Id: I894eb2ea496c13ed26f3fdef832a09f4d2cd1c52
2016-09-29 21:21:56 +09:00

49 lines
2.2 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _murano-networking:
.. list-table:: Description of Networking service configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[networking]**
-
* - ``create_router`` = ``True``
- (Boolean) This option will create a router when one with "router_name" does not exist
* - ``default_dns`` =
- (List) List of default DNS nameservers to be assigned to created Networks
* - ``driver`` = ``None``
- (String) Network driver to use. Options are neutron or nova.If not provided, the driver will be detected.
* - ``env_ip_template`` = ``10.0.0.0``
- (String) Template IP address for generating environment subnet cidrs
* - ``external_network`` = ``ext-net``
- (String) ID or name of the external network for routers to connect to
* - ``max_environments`` = ``250``
- (Integer) Maximum number of environments that use a single router per tenant
* - ``max_hosts`` = ``250``
- (Integer) Maximum number of VMs per environment
* - ``network_config_file`` = ``netconfig.yaml``
- (String) If provided networking configuration will be taken from this file
* - ``router_name`` = ``murano-default-router``
- (String) Name of the router that going to be used in order to join all networks created by Murano
* - **[neutron]**
-
* - ``ca_cert`` = ``None``
- (String) (SSL) Tells Murano to use the specified client certificate file when communicating with Neutron.
* - ``endpoint_type`` = ``publicURL``
- (String) Neutron endpoint type.
* - ``insecure`` = ``False``
- (Boolean) This option explicitly allows Murano to perform "insecure" SSL connections and transfers with Neutron API.
* - ``url`` = ``None``
- (String) Optional neutron endpoint override