Open port 6443 in security group for k8s bay

This should fix a SSLError, which is due to the blocking of the port.

Change-Id: I8cee3b4189bc84d095461abffefd969796ca7774
Closes-Bug: #1506226
This commit is contained in:
Hongbin Lu 2015-10-14 18:50:56 -04:00
parent fc8f412c87
commit da294e0ced
2 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,9 @@ resources:
- protocol: tcp
port_range_min: 2380
port_range_max: 2380
- protocol: tcp
port_range_min: 6443
port_range_max: 6443
secgroup_kube_minion:
type: OS::Neutron::SecurityGroup

View File

@ -151,6 +151,9 @@ resources:
- protocol: tcp
port_range_min: 2380
port_range_max: 2380
- protocol: tcp
port_range_min: 6443
port_range_max: 6443
######################################################################
#