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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user