At the moment, no matter what environment file you pass in, you can't change the value of Debug that gets passed to the heat stack overcloud when you run 'openstack overcloud deploy'. This is incredibly annoying as a lot of times you don't want debug logging enabled by default
Disable debug can be done by passing --no-debug flag to overcloud deploy, patch is for review. The --no-debug (or another solution) can be discussed.
Hi, I think it possibly should be the opposite. We don't want to default to debug logging enabled, on a lot of services it is ridiculously verbose to the point of uselessness. Likewise I'm not sure I agree that having an option to the unified CLI should be the best solution for this. We should simply allow people to change this through the templates as needed, and in fact, should allow it to be tweakable per component as there will be times I want debug enabled on say, keystone, but nothing else
Hi, ok, so it might make a sense remove Debug from parameters in overcloud deploy command. Patch was updated. Would it be better?
Commented on the code review, this looks perfect to me Regards, Graeme
Debug on the overcloud is false. Verified with osp-d 7.2.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:2650