---
title: Charmhub | Deploy Neutron Dynamic Routing Agent using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of Neutron Dynamic Routing Agent on any cloud.
url: https://charmhub.io/neutron-dynamic-routing/configurations
---

# Neutron Dynamic Routing Agent

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
* [Cloud](https://charmhub.io/?filter=cloud)

Platform:

24.04

23.10

23.04

22.10

22.04

21.10

21.04

20.10

20.04

+5

stable 35

```
juju deploy neutron-dynamic-routing
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [action-managed-upgrade](https://charmhub.io/neutron-dynamic-routing/configurations#action-managed-upgrade)
* [debug](https://charmhub.io/neutron-dynamic-routing/configurations#debug)
* [openstack-origin](https://charmhub.io/neutron-dynamic-routing/configurations#openstack-origin)
* [ssl\_ca](https://charmhub.io/neutron-dynamic-routing/configurations#ssl_ca)
* [ssl\_cert](https://charmhub.io/neutron-dynamic-routing/configurations#ssl_cert)
* [ssl\_key](https://charmhub.io/neutron-dynamic-routing/configurations#ssl_key)
* [use-internal-endpoints](https://charmhub.io/neutron-dynamic-routing/configurations#use-internal-endpoints)
* [use-syslog](https://charmhub.io/neutron-dynamic-routing/configurations#use-syslog)
* [verbose](https://charmhub.io/neutron-dynamic-routing/configurations#verbose)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* 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
