Merge "Enable chrony container by default"

This commit is contained in:
Zuul 2018-07-31 03:21:52 +00:00 committed by Gerrit Code Review
commit 23c31eb312
3 changed files with 5 additions and 2 deletions

View File

@ -416,7 +416,7 @@ enable_ceph_mds: "no"
enable_ceph_rgw: "no" enable_ceph_rgw: "no"
enable_ceph_nfs: "no" enable_ceph_nfs: "no"
enable_ceph_dashboard: "{{ enable_ceph | bool }}" enable_ceph_dashboard: "{{ enable_ceph | bool }}"
enable_chrony: "no" enable_chrony: "yes"
enable_cinder: "no" enable_cinder: "no"
enable_cinder_backup: "yes" enable_cinder_backup: "yes"
enable_cinder_backend_hnas_iscsi: "no" enable_cinder_backend_hnas_iscsi: "no"

View File

@ -173,7 +173,7 @@ kolla_internal_vip_address: "10.10.10.254"
#enable_ceph_rgw: "no" #enable_ceph_rgw: "no"
#enable_ceph_nfs: "no" #enable_ceph_nfs: "no"
#enable_ceph_dashboard: "{{ enable_ceph | bool }}" #enable_ceph_dashboard: "{{ enable_ceph | bool }}"
#enable_chrony: "no" #enable_chrony: "yes"
#enable_cinder: "no" #enable_cinder: "no"
#enable_cinder_backup: "yes" #enable_cinder_backup: "yes"
#enable_cinder_backend_hnas_iscsi: "no" #enable_cinder_backend_hnas_iscsi: "no"

View File

@ -0,0 +1,3 @@
---
features:
- enable chrony by default.