heat: switch auth_uri to use uri_no_suffix
[apex-tripleo-heat-templates.git] / puppet / services / cinder-api.yaml
index c0ea7aa..49a5f61 100644 (file)
@@ -161,7 +161,7 @@ outputs:
           tags: step0,validation
         - name: check for cinder running under apache (post upgrade)
           tags: step1
-          shell: "apachectl -t -D DUMP_VHOSTS | grep -q cinder"
+          shell: "httpd -t -D DUMP_VHOSTS | grep -q cinder"
           register: cinder_apache
           ignore_errors: true
         - name: Stop cinder_api service (running under httpd)