# Can Libvirt Networking be Disabled?

## Problem

A hypervisor, without a DHCP role assigned, has a running ***dnsmasq*** process. Can it be disabled? Is it needed?

{% tabs %}
{% tab title="None" %}

```none
libvirt+  1547    1  0 XXXYY ?     00:00:00 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed OpenStack - All Versions

## Answer

Yes, Libvirt networking, which spawns a ***dnsmasq*** process on the hypervisors, may be disabled and is not needed by OpenStack. Refer to the [OpenStack documentation](https://docs.openstack.org/neutron/pike/admin/misc-libvirt.html#how-to-disable-libvirt-networks) for steps to disable it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmo/frequently-asked-questions/can-libvirt-networking-be-disabled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
