I was going to add another flag to the cluster settings, and to me it seems that it's not really good to have N flags directly int the cluster object. For example, we have today “modify_etc_hosts”, and I want to add now “enable_bridging”, we'll also need “modify_root_ssh”, etc.
I think we should either name them all flag_$blah (not so nice for cmdline) or move them to a sub-object cluster.flags (this is not good as then gnt-cluster modify is harder to work, or maybe not). Is it a non-issue actually? Or is it, but I should just ignore it and add my flag for now? iustin
