remove memcache from f5 config generator

Addresses #373
This commit is contained in:
Darren Birkett 2014-10-24 14:47:08 +01:00
parent 89739cba41
commit 48ad027612

View File

@ -173,15 +173,6 @@ POOL_PARTS = {
'group': 'horizon',
'hosts': []
},
'memcached': {
'port': 11211,
'backend_port': 11211,
'mon_type': 'tcp',
'group': 'memcached',
'priority': True,
'limit_source': True,
'hosts': []
},
'elasticsearch': {
'port': 9200,
'backend_port': 9200,