Rightname confd's HMAC key
authorMichael Hanselmann <hansmi@google.com>
Mon, 15 Mar 2010 15:53:22 +0000 (16:53 +0100)
committerMichael Hanselmann <hansmi@google.com>
Mon, 15 Mar 2010 16:40:25 +0000 (17:40 +0100)
commit6b7d5878dc782a5de13d4dc0dee3712930a0cb20
treeb6b806fc902277c022dce0b91aa7e70e22315ba2
parent168c1de23b6a8b62ebd5933d3df73810c2ae5ee7
Rightname confd's HMAC key

Currently, the ganeti-confd's HMAC key is called “cluster HMAC key” or
simply “HMAC key” everywhere. With the implementation of inter-cluster
instance moves, another HMAC key will be introduced for signing critical
data. They can not be the same, so this patch clarifies the purpose of the
“cluster HMAC key” by renaming it. The actual file name is not changed.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
daemons/ganeti-confd
lib/backend.py
lib/bootstrap.py
lib/cli.py
lib/cmdlib.py
lib/confd/server.py
lib/constants.py
man/gnt-cluster.sgml
qa/qa_cluster.py
scripts/gnt-cluster
tools/cfgupgrade