microsoft / packer-hyperv

Hyperv plugin for Packer.io
Other
81 stars 33 forks source link

Issue in mapping virtual switch to the vm #2

Closed umavinoth closed 10 years ago

umavinoth commented 10 years ago
  1. Create an Internal Switch in Hyper-V Manager named”Test_Switch”.
  2. Execute Packer build packer-hyperv.json with parameter "switch_name":"Test_Switch"

Expected: Should display message "Test_Switch already exists hence using the same switch" and execution should proceed.

Actual: Displays a message “Creating internal Switch” and maps to the existing switch. image

It will be good if we have a message here on existing switch.

vladimir-shcherbakov commented 10 years ago

I'll remove this option from config because it's useless.

umavinoth commented 10 years ago

Closed