Skip to content

Commit

Permalink
Update hyperv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Jan 16, 2025
1 parent cd1b548 commit 0366104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisa/tools/hyperv.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ def create_virtual_disk(self, name: str, pool_name: str, columns: int = 2) -> No
# with internal NAT switch.
# Do not use this method in Hyper-V hosts on LAN or other networks where DHCP
# server is already available.
# This method will configure the DHCP server on the Hyper-V host to provide IP
# addresses to VMs.
# Reference doc:
# https://techcommunity.microsoft.com/blog/itopstalkblog/how-to-setup-nested-virtualization-for-azure-vmvhd/1115338 # noqa
def configure_dhcp(self, dhcp_scope_name: str = "DHCPInternalNAT") -> None:
Expand Down

0 comments on commit 0366104

Please sign in to comment.