<div dir="ltr">+1<br><br><div class="gmail_quote">On Tue, Feb 22, 2011 at 8:37 AM, Christian Berendt <span dir="ltr"><<a href="mailto:berendt@b1-systems.de">berendt@b1-systems.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi.<br>
<br>
At the moment we're using a lot of flags spread all over the code.<br>
<br>
a) we should create a useful documentation including all flags<br>
<br>
b) we should introduce a naming convention for new flags and we should<br>
rename existing flags<br>
<br>
example:<br>
<br>
all flags related to default values are starting with "default_", all<br>
flags related to a path are starting with "path_".<br>
<br>
Looks like most of the flags have good names at the moment, but I think<br>
we should write it down in the wiki or the developer documentation to<br>
reduce the possibility of bad names in the future.<br>
<br>
c) if it's possible we should collect all flags in one file<br>
<br>
At the moment the flags are defined in the files where they are used. I<br>
think it would be nice to have on file, for example nova/flags.py,<br>
including all flags used all over the code.<br>
<br>
Bye, Christian.<br>
<br>
--<br>
Christian Berendt<br>
Linux / Unix Consultant & Developer<br>
Tel.: +49-171-5542175<br>
Mail: <a href="mailto:berendt@b1-systems.de">berendt@b1-systems.de</a><br>
<br>
B1 Systems GmbH<br>
Osterfeldstraße 7 / 85088 Vohburg / <a href="http://www.b1-systems.de" target="_blank">http://www.b1-systems.de</a><br>
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537<br>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>