Add namespace handler in ingress gate

Since 'namespace' become the default subnet and SG driver for
openshift case, 'namespace' should be added to enabled
handlers list.

Change-Id: I00b4816f4b2787d06816bfe19c518d9b5dbc39b4
This commit is contained in:
Yossi Boaron 2018-08-27 16:57:33 +03:00
parent 0c163a5483
commit fd1c86fb1b
1 changed files with 1 additions and 1 deletions

View File

@ -162,5 +162,5 @@
vars:
devstack_localrc:
KURYR_ENABLE_INGRESS: true
KURYR_ENABLED_HANDLERS: vif,lb,lbaasspec,ocproute,ingresslb
KURYR_ENABLED_HANDLERS: vif,lb,lbaasspec,namespace,ocproute,ingresslb
voting: false