dd1a416bc9
This ensures we have version-specific references to other projects [1]. Note that this doesn't mean the URLs are actually valid - we need to do more work (linkcheck?) here, but it's an improvement nonetheless. [1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper Change-Id: Ifb99e727110c4904a85bc4a13366c2cae300b8df
57 lines
1.1 KiB
ReStructuredText
57 lines
1.1 KiB
ReStructuredText
===============
|
|
nova-dhcpbridge
|
|
===============
|
|
|
|
------------------------------------------------
|
|
Handles Lease Database updates from DHCP servers
|
|
------------------------------------------------
|
|
|
|
:Author: openstack@lists.openstack.org
|
|
:Copyright: OpenStack Foundation
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
Synopsis
|
|
========
|
|
|
|
::
|
|
|
|
nova-dhcpbridge [options]
|
|
|
|
Description
|
|
===========
|
|
|
|
:program:`nova-dhcpbridge` is an application that handles lease database
|
|
updates from DHCP servers. :program:`nova-dhcpbridge` is used whenever nova is
|
|
managing DHCP (vlan and flatDHCP). :program:`nova-dhcpbridge` should not be run
|
|
as a daemon.
|
|
|
|
.. warning::
|
|
|
|
This application is only for use with ``nova-network``, which is not
|
|
recommended for new deployments.
|
|
|
|
Options
|
|
=======
|
|
|
|
**General options**
|
|
|
|
Files
|
|
=====
|
|
|
|
* ``/etc/nova/nova.conf``
|
|
* ``/etc/nova/api-paste.ini``
|
|
* ``/etc/nova/policy.json``
|
|
* ``/etc/nova/rootwrap.conf``
|
|
* ``/etc/nova/rootwrap.d/``
|
|
|
|
See Also
|
|
========
|
|
|
|
* :nova-doc:`OpenStack Nova <>`
|
|
|
|
Bugs
|
|
====
|
|
|
|
* Nova bugs are managed at `Launchpad <https://bugs.launchpad.net/nova>`__
|