openstack-manuals/doc/config-reference/source/tables/murano-networking.rst

2.2 KiB

Description of Networking service configuration options
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