From 7689882d6bffd5fa0a066e12c87a4bf14a6afe07 Mon Sep 17 00:00:00 2001 From: Henry Gessau Date: Mon, 30 May 2016 11:11:43 -0400 Subject: [PATCH] Use --subproject instead of deprecated --service option The --service option to neutron-db-manage is deprecated and will be removed soon. Use --subproject instead. Related-Bug: #1501380 Change-Id: I430b5d917cfdb4f5cea81878fb6a097aa7acc347 --- deployment_scripts/puppet/modules/fwaas/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,