Create Gnocchi legacy resources
By default, resources from /etc/ceilometer/gnocchi_resources.yaml do not get created in Gnocchi since version 2.1. This causes ceilometer dispatcher to fail while dispatching meters there. Change-Id: I16bc39326a2dd0859c0e4a0d064ff248489889d1 Closes-bug: #1592449
This commit is contained in:
@@ -33,7 +33,9 @@ class packstack::gnocchi ()
|
||||
'keystone_authtoken/auth_version': value => hiera('CONFIG_KEYSTONE_API_VERSION');
|
||||
}
|
||||
|
||||
class { '::gnocchi::db::sync': }
|
||||
class { '::gnocchi::db::sync':
|
||||
extra_opts => '--create-legacy-resource-types',
|
||||
}
|
||||
class { '::gnocchi::storage': }
|
||||
class { '::gnocchi::storage::file': }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user