diff --git a/builder/cloudstack/step_configure_networking.go b/builder/cloudstack/step_configure_networking.go index ae736a07f..9d525c255 100644 --- a/builder/cloudstack/step_configure_networking.go +++ b/builder/cloudstack/step_configure_networking.go @@ -74,6 +74,8 @@ func (s *stepSetupNetworking) Run(state multistep.StateBag) multistep.StepAction p.SetNetworkid(network.Id) } + p.SetZoneid(config.Zone) + // Associate a new public IP address. ipAddr, err := client.Address.AssociateIpAddress(p) if err != nil {