Channel Revision Published Runs on
yoga/beta 29 10 Mar 2023
Ubuntu 22.04
yoga/edge 31 09 May 2023
Ubuntu 22.04
xena/beta 20 21 Nov 2022
Ubuntu 22.04
xena/edge 26 20 Jan 2023
Ubuntu 22.04
2025.1/edge 154 07 Jul 2025
Ubuntu 24.04
2024.1/stable 143 25 Jun 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/stable 114 30 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/candidate 143 09 May 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/candidate 114 16 Jan 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/beta 143 06 May 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/beta 114 22 Nov 2024
Ubuntu 24.04 Ubuntu 22.04
2024.1/edge 155 09 Jul 2025
Ubuntu 24.04 Ubuntu 22.04
2024.1/edge 114 08 Oct 2024
Ubuntu 24.04 Ubuntu 22.04
2023.2/stable 58 06 Dec 2023
Ubuntu 22.04
2023.2/candidate 70 25 Mar 2024
Ubuntu 22.04
2023.2/beta 70 25 Mar 2024
Ubuntu 22.04
2023.2/edge 70 23 Feb 2024
Ubuntu 22.04
2023.1/stable 53 26 Sep 2023
Ubuntu 22.04
2023.1/candidate 60 12 Jan 2024
Ubuntu 22.04
2023.1/beta 60 10 Jan 2024
Ubuntu 22.04
2023.1/edge 60 12 Dec 2023
Ubuntu 22.04
juju deploy neutron-k8s --channel 2024.1/stable
Show information

Platform:

Learn about configurations >

  • debug | boolean

    Enable debug logging.

  • dns-domain | string

    Default: cloud.sunbeam.internal.

    Specifies the dns domain name that should be used for building instance hostnames. The value of 'openstacklocal' will cause the dhcp agents to broadcast the default domain of openstacklocal and will not enable internal cloud dns resolution. This value should end with a '.', e.g. 'cloud.example.org.'.

  • enable-igmp-snooping | boolean

    Enable IGMP snooping for integration bridge.

  • global-physnet-mtu | int

    Default: 1500

    MTU of the underlying physical network. Neutron uses this value to calculate MTU for all virtual network components. For flat and VLAN networks, neutron uses this value without modification. For overlay networks such as Geneve, neutron automatically subtracts the overlay protocol overhead from this value.

  • ipv4-ptr-zone-prefix-size | int

    Default: 24

    The size in bits of the prefix for the IPv4 reverse lookup (PTR) zones. Valid size has to be multiple of 8, with maximum value of 24 and minimum value of 8. . NOTE: Use only when "reverse-dns-lookup" option is set to "True".

  • ipv6-ptr-zone-prefix-size | int

    Default: 64

    The size in bits of the prefix for the IPv6 reverse lookup (PTR) zones. Valid size has to be multiple of 4, with maximum value of 124 and minimum value of 4. . NOTE: Use only when "reverse-dns-lookup" option is set to "True".

  • path-mtu | int

    Default: 1500

    Maximum size of an IP packet (MTU) that can traverse the underlying physical network infrastructure without fragmentation when using an overlay/tunnel protocol. This option allows specifying a physical network MTU value that differs from the default global-physnet-mtu value.

  • physical-network-mtus | string

    Space-delimited list of <physical_network>:<mtu> pairs specifying MTU for individual physical networks. . Use this if a subset of your flat or VLAN provider networks have a MTU that differ with what is set in global-physnet-mtu.

  • region | string

    Default: RegionOne

    Name of the OpenStack region

  • reverse-dns-lookup | boolean

    A boolean value specifying whether to enable or not the creation of reverse lookup (PTR) records. . NOTE: Use only when integrating neutron-k8s charm to designate charm.

  • vlan-ranges | string

    Default: physnet1:1:4094

    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.