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: I74d05cdaf9f2b386f7e3fd3393cd270a865169cd
This commit is contained in:
Henry Gessau 2016-05-30 11:09:52 -04:00 committed by Henry Gessau
parent 4352ee4226
commit a74e173108
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class vpnaas::common {
Package<| title == 'neutron-vpnaas-agent' |> -> 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 vpnaas upgrade head',
command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --subproject neutron-vpnaas upgrade head',
path => '/usr/bin',
refreshonly => true,
tries => 10,