| commit | 13c7ccc9d5d7ee8b88c2ee7d4af8990a075440a2 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Feb 12 23:08:52 2015 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Feb 12 23:08:52 2015 +0000 |
| tree | ba0142c3244fce665540a10504e00919a9ae1894 | |
| parent | 314723962b72612b6238e3143feb7ab4f1a3fb60 [diff] | |
| parent | ae74ed778a2daef5490caa085ee33029e693fc5c [diff] |
Merge "Make swift user an admin"
diff --git a/lib/swift b/lib/swift index e4d8b5f..56baa12 100644 --- a/lib/swift +++ b/lib/swift
@@ -603,7 +603,9 @@ local another_role=$(openstack role list | awk "/ anotherrole / { print \$2 }") - create_service_user "swift" + # NOTE(jroll): Swift doesn't need the admin role here, however Ironic uses + # temp urls, which break when uploaded by a non-admin role + create_service_user "swift" "admin" if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then