Add custom interfaces file and update docs for PowerVM RMC
This patch adds templating a custom Nova interfaces file for PowerVM only to support doing mixed IPV4-only and IPV6-only deployments. It also adds documentation for configuration of PowerVM RMC. Change-Id: Ib1ff51c95998bbc3183ea9b896dc8fa2dfbc0435 Closes-Bug: #1643988
This commit is contained in:
Adam Reznechek
committed by
Jesse Pretorius (odyssey4me)
parent
2c875dc440
commit
cbd64aa00a
5 changed files with 86 additions and 0 deletions
@@ -96,3 +96,17 @@ Additionally, you can enable flat network injection by using the
nova_nova_conf_overrides:
DEFAULT:
flat_injected:True
Enabling PowerVM RMC
~~~~~~~~~~~~~~~~~~~~
To enable PowerVM RMC_, IPv4/IPv6 dual-stack mode must be enabled. To do this,
you must set ``use_ipv6`` using the ``nova_nova_conf_overrides`` variable:
.. code-block:: yaml
nova_nova_conf_overrides:
DEFAULT:
use_ipv6:True
.. _RMC: http://www.ibm.com/support/knowledgecenter/8284-22A/p8eig/p8eig_rmc.htm
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.