diff options
author | Henry Gessau <gessau@gmail.com> | 2016-05-30 11:11:43 -0400 |
---|---|---|
committer | Henry Gessau <HenryG@gessau.net> | 2016-05-30 15:41:10 +0000 |
commit | 7689882d6bffd5fa0a066e12c87a4bf14a6afe07 (patch) | |
tree | 00afba8c92cd5634c07194844dbca9afe6ba3ffb | |
parent | 57c8d92cdf6584d9cbfe03cd4c083f3ad1baf0b8 (diff) |
The --service option to neutron-db-manage is deprecated and will be
removed soon. Use --subproject instead.
Related-Bug: #1501380
Change-Id: I430b5d917cfdb4f5cea81878fb6a097aa7acc347
Notes
Notes (review):
Verified+1: Plugins CI <plugins.ci@mirantis.com>
Code-Review+1: Ann Kamyshnikova <akamyshnikova@mirantis.com>
Code-Review+2: Sergey Kolekonov <skolekonov@mirantis.com>
Code-Review+1: Elena Ezhova <eezhova@mirantis.com>
Workflow+1: Sergey Kolekonov <skolekonov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 08 Jun 2016 15:43:51 +0000
Reviewed-on: https://review.openstack.org/322879
Project: openstack/fuel-plugin-neutron-fwaas
Branch: refs/heads/master
-rw-r--r-- | deployment_scripts/puppet/modules/fwaas/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
83 | Package<| title == 'neutron-fwaas' |> -> Exec['neutron-db-sync'] | 83 | Package<| title == 'neutron-fwaas' |> -> Exec['neutron-db-sync'] |
84 | 84 | ||
85 | exec { 'neutron-db-sync': | 85 | exec { 'neutron-db-sync': |
86 | command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --service fwaas upgrade head', | 86 | command => 'neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --subproject neutron-fwaas upgrade head', |
87 | path => '/usr/bin', | 87 | path => '/usr/bin', |
88 | refreshonly => true, | 88 | refreshonly => true, |
89 | tries => 10, | 89 | tries => 10, |