Skip to content

Commit

Permalink
openstack: Update security group management
Browse files Browse the repository at this point in the history
  • Loading branch information
flaper87 committed Feb 28, 2019
1 parent 54f0820 commit 757f027
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/asset/machines/openstack/machines.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ func provider(clusterID string, platform *openstack.Platform, mpool *openstack.M
},
},
AvailabilityZone: az,
SecurityGroups: []string{role},
SecurityGroups: []openstackprovider.SecurityGroupParam{
{
Name: role,
},
},
// TODO(flaper87): Trunk support missing. Need to add it back
}, nil
}
Expand Down

0 comments on commit 757f027

Please sign in to comment.