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
This commit is contained in:
Henry Gessau 2016-05-30 11:11:43 -04:00 committed by Henry Gessau
parent 57c8d92cdf
commit 7689882d6b
1 changed files with 1 additions and 1 deletions

View File

@ -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,