Skip to content
Snippets Groups Projects
Commit 574c68b3 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 2cd0893d bdc9d255
No related branches found
No related tags found
No related merge requests found
......@@ -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
---
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment