diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 1f58d18f0..88b71d5a6 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -129,6 +129,8 @@ class neutron::wsgi::apache ( include neutron::deps include neutron::params + Anchor['neutron::install::end'] -> Class['apache'] + ::openstacklib::wsgi::apache { 'neutron_wsgi': bind_host => $bind_host, bind_port => $port, @@ -157,6 +159,5 @@ class neutron::wsgi::apache ( access_log_file => $access_log_file, access_log_format => $access_log_format, error_log_file => $error_log_file, - require => Anchor['neutron::install::end'], } }