---
title: Charmhub | Deploy Manila using Charmhub - The Open Operator Collection
description: Deploy the latest version of Manila on any cloud.
url: https://charmhub.io/manila/configurations
---

# Manila

[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

20.04

18.04

yoga/stable 085022d

```
juju deploy manila --channel yoga/stable
```

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

* [action-managed-upgrade](https://charmhub.io/manila/configurations#action-managed-upgrade)
* [database](https://charmhub.io/manila/configurations#database)
* [database-user](https://charmhub.io/manila/configurations#database-user)
* [debug](https://charmhub.io/manila/configurations#debug)
* [default-share-backend](https://charmhub.io/manila/configurations#default-share-backend)
* [default-share-type](https://charmhub.io/manila/configurations#default-share-type)
* [dns-ha](https://charmhub.io/manila/configurations#dns-ha)
* [haproxy-client-timeout](https://charmhub.io/manila/configurations#haproxy-client-timeout)
* [haproxy-connect-timeout](https://charmhub.io/manila/configurations#haproxy-connect-timeout)
* [haproxy-queue-timeout](https://charmhub.io/manila/configurations#haproxy-queue-timeout)
* [haproxy-server-timeout](https://charmhub.io/manila/configurations#haproxy-server-timeout)
* [nagios\_context](https://charmhub.io/manila/configurations#nagios_context)
* [nagios\_servicegroups](https://charmhub.io/manila/configurations#nagios_servicegroups)
* [openstack-origin](https://charmhub.io/manila/configurations#openstack-origin)
* [os-admin-hostname](https://charmhub.io/manila/configurations#os-admin-hostname)
* [os-admin-network](https://charmhub.io/manila/configurations#os-admin-network)
* [os-internal-hostname](https://charmhub.io/manila/configurations#os-internal-hostname)
* [os-internal-network](https://charmhub.io/manila/configurations#os-internal-network)
* [os-public-hostname](https://charmhub.io/manila/configurations#os-public-hostname)
* [os-public-network](https://charmhub.io/manila/configurations#os-public-network)
* [rabbit-user](https://charmhub.io/manila/configurations#rabbit-user)
* [rabbit-vhost](https://charmhub.io/manila/configurations#rabbit-vhost)
* [region](https://charmhub.io/manila/configurations#region)
* [scheduler-default-filters](https://charmhub.io/manila/configurations#scheduler-default-filters)
* [share-protocols](https://charmhub.io/manila/configurations#share-protocols)
* [ssl\_ca](https://charmhub.io/manila/configurations#ssl_ca)
* [ssl\_cert](https://charmhub.io/manila/configurations#ssl_cert)
* [ssl\_key](https://charmhub.io/manila/configurations#ssl_key)
* [use-internal-endpoints](https://charmhub.io/manila/configurations#use-internal-endpoints)
* [use-policyd-override](https://charmhub.io/manila/configurations#use-policyd-override)
* [use-syslog](https://charmhub.io/manila/configurations#use-syslog)
* [verbose](https://charmhub.io/manila/configurations#verbose)
* [vip](https://charmhub.io/manila/configurations#vip)
* [vip\_cidr](https://charmhub.io/manila/configurations#vip_cidr)
* [vip\_iface](https://charmhub.io/manila/configurations#vip_iface)
* [worker-multiplier](https://charmhub.io/manila/configurations#worker-multiplier)

[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.
* database | string

  Default: manila

  Database name for Manila
* database-user | string

  Default: manila

  Username for Manila database access
* debug | boolean

  Enable debug logging
* default-share-backend | string

  The default backend for this manila set. Must be one of the
  'share-backends' or the charm will block.
* default-share-type | string

  Default: default\_share\_type

  The 'default\_share\_type' must match the configured default\_share\_type
  set up in manila using 'manila create-type'.
* dns-ha | boolean

  Use DNS HA with MAAS 2.0. Note if this is set do not set vip settings
  below.
* haproxy-client-timeout | int

  Client timeout configuration in ms for haproxy, used in HA
  configurations. If not provided, default value of 90000ms is used.
* haproxy-connect-timeout | int

  Connect timeout configuration in ms for haproxy, used in HA
  configurations. If not provided, default value of 9000ms is used.
* haproxy-queue-timeout | int

  Queue timeout configuration in ms for haproxy, used in HA
  configurations. If not provided, default value of 9000ms is used.
* haproxy-server-timeout | int

  Server timeout configuration in ms for haproxy, used in HA
  configurations. If not provided, default value of 90000ms is used.
* nagios\_context | string

  Default: juju

  Used by the nrpe-external-master subordinate charm. A string that will
  be prepended to instance names in order to set the hostname in nagios.
  With the default value for example the resulting hostname will look
  like 'juju-myservice-0'. If you are running multiple environments with
  the same services this allows you to differentiate between them.
* nagios\_servicegroups | string

  A comma-separated list of nagios servicegroups. If left empty, the
  nagios\_context will be used as the servicegroup
* openstack-origin | string

  Default: yoga

  Repository from which to install. May be one of the following:
  distro (default), ppa:somecustom/ppa, a deb url sources entry,
  or a supported Cloud Archive release pocket.

  Supported Cloud Archive sources include: cloud:precise-folsom,
  cloud:precise-folsom/updates, cloud:precise-folsom/staging,
  cloud:precise-folsom/proposed.

  Note that updating this setting to a source that is known to
  provide a later version of OpenStack will trigger a software
  upgrade.
* os-admin-hostname | string

  The hostname or address of the admin endpoints created in the keystone
  identity provider.
  .
  This value will be used for admin endpoints. For example, an
  os-admin-hostname set to 'api-admin.example.com' with ssl enabled
  will create the following endpoint for neutron-api:
  .
  https://api-admin.example.com:9696/
* os-admin-network | string

  The IP address and netmask of the OpenStack Admin network (e.g.,
  192.168.0.0/24)
  .
  This network will be used for admin endpoints.
* os-internal-hostname | string

  The hostname or address of the internal endpoints created in the keystone
  identity provider.
  .
  This value will be used for internal endpoints. For example, an
  os-internal-hostname set to 'api-internal.example.com' with ssl enabled
  will create the following endpoint for neutron-api:
  .
  https://api-internal.example.com:9696/
* os-internal-network | string

  The IP address and netmask of the OpenStack Internal network (e.g.,
  192.168.0.0/24)
  .
  This network will be used for internal endpoints.
* os-public-hostname | string

  The hostname or address of the public endpoints created in the keystone
  identity provider.
  .
  This value will be used for public endpoints. For example, an
  os-public-hostname set to 'api-public.example.com' with ssl enabled
  will create the following endpoint for neutron-api:
  .
  https://api-public.example.com:9696/
* os-public-network | string

  The IP address and netmask of the OpenStack Public network (e.g.,
  192.168.0.0/24)
  .
  This network will be used for public endpoints.
* rabbit-user | string

  Default: manila

  Username used to access rabbitmq queue
* rabbit-vhost | string

  Default: openstack

  Rabbitmq vhost
* region | string

  Default: RegionOne

  OpenStack Region
* scheduler-default-filters | string

  List of comma-separated filter class names to use for filtering hosts
  when not specified in the request.
  If not set, the default Manila filters will be used. Those might change
  based on OpenStack release.
* share-protocols | string

  Default: NFS CIFS

  The share protocols that the backends will be able to provide. The
  default is good for the generic backends. Other backends may not support
  both NFS and CIFS. This is a space delimited list of protocols.
* 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-policyd-override | boolean

  If True then use the resource file named 'policyd-override' to install
  override YAML files in the service's policy.d directory. The resource
  file should be a ZIP file containing at least one yaml file with a .yaml
  or .yml extension. If False then remove the overrides.
* use-syslog | boolean

  Setting this to True will allow supporting services to log to syslog.
* verbose | boolean

  Enable verbose logging
* vip | string

  Virtual IP(s) to use to front API services in HA configuration.

  If multiple networks are being used, a VIP should be provided for each
  network, separated by spaces.
* vip\_cidr | int

  Default: 24

  Default CIDR netmask to use for HA vip when it cannot be automatically
  determined.
* vip\_iface | string

  Default: eth0

  Default network interface to use for HA vip when it cannot be
  automatically determined.
* worker-multiplier | float

  The CPU core multiplier to use when configuring worker processes. By
  default, the number of workers for each daemon is set to twice the number
  of CPU cores a service unit has. This default value will be capped
  to 4 workers unless this configuration option is set.
