diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-04-29 22:06:18 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-04-29 22:06:18 +0000 |
| commit | e2d77bf9d45c6370f5dda7176ec13db23666f314 (patch) | |
| tree | b79eeb7e4d808a937d0cb8670a30116213053557 /nova/flags.py | |
| parent | 9d76e52e4ac032973dd75d44e4978e7d42d33d40 (diff) | |
| parent | dc4beede6bda3b7db5ca5963cc6c48052d2b7c62 (diff) | |
Uses memcached to cache roles so that ldap is actually usable.
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 2357fc3a8..519793643 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -369,6 +369,9 @@ DEFINE_string('host', socket.gethostname(), DEFINE_string('node_availability_zone', 'nova', 'availability zone of this node') +DEFINE_list('memcached_servers', None, + 'Memcached servers or None for in process cache.') + DEFINE_string('zone_name', 'nova', 'name of this zone') DEFINE_list('zone_capabilities', ['hypervisor=xenserver;kvm', 'os=linux;windows'], |
