diff --git a/deployment_scripts/puppet/modules/fwaas/manifests/init.pp b/deployment_scripts/puppet/modules/fwaas/manifests/init.pp index fc5011e..e0a2206 100644 --- a/deployment_scripts/puppet/modules/fwaas/manifests/init.pp +++ b/deployment_scripts/puppet/modules/fwaas/manifests/init.pp @@ -83,7 +83,7 @@ class fwaas { Package<| title == 'neutron-fwaas' |> -> Exec['neutron-db-sync'] exec { 'neutron-db-sync': - command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --service fwaas upgrade head', + command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --subproject neutron-fwaas upgrade head', path => '/usr/bin', refreshonly => true, tries => 10,