kubernetes/pkg/cloudprovider/providers/openstack
Graham Hayes ac205183d4 Security Group support for OpenStack Load Balancers
This allows security groups to be created and attached to the neutron
port that the loadbalancer is using on the subnet.

The security group ID that is assigned to the nodes needs to be
provided, to allow for traffic from the loadbalancer to the nodePort
to be refelected in the rules.

This adds two config items to the LoadBalancer options -

ManageSecurityGroups (bool)
NodeSecurityGroupID  (string)
2016-10-13 15:42:01 -07:00
..
MAINTAINERS.md create cloudprovider "providers" package 2015-08-11 22:36:51 -07:00
metadata_test.go openstack: Support config-drive for local metadata 2016-10-04 21:13:27 +11:00
metadata.go openstack: Support config-drive for local metadata 2016-10-04 21:13:27 +11:00
openstack_instances.go openstack: Return instance name in CurrentNodeName 2016-10-04 21:14:47 +11:00
openstack_loadbalancer.go Security Group support for OpenStack Load Balancers 2016-10-13 15:42:01 -07:00
openstack_test.go openstack: Set GetZone FailureDomain to nova AZ 2016-10-04 21:14:47 +11:00
openstack_volumes.go Update cloud providers 2016-09-15 10:33:57 +02:00
openstack.go Security Group support for OpenStack Load Balancers 2016-10-13 15:42:01 -07:00
OWNERS update pkg/cloudprovider OWNERS to spread the load 2016-09-08 15:13:21 -07:00