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

Merge "Fix Ceph and Swift precheck failure"

parents 8b5c937c 3ff5ca14
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
- container_facts['ceph_rgw'] is not defined - container_facts['ceph_rgw'] is not defined
- inventory_hostname in groups['ceph-rgw'] - inventory_hostname in groups['ceph-rgw']
- name: Check whether the swift service is enabled - 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' local_action: fail msg='Ceph-rgw conflicts with Swift, and so you should only enable one of them'
when: enable_swift | bool when: enable_swift | bool and enable_ceph_rgw | bool
run_once: True run_once: True
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