Make cinder-backup service optional

Introduced new option enable_cinder_backup, that controls
whether to deploy cinder-backup service.

Change-Id: Ibb0ca0a478748d4caba4df434456ead0df95ffca
Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
This commit is contained in:
Pavel Glushchak
2017-05-15 14:51:56 +03:00
parent 98ec9eb724
commit 0f70b3883d
7 changed files with 59 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ cinder_services:
cinder-backup:
container_name: cinder_backup
group: cinder-backup
enabled: true
enabled: "{{ enable_cinder_backup | bool }}"
image: "{{ cinder_backup_image_full }}"
privileged: True
volumes: