---
title: Charmhub | Deploy Neutron Api Odl using Charmhub - The Open Operator Collection
description: Deploy the latest version of Neutron Api Odl on any cloud.
url: https://charmhub.io/neutron-api-odl/configurations
---

# Neutron Api Odl

[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:

18.10

18.04

17.10

17.04

16.10

16.04

14.04

stable 19

```
juju deploy neutron-api-odl
```

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

* [debug](https://charmhub.io/neutron-api-odl/configurations#debug)
* [overlay-network-type](https://charmhub.io/neutron-api-odl/configurations#overlay-network-type)
* [security-groups](https://charmhub.io/neutron-api-odl/configurations#security-groups)
* [use-internal-endpoints](https://charmhub.io/neutron-api-odl/configurations#use-internal-endpoints)
* [use-syslog](https://charmhub.io/neutron-api-odl/configurations#use-syslog)
* [verbose](https://charmhub.io/neutron-api-odl/configurations#verbose)
* [vlan-ranges](https://charmhub.io/neutron-api-odl/configurations#vlan-ranges)

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

* debug | boolean

  Enable debug logging
* overlay-network-type | string

  Default: gre

  Overlay network types to use, valid options include:
  .
  gre
  vxlan
  .
  Multiple types can be provided - field is space delimited.
* security-groups | boolean

  Enable OpenDayLight managed security groups.
* 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
* vlan-ranges | string

  Default: physnet1:1000:2000

  Space-delimited list of Neutron network-provider & vlan-id-ranges using
  the following format "<provider>:<start>:<end> ...".
