Add needed driver and handler for policy gate

This commit adds the namespace handler and sets the required sg driver
for the network policy gate.

Change-Id: I07d692b68c8878b2e7e9cc9eabc2ac35de12f9e2
This commit is contained in:
Daniel Mellado 2018-12-12 03:07:11 -05:00 committed by Luis Tomas Bolivar
parent 5f2d33d485
commit 7e6cc86301
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@
vars:
tempest_test_regex: '^(kuryr_tempest_plugin.tests.scenario.test_network_policy.TestNetworkPolicyScenario)'
devstack_localrc:
KURYR_ENABLED_HANDLERS: vif,lb,lbaasspec,policy
KURYR_ENABLED_HANDLERS: vif,lb,lbaasspec,namespace,pod_label,policy
KURYR_SG_DRIVER: policy
KURYR_SUBNET_DRIVER: namespace
voting: false
- job: