Remove legacy resource type creation from Gnocchi DB sync

https://review.openstack.org/428735 removed the
--create-legacy-resource-types option from gnocchi-upgrade.

Change-Id: Icf574615b19131ee2e39f6d487d3043bc71263d0
This commit is contained in:
Javier Pena 2017-03-24 16:00:18 +01:00
parent 6bf2ed46cc
commit 288a1efe09
1 changed files with 2 additions and 4 deletions

View File

@ -29,12 +29,10 @@ class packstack::gnocchi ()
class { '::gnocchi::api':
host => $bind_host,
service_name => 'httpd'
service_name => 'httpd',
sync_db => true,
}
class { '::gnocchi::db::sync':
extra_opts => '--create-legacy-resource-types',
}
class { '::gnocchi::storage': }
class { '::gnocchi::storage::file': }