Merge "Added debug variable support" into stable/ocata

This commit is contained in:
Jenkins 2017-05-04 17:51:24 +00:00 committed by Gerrit Code Review
commit 696a045f52
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
## Verbosity Options
debug: False
# Set the package install state for distribution and pip packages
# Options are 'present' and 'latest'
magnum_package_state: "latest"

View File

@ -1,6 +1,7 @@
[DEFAULT]
# Disable stderr logging
use_stderr = False
debug = {{ debug }}
host = {{ ansible_host }}
rpc_backend = {{ magnum_rpc_backend }}