Debian: fix path to gnocchi-api

The last commit had an error, the path really is:
/usr/bin/gnocchi-api

and not:
/usr/share/gnocchi-api

Change-Id: I6fe306d6b99b09b02ef7dab7d8fb3a9c88157c47
This commit is contained in:
Thomas Goirand 2018-05-09 13:42:19 +02:00
parent 1eb58aac2c
commit 06a1d232bc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class gnocchi::params {
'Debian': {
if $::os_package_type == 'debian' {
$api_package_name = 'gnocchi-api'
$gnocchi_wsgi_script_source = '/usr/share/gnocchi-api'
$gnocchi_wsgi_script_source = '/usr/bin/gnocchi-api'
} else {
$api_package_name = 'python-gnocchi'
$gnocchi_wsgi_script_source = '/usr/bin/python2-gnocchi-api'