Using sqlite for the indexer might be an ideal way of doing it.  I made the 
following change to gnocchi.conf which made it progress to the next stage.

I used the password from the "connection =" line.

# diff -u /etc/gnocchi/gnocchi.conf.orig /etc/gnocchi/gnocchi.conf
--- /etc/gnocchi/gnocchi.conf.orig      2020-10-12 11:12:47.816000000 +0000
+++ /etc/gnocchi/gnocchi.conf   2020-10-12 11:14:33.436000000 +0000
@@ -409,7 +409,7 @@
 #
 
 # Indexer driver to use (string value)
-url = sqlite:////var/lib/gnocchi/gnocchidb
+url = mysql+pymysql://gnocchi-common:AAAAAAAAA@localhost:3306/gnocchidb
 
 
 [keystone_authtoken]

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/

Reply via email to