Neutron Dynamic Routing Agent

  • By OpenStack Charmers
  • Cloud
Channel Revision Published Runs on
latest/stable 35 09 Dec 2021
Ubuntu 21.10 Ubuntu 21.04 Ubuntu 20.10 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/candidate 34 21 Oct 2021
Ubuntu 21.10 Ubuntu 21.04 Ubuntu 20.10 Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 76 26 Mar 2024
Ubuntu 22.04
xena/edge 45 12 Apr 2022
Ubuntu 20.04
wallaby/edge 46 25 Feb 2022
Ubuntu 20.04
victoria/edge 46 25 Feb 2022
Ubuntu 20.04
ussuri/edge 40 22 Feb 2022
Ubuntu 20.04 Ubuntu 18.04
queens/edge 48 25 Feb 2022
Ubuntu 20.04
2024.1/candidate 71 24 Jan 2024
Ubuntu 23.10
juju deploy neutron-dynamic-routing
Show information

Platform:

Ubuntu
21.10 21.04 20.10 20.04 18.04 16.04

Learn about configurations >

  • action-managed-upgrade | boolean

    If True enables openstack upgrades for this charm via juju actions. You will still need to set openstack-origin to the new repository but instead of an upgrade running automatically across all units, it will wait for you to execute the openstack-upgrade action for this charm on each unit. If False it will revert to existing behavior of upgrading all units on config change.

  • debug | boolean

    Enable debug logging

  • openstack-origin | string

    Default: distro

    Repository from which to install OpenStack. May be one of the following: distro (default) ppa:somecustom/ppa (PPA name must include OpenStack Release) deb url sources entry|key id or a supported Ubuntu Cloud Archive pocket. Supported Ubuntu Cloud Archive pockets include: cloud:trusty-liberty cloud:trusty-juno cloud:trusty-kilo cloud:trusty-liberty cloud:trusty-mitaka Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.

  • ssl_ca | string

    TLS CA to use to communicate with other components in a deployment. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • ssl_cert | string

    TLS certificate to install and use for any listening services. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • ssl_key | string

    TLS key to use with certificate specified as ``ssl_cert``. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • use-internal-endpoints | boolean

    Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.

  • use-syslog | boolean

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

  • verbose | boolean

    Enable verbose logging