builders/openstack: fix for finding resource by ID.

Pass server serviceClient to create params so it can look up resources by ID.
Resolves #4299
pull/4301/head
Matthew Hooker 9 years ago
parent 221a74cedc
commit f1dd0811d8
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -64,6 +64,7 @@ func (s *StepRunSourceServer) Run(state multistep.StateBag) multistep.StepAction
AvailabilityZone: s.AvailabilityZone,
UserData: userData,
ConfigDrive: &s.ConfigDrive,
ServiceClient: computeClient,
}
var serverOptsExt servers.CreateOptsBuilder

Loading…
Cancel
Save