1db4335742
By default, we were passing --debug when deploying the containerized undercloud, but this is too much verbosity by default. Instead, we'll allow the operator to pass --debug or --verbose when they want verbosity: openstack undercloud install --use-heat --verbose openstack undercloud upgrade --use-heat --verbose Change-Id: I807e3cacf224e58d2b96855e119ed0aaeebc5e26 Closes-Bug: #1669606
6 lines
166 B
YAML
6 lines
166 B
YAML
---
|
|
features:
|
|
- |
|
|
Verbosity is disabled by default when deploying or upgrading a containerized
|
|
undercloud; but it can be enabled with the option: --verbose
|