Fix typo in pillar value

Change-Id: I753d1adc40da2f68423e15d2ad89e85124896e89
diff --git a/tcp_tests/templates/shared-openstack.yaml b/tcp_tests/templates/shared-openstack.yaml
index 699aed8..586adbf 100644
--- a/tcp_tests/templates/shared-openstack.yaml
+++ b/tcp_tests/templates/shared-openstack.yaml
@@ -134,7 +134,7 @@
 
 - description: Create nova resources
   cmd: |
-    if salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@nova:client' match.pillar 'I@nova:client' ; then
+    if salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@nova:client' match.pillar 'nova:client' ; then
       salt --hard-crash --state-output=mixed --state-verbose=False -C "I@nova:client" state.sls nova.client
     fi
   node_name: {{ HOSTNAME_CFG01 }}