Merge pull request #1 from FlaPer87/master

Added glance
This commit is contained in:
Russell Bryant 2013-05-08 14:01:00 -07:00
commit d17750d399
2 changed files with 2 additions and 0 deletions

1
glance-core-team.json Normal file
View File

@ -0,0 +1 @@
["markwash", "bcwaldon", "eglynn", "dan-prince", "flaper87", "alex-meade", "jbresnah", "iccha-sethi"]

View File

@ -36,6 +36,7 @@ CACHE_AGE = 3600 # Seconds
CLIENT_MAP = {
'python-novaclient': 'nova',
'python-cinderclient': 'cinder',
'python-glanceclient': 'glance',
}