Merge "Add osd blacklist cap when openstack client cap is built"

This commit is contained in:
Zuul 2020-06-13 02:22:08 +00:00 committed by Gerrit Code Review
commit ea954bc5f3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
- name: set openstack client caps
set_fact:
osp_client_caps: {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': "{{ profiles | regex_replace('\\, $', '') }}"}
osp_client_caps: {'mgr': 'allow *', 'mon': 'profile rbd, allow command "osd blacklist"', 'osd': "{{ profiles | regex_replace('\\, $', '') }}"}
- name: set openstack client key
set_fact: