Skip to content

Commit

Permalink
Merge pull request #1338 from flaper87/sec-groups-update
Browse files Browse the repository at this point in the history
openstack: Security groups update
  • Loading branch information
openshift-merge-robot committed Mar 1, 2019
2 parents 622f828 + 4be3041 commit c8b3b55
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8b3b55

Please sign in to comment.