From 0b27583d9f1e4d7223e17e26a0b862852eeb88a9 Mon Sep 17 00:00:00 2001 From: Flaper Fesp Date: Wed, 8 May 2013 22:45:33 +0200 Subject: [PATCH] Added Glance Core json and glanceclient mapping --- glance-core-team.json | 1 + stats.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 glance-core-team.json diff --git a/glance-core-team.json b/glance-core-team.json new file mode 100644 index 0000000..cb282c8 --- /dev/null +++ b/glance-core-team.json @@ -0,0 +1 @@ +["markwash", "bcwaldon", "eglynn", "dan-prince", "flaper87", "alex-meade", "jbresnah", "iccha-sethi"] diff --git a/stats.py b/stats.py index caca6e3..6fcabd7 100755 --- a/stats.py +++ b/stats.py @@ -36,6 +36,7 @@ CACHE_AGE = 3600 # Seconds CLIENT_MAP = { 'python-novaclient': 'nova', 'python-cinderclient': 'cinder', + 'python-glanceclient': 'glance', }