---
title: Charmhub | Deploy Neutron Api Plugin Ovn using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of Neutron Api Plugin Ovn on any cloud.
url: https://charmhub.io/neutron-api-plugin-ovn/actions
---

# Neutron Api Plugin Ovn

[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)
* [Networking](https://charmhub.io/?filter=networking)

Platform:

24.04

23.10

23.04

22.10

22.04

20.04

18.04

yoga/stable a63ba79

```
juju deploy neutron-api-plugin-ovn --channel yoga/stable
```

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

* [migrate-mtu](https://charmhub.io/neutron-api-plugin-ovn/actions#migrate-mtu)
* [migrate-ovn-db](https://charmhub.io/neutron-api-plugin-ovn/actions#migrate-ovn-db)
* [offline-neutron-morph-db](https://charmhub.io/neutron-api-plugin-ovn/actions#offline-neutron-morph-db)
* [pause](https://charmhub.io/neutron-api-plugin-ovn/actions#pause)
* [restart-services](https://charmhub.io/neutron-api-plugin-ovn/actions#restart-services)
* [resume](https://charmhub.io/neutron-api-plugin-ovn/actions#resume)

[Learn about actions >](https://juju.is/docs/juju/action)

* migrate-mtu

  Reduce MTU on overlay networks prior to migration to Geneve.

  Params

  + i-really-mean-it
    boolean

    The default of false will cause the action to verify that all overlay
    networks have been adjusted. Set to true to perform the actual
    migration.
    .
    NOTE: To avoid connectivity issues, running instances should already
    have been reconfigured with a lower MTU prior to running this action.
    .
    NOTE: The neutron-api units should NOT be paused while running this
    action.

  Required

  i-really-mean-it
* migrate-ovn-db

  Run the Neutron OVN DB Sync utility.

  Params

  + i-really-mean-it
    boolean

    The default of false will cause the action to perform a dry-run and log
    output. Set to true to perform the actual sync.
    .
    NOTE: The neutron-api units should be paused while running this action.

  Required

  i-really-mean-it
* offline-neutron-morph-db

  Perform optional offline morphing of tunnel networks in Neutron DB.

  Params

  + i-really-mean-it
    boolean

    The default of false will cause the action to not commit the database
    transaction, effectively performing a dry run. Set to true to perform
    the actual operation.
    .
    NOTE: Performing this action is optional and will allow migrated
    networks to show as type 'geneve' to the end user of the cloud which
    also allows other `openstack network set` operations to succeed
    post-migration.
    .
    NOTE: Before running this action you should make a backup of the
    Neutron database.
    .
    NOTE: The neutron-api units MUST be paused while running this action.

  Required

  i-really-mean-it
* pause

  Pause services.
  If the deployment is clustered using the hacluster charm, the
  corresponding hacluster unit on the node must first be paused as well.
  Not doing so may lead to an interruption of service.
* restart-services

  Restart services.
  Restart the services the charm manages.
* resume

  Resume services.
  If the deployment is clustered using the hacluster charm, the
  corresponding hacluster unit on the node must be resumed as well.
