[Openstack] [SWIFT] Swift + Keystone Auth account recovery
Brian Cline
bcline at softlayer.com
Mon Jun 2 08:15:50 UTC 2014
Hi Devendran,
Were you able to resolve this issue?
Brian
-----Original Message-----
From: Devendran Jagadisan [mailto:devendran.jagadisan at gmail.com]
Sent: Monday, August 05, 2013 5:56 PM
To: openstack at lists.openstack.org
Subject: [Openstack] [SWIFT] Swift + Keystone Auth account recovery
Hi,
Using swift 1.8.0 with keystone auth and I suspect due to this https://bugs.launchpad.net/swift/+bug/1177526,
one of my user may have deleted their account by sending delete request using curl.
The user only has the member role in their tenant.
proxy-server.conf is
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true
[filter:keystone]
use = egg:swift#keystoneauth
operator_roles = Admin,Member,admin, swiftoperator, _member_, ResellerAdmin
is_admin = true
Swift CLI returns either
Account HEAD failed: 403 Forbidden
Account GET failed: 403 Forbidden Recently deleted
Dashboard for Object store returns 'Error: Unable to retrieve container list'
Proxy server logs
'proxy-server Could not autocreate account 'AUTH_e08380fcb814436ab28ac2ddb45466f1' (txn: tx61c50f079b864633944b52d143a39985) (client_ip: '
At this stage I am pretty sure the containers and objects are removed as the delay_reaping is set to the default value.
Is there any way to re-create the account for the user, at least to allow user to access their
account and create containers again?
Thanks,
Devendran
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack at lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
More information about the Openstack
mailing list