Merge "Set reasonable default for octavia_ceilometer_enabled"

This commit is contained in:
Zuul 2020-12-04 18:21:46 +00:00 committed by Gerrit Code Review
commit e9b650930e
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# If there are any Ceilometer hosts in the environment, then enable its usage
octavia_ceilometer_enabled: "{{ (groups['ceilometer_all'] is defined) and (groups['ceilometer_all'] | length > 0) }}"
octavia_service_internalurl: "{{ octavia_service_internaluri }}/v1/%(project_id)s"
octavia_service_user_name: octavia
octavia_service_region: "{{ service_region }}"