Statistics
| Branch: | Tag: | Revision:

root / settings.d / 10-backend.conf @ 9ea77141

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
1c382247 07/17/2011 09:39 pm Vangelis Koukis

Make RAPI CreateInstance() arguments configurable

Make RAPI CreateInstance() arguments deployment-specific.
Add the GANETI_CREATEINSTANCE_KWARGS setting, which allows the administrator
to set arbitrary arguments to RAPI CreateInstance().

Also add initial version of README.Upgrade, detailing...

9da33f32 07/07/2011 08:24 pm Faidon Liambotis

Remove useless & noisy copyright banners for .conf

Remove 36 lines of noise from all of settings.d configuration files.
Besides being utterly useless and extremely annoying, it's also commonly
incorrect since some of them are derived from Django and they're not...

2da5f785 07/01/2011 12:43 pm Giorgos Verigakis

Make the dispatcher refresh on tag updates

Make a dummy ModifyInstance call when changing instance
tags in order to force process_net_status to be called on
the dispatcher.

1277fb19 06/27/2011 04:40 pm Vangelis Koukis

Split settings.py.dist in distinct conf files

Split settings.py.dist in distinct conf files under settings.d/,
similarly to:

https://code.djangoproject.com/wiki/SplitSettings#UsingalistofconffilesTransifex

Use settings..d/*-local.conf files for local modifications,...