Add defaults for nova metadata settings

In https://review.openstack.org/457040 values were set
without any defaults, causing failures when the role
is executed without the right variables set.

This patch adds defaults and documents the settings in
the defaults file.

Change-Id: Ia2d15bc02fc2fcdfbf0cd8c0b1d41395197168c7
This commit is contained in:
Jesse Pretorius 2017-09-04 11:24:10 +01:00
parent 779de61c7d
commit a250a193a8
1 changed files with 7 additions and 0 deletions

View File

@ -334,6 +334,13 @@ neutron_metadata_backlog: 4096
# metadata requests, and this results in the checksums being incorrect.
neutron_metadata_checksum_fix: False
# The protocol used by neutron to access the nova metadata service.
nova_metadata_protocol: http
# If the nova_metadata_protocol is using a self-signed cert, then
# this flag should be set to a boolean True.
nova_metadata_insecure: False
###
### LBaaS Configuration
###