diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-20 02:56:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-20 02:56:56 +0000 |
| commit | c8fc2fba5fd628bdec76850ab8b0706d458bd206 (patch) | |
| tree | 1abcce68701affff787218213290e257289f46c4 /etc | |
| parent | 2aa9070adb2c6c88680c32eaaa4709e335861aaa (diff) | |
| parent | 625e074033bc4d4b42f2ef641a69dd425965ac8f (diff) | |
| download | nova-c8fc2fba5fd628bdec76850ab8b0706d458bd206.tar.gz nova-c8fc2fba5fd628bdec76850ab8b0706d458bd206.tar.xz nova-c8fc2fba5fd628bdec76850ab8b0706d458bd206.zip | |
Merge "Added a service heartbeat driver using Memcached."
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nova/nova.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 61350b183..9cbb8c1a5 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -1689,7 +1689,8 @@ # Options defined in nova.servicegroup.api # -# The driver for servicegroup service. (string value) +# The driver for servicegroup service (valid options are: db, +# zk, mc) (string value) #servicegroup_driver=db |
