requires to keep configuration file shell compatible.
this ovirt bug was fixed during 3.5.1 cycle and is included in the build, and therefore should be verified.
Moving to assigned, as it can't work as designed. Probably solution would be: ENGINE_EXTENSION_DISABLED = ext1:ext2
(In reply to Ondra Machacek from comment #2) > Moving to assigned, as it can't work as designed. > Probably solution would be: ENGINE_EXTENSION_DISABLED = ext1:ext2 no, it should be: ENGINE_EXTENSION_ENABLED_ext1 = false ENGINE_EXTENSION_ENABLED_ext2 = false
Yes, but what if it is: ENGINE_EXTENSION_ENABLED_redhat.com = false ?
(In reply to Ondra Machacek from comment #4) > Yes, but what if it is: ENGINE_EXTENSION_ENABLED_redhat.com = false ? ENGINE_EXTENSION_ENABLED_redhat_com = false all non alphanum or _ are replaced with _
Oh, I see now.
ovirt 3.5.2 was GA'd. closing current release.