mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
IPv6: Disable password and userdata service for ipv6 for now
Would add support later.
This commit is contained in:
parent
8f66d266b3
commit
74811fa8b4
@ -821,6 +821,11 @@ public class VirtualRouterElement extends AdapterBase implements VirtualRouterEl
|
||||
if (vm.getType() != VirtualMachine.Type.User) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (network.getIp6Gateway() != null) {
|
||||
s_logger.info("Skip password and userdata service setup for IPv6 VM");
|
||||
return true;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
VirtualMachineProfile<UserVm> uservm = (VirtualMachineProfile<UserVm>) vm;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user