Skip to content

Commit

Permalink
Merge pull request #44 from cbolz/master
Browse files Browse the repository at this point in the history
missing VMMServer parameter
(cherry picked from commit 3f248b9610e9e733b0b6bbc9b3a7698c3dd99bb6)

https://bugzilla.redhat.com/show_bug.cgi?id=1513699
  • Loading branch information
agrare authored and simaishi committed Nov 15, 2017
1 parent f51bbb9 commit f6f8a30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ def network_adapter_ps_script
def build_ps_script
<<-PS_SCRIPT
Import-Module VirtualMachineManager | Out-Null; \
$template = Get-SCVMTemplate -Name '#{source.name}'; \
$template = Get-SCVMTemplate -Name '#{source.name}' -VMMServer localhost; \
$vmconfig = New-SCVMConfiguration -VMTemplate $template -Name 'ManageIQConfig-#{dest_name}'; \
$vmhost = Get-SCVMHost -ComputerName '#{dest_host}'; \
Expand Down

0 comments on commit f6f8a30

Please sign in to comment.