Skip to content

Commit 4c2b4db

Browse files
authored
Merge pull request #881 from jichenjc/bug/879
honor server group ID parm
2 parents cb38623 + f06465a commit 4c2b4db

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)