Disable the update of node ifaces

Disable the update of node interfaces at moment of addition
of new node to cluster which was deployed using the network
templates

Change-Id: Ib2d274c569501c5a2599a42b8a49b9956039ab3d
Closes-Bug: #1621023
This commit is contained in:
Sergey Novikov 2016-09-08 16:12:48 +03:00
parent a0f8829fa5
commit f01bd6f36f
1 changed files with 2 additions and 1 deletions

View File

@ -272,7 +272,8 @@ class TestUpgradeNetworkTemplates(TestNetworkTemplatesBase,
cluster_id,
{
'slave-09': ['controller']
}
},
update_interfaces=False
)
self.show_step(4)