Change extensions list type
This patch changes type of extensions pillar to dictionary
Change-Id: Ia8b155766daa111973e90bd59aacaec6a3778506
Related-PROD: PROD-14689
diff --git a/tests/pillar/compute_qos.sls b/tests/pillar/compute_qos.sls
index 2122e00..fdb3beb 100644
--- a/tests/pillar/compute_qos.sls
+++ b/tests/pillar/compute_qos.sls
@@ -7,9 +7,11 @@
mechanism:
ovs:
driver: openvswitch
+ extension:
+ qos:
+ enabled: true
dvr: false
enabled: true
- qos: true
external_access: false
local_ip: 10.1.0.105
message_queue:
@@ -22,4 +24,4 @@
metadata:
host: 127.0.0.1
password: password
- version: ocata
\ No newline at end of file
+ version: ocata