1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Add memcache-client to install_gems

This commit is contained in:
Javi Fontan 2015-09-02 15:13:06 +02:00
parent fe479a30c5
commit 15e75aa91f

View File

@ -25,7 +25,8 @@ DEFAULT = DEFAULT_PRE if !defined?(DEFAULT)
GROUPS={
:quota => [SQLITE, 'sequel'],
:sunstone => ['json', 'rack', 'sinatra', 'thin', ZENDESK_API, SQLITE],
:sunstone => ['json', 'rack', 'sinatra', 'thin', 'memcache-client',
ZENDESK_API, SQLITE],
:cloud => %w{amazon-ec2 rack sinatra thin uuidtools curb json},
:hybrid => %w{softlayer_api configparser azure},
:auth_ldap => LDAP,