Storage Config: Use own section
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 31 Jul 2011 11:54:07 +0000 (13:54 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 9 Aug 2011 11:13:04 +0000 (13:13 +0200)
commited7970696e3194fdfc9fb597342e2cecacc75935
treebaf8f92379ff1150c2e31b125aa76b5ce3fd55d7
parentd1e67890da02f29a8fc4605c2f6601526fcacf35
Storage Config: Use own section

Instead of configuring storage X by parameters in the main
section "X_class = backend" and "X_param = value", use a
new section in the config: "[storage:X]" and use "class =
backend" and "param = value" there.

This is the beginning, it includes a try at being backward
compatible. But that try isn't really fully useful anyway.
mediagoblin.ini
mediagoblin/config_spec.ini
mediagoblin/init/__init__.py
mediagoblin/storage.py