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
This commit is contained in:
Dmitriy Rabotyagov 2020-07-05 12:10:41 +03:00
parent 5a6a74def7
commit da9c7a806d
1 changed files with 0 additions and 1 deletions

View File

@ -52,4 +52,3 @@
- ceph
- role: "os_gnocchi"
gnocchi_identity_only: "{{ ((gnocchi_storage_driver | default('file')) == 'swift') | ternary(true, false)}}"