Landscape Neutron Openvswitch Next

Channel Revision Published Runs on
latest/stable 40 19 Mar 2021
Ubuntu 14.04
latest/edge 40 19 Mar 2021
Ubuntu 14.04
juju deploy landscape-neutron-openvswitch-next
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • bridge-mappings | string

    Default: physnet1:br-data

    Space-delimited list of ML2 data bridge mappings with format <provider>:<bridge>.

  • data-port | string

    Space-delimited list of bridge:port mappings. Ports will be added to their corresponding bridge. The bridges will allow usage of flat or VLAN network types with Neutron and should match this defined in bridge-mappings. . Ports provided can be the name or MAC address of the interface to be added to the bridge. If MAC addresses are used, you may provide multiple bridge:mac for the same bridge so as to be able to configure multiple units. In this case the charm will run through the provided MAC addresses for each bridge until it finds one it can resolve to an interface name.

  • debug | boolean

    Enable debug logging.

  • disable-security-groups | boolean

    Disable neutron based security groups - setting this configuration option will override any settings configured via the neutron-api charm. . BE CAREFUL - this option allows you to disable all port level security within an OpenStack cloud.

  • enable-local-dhcp-and-metadata | boolean

    Enable local Neutron DHCP and Metadata Agents. This is useful for deployments which do not include a neutron-gateway (do not require l3, lbaas or vpnaas services) and should only be used in-conjunction with flat or VLAN provider networks configurations.

  • ext-port | string

    A space-separated list of external ports to use for routing of instance traffic to the external public network. Valid values are either MAC addresses (in which case only MAC addresses for interfaces without an IP address already assigned will be used), or interfaces (eth0)

  • flat-network-providers | string

    Space-delimited list of Neutron flat network providers.

  • openstack-origin-git | string

    Specifies a YAML-formatted dictionary listing the git repositories and branches from which to install OpenStack and its dependencies. When openstack-origin-git is specified, openstack-specific packages will be installed from source rather than from the the nova-compute charm's openstack-origin repository. Note that the installed config files will be determined based on the OpenStack release of the nova-compute charm's openstack-origin option. For more details see README.md.

  • os-data-network | string

    The IP address and netmask of the OpenStack Data network (e.g., 192.168.0.0/24) . This network will be used for tenant network traffic in overlay networks.

  • rabbit-user | string

    Default: neutron

    Username used to access RabbitMQ queue

  • rabbit-vhost | string

    Default: openstack

    RabbitMQ vhost

  • use-syslog | boolean

    Setting this to True will allow supporting services to log to syslog.

  • verbose | boolean

    Enable verbose logging.

  • vlan-ranges | string

    Default: physnet1:1000:2000

    Space-delimited list of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.