Remove RadosGW default users

pull/61/head
Alessandro Corbelli 2014-03-26 11:22:37 +01:00
parent 4aeaa9609f
commit c7476fb375
2 changed files with 6 additions and 0 deletions

View File

@ -79,3 +79,6 @@
- name: Create a swift subuser key
command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
ignore_errors: True
- name: Remove user from radosgw
command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe

View File

@ -68,3 +68,6 @@
- name: Create a swift subuser key
command: radosgw-admin --name client.radosgw.gateway key create --subuser=johndoe:swift --key-type=swift
ignore_errors: True
- name: Remove user from radosgw
command: radosgw-admin --name client.radosgw.gateway user rm --uid=johndoe