aboutsummaryrefslogtreecommitdiffstats
path: root/network/service_net_map.j2.yaml
diff options
context:
space:
mode:
authorOliver Walsh <owalsh@redhat.com>2017-08-31 00:13:15 +0100
committerOliver Walsh <owalsh@redhat.com>2017-10-09 12:24:03 +0100
commit167e3d497c7cbdb687da0063060c4b0aac420558 (patch)
tree0cf6b095f20fb02cb93bb7d5f3d0eb8b3cec66ee /network/service_net_map.j2.yaml
parent6fea40f786a466802503c03b2b815d05676e1807 (diff)
Fix cold/live migration network config
Cold migration network is determined by the value of my_ip in nova.conf. If this isn't set then the network with the default gateway will be used. This patch sets my_ip and the whitelisted IP for cold migation over SSH to the NovaApiNetwork. Until https://bugs.launchpad.net/nova/+bug/1671288 is fixed we cannot control the network used for live migration over SSH. It is determined by hostname resolution. This patch sets the whitelisted IP for live migration over SSH to the hostname resolution network for the role - which is typically the same as NovaApiNetwork. (NB The puppet manifest will remove duplicates). Live migration over TLS is not affected. It can control the network used so it configurable via NovaLibvirtNetwork. Change-Id: Ica3f79d6d0cfae446e276172146f3a9407f2971f Depends-On: Id22a6c990f424b9f3ca6159088540ea207460ffd (cherry picked from commit 23331889a577b82b625610a80ecd44e164fe6cf1)
Diffstat (limited to 'network/service_net_map.j2.yaml')
-rw-r--r--network/service_net_map.j2.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/service_net_map.j2.yaml b/network/service_net_map.j2.yaml
index 54646c38..e19ccd84 100644
--- a/network/service_net_map.j2.yaml
+++ b/network/service_net_map.j2.yaml
@@ -55,7 +55,6 @@ parameters:
HeatApiCfnNetwork: internal_api
HeatApiCloudwatchNetwork: internal_api
NovaApiNetwork: internal_api
- NovaColdMigrationNetwork: ctlplane
NovaPlacementNetwork: internal_api
NovaMetadataNetwork: internal_api
NovaVncProxyNetwork: internal_api