From da9c7a806d4d0118ed1405a72e100ce274728095 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Sun, 5 Jul 2020 12:10:41 +0300 Subject: [PATCH] Remove mapping of gnocchi_dentity_only to swift Even with swift driver gnocchi needs config files to be deployed, service to be created, etc. There is no reason to omit everything in case of storage driver is swift Change-Id: I009f844d8fcf5ac7043f4054dc4f514bed8c38d9 --- playbooks/os-gnocchi-install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/os-gnocchi-install.yml b/playbooks/os-gnocchi-install.yml index 9633213d36..2e8c9fe937 100644 --- a/playbooks/os-gnocchi-install.yml +++ b/playbooks/os-gnocchi-install.yml @@ -52,4 +52,3 @@ - ceph - role: "os_gnocchi" - gnocchi_identity_only: "{{ ((gnocchi_storage_driver | default('file')) == 'swift') | ternary(true, false)}}"