u/fuel: Bump & rebase for libvirtd group fix
[armband.git] / patches / opnfv-fuel / 0012-Add-opnfv-user-to-the-deployment.patch
index 000c32c..598b856 100644 (file)
@@ -34,10 +34,10 @@ index 67022b0..5943e03 100755
  salt -C 'cmp*' state.apply linux.system
  salt -C 'cmp*' state.apply linux.network || true
 diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane
-index 1cfcacd..58a1843 100755
+index 8c02d68..f32ebec 100755
 --- a/mcp/config/states/virtual_control_plane
 +++ b/mcp/config/states/virtual_control_plane
-@@ -47,6 +47,7 @@ while [ $rc -ne 0 ] && [ ${attempt} -lt ${total_attempts} ]; do
+@@ -45,6 +45,7 @@ while [ $rc -ne 0 ] && [ ${attempt} -lt ${total_attempts} ]; do
    rc=0
    for node in $vcp_nodes; do
      salt "$node" test.ping 2>/dev/null || { rc=$?; break; };