Skip to content

Commit f06465a

Browse files
committed
honor server group ID parm
1 parent cb38623 commit f06465a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloud/services/compute/instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func (s *Service) CreateInstance(openStackCluster *infrav1.OpenStackCluster, mac
8484
FailureDomain: *machine.Spec.FailureDomain,
8585
RootVolume: openStackMachine.Spec.RootVolume,
8686
Subnet: openStackMachine.Spec.Subnet,
87+
ServerGroupID: openStackMachine.Spec.ServerGroupID,
8788
}
8889

8990
if openStackMachine.Spec.Trunk {

0 commit comments

Comments
 (0)