Skip to content

Commit

Permalink
api: clone OpenVZ VPS even when there aren't IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Oct 5, 2019
1 parent e2b61e0 commit 1acb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/transaction_chains/vps/clone/vz_to_vz.rb
Expand Up @@ -413,7 +413,7 @@ def clone_ip_addresses(netif, dst_netif)
::ClusterResource.find_by!(name: r),
dst_netif,
ips[r],
strict: true,
strict: false,
host_addrs: true
],
method: :allocate_to_netif
Expand Down

0 comments on commit 1acb9fe

Please sign in to comment.