diff --git a/ansible/site.yml b/ansible/site.yml
index bb52805d93a28d9d1a790671689db089060e2403..1f6cdf3bbbc7120b8f83ea6467eabef00503d9d9 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -1007,6 +1007,7 @@
   gather_facts: false
   hosts:
     - zun-api
+    - zun-wsproxy
     - zun-compute
   serial: '{{ kolla_serial|default("0") }}'
   roles:
diff --git a/tests/templates/inventory.j2 b/tests/templates/inventory.j2
index 035e7402b66ab8fa14260abafdb55f95bfaa0d6b..b92f3570c3e2d5046f2ef2e2c44d3ad8f3d47ccf 100644
--- a/tests/templates/inventory.j2
+++ b/tests/templates/inventory.j2
@@ -601,6 +601,9 @@ placement
 [zun-api:children]
 zun
 
+[zun-wsproxy:children]
+zun
+
 [zun-compute:children]
 compute