[nova-config-ref] Add interfaces.template information

Change-Id: I8c9aacea8ea80e0b86f1e3e3f7397d26852ab22f
Closes-Bug: #1450957
This commit is contained in:
njirap
2016-02-13 17:57:41 +03:00
parent 45145091a4
commit 6de7d54718

View File

@@ -408,6 +408,20 @@ the image to glance using the native glance-client:
PS C:\> New-VHD DISK_NAME.vhd -SizeBytes VHD_SIZE
Inject interfaces and routes
----------------------------
The ``interfaces.template`` file describes the network interfaces and routes
available on your system and how to activate them. You can specify the
location of the file with the ``injected_network_template`` configuration
option in ``/etc/nova/nova.conf``.
.. code-block:: ini
injected_network_template = PATH_TO_FILE
A default template exists in ``nova/virt/interfaces.template``.
Run Compute with Hyper-V
------------------------