Merge "Move swift service conflicted check into precheck.yml"

This commit is contained in:
Zuul 2018-01-21 17:57:35 +00:00 committed by Gerrit Code Review
commit 574c68b375
2 changed files with 5 additions and 5 deletions

View File

@ -15,3 +15,8 @@
when:
- container_facts['ceph_rgw'] is not defined
- inventory_hostname in groups['ceph-rgw']
- name: Check whether the swift service is enabled
local_action: fail msg='Ceph-rgw-keystone is conflicts with swift, you should only enable one of them'
when: enable_swift | bool
run_once: True

View File

@ -1,9 +1,4 @@
---
- name: Check whether the swift service is enabled
local_action: fail msg='Ceph-rgw-keystone is conflicted with swift, you should only enable one of them'
when: enable_swift | bool
run_once: True
- name: Creating the Swift service and endpoint
kolla_toolbox:
module_name: kolla_keystone_service