diff --git a/manifests/quota_set.pp b/manifests/quota_set.pp index c1b06a0e..30892b95 100644 --- a/manifests/quota_set.pp +++ b/manifests/quota_set.pp @@ -84,7 +84,7 @@ define cinder::quota_set ( # lint:endignore onlyif => 'openstack quota show --class default | grep -qP -- -1', environment => $cinder_env, - require => Anchor['cinder::install::end'], + require => Anchor['cinder::service::end'], path => ['/usr/bin', '/bin'], } } diff --git a/spec/defines/cinder_quota_set_spec.rb b/spec/defines/cinder_quota_set_spec.rb index ea2d9e0c..23691612 100644 --- a/spec/defines/cinder_quota_set_spec.rb +++ b/spec/defines/cinder_quota_set_spec.rb @@ -29,7 +29,7 @@ describe 'cinder::quota_set' do 'OS_AUTH_URL=http://127.127.127.1:5000/v3/', ], :onlyif => 'openstack quota show --class default | grep -qP -- -1', - :require => 'Anchor[cinder::install::end]', + :require => 'Anchor[cinder::service::end]', )} end @@ -48,7 +48,7 @@ describe 'cinder::quota_set' do 'OS_REGION_NAME=test', ], :onlyif => 'openstack quota show --class default | grep -qP -- -1', - :require => 'Anchor[cinder::install::end]', + :require => 'Anchor[cinder::service::end]', )} end end