Skip to content

Commit f965be0

Browse files
authored
Merge pull request #20317 from maxwelldb/shiftstack-tempurl-1805176
Remove Temp-URL step from Swift procedure - BZ 1805176
2 parents 95419be + 5fb1041 commit f965be0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/installation-osp-enabling-swift.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
{product-title} on {rh-openstack-first} uses https://docs.openstack.org/security-guide/object-storage.html[OpenStack Object Storage (Swift)] to store and serve user configuration files.
1111

12-
Swift is operated by a user account with the `swiftoperator` role and `temp-url` support.
12+
Swift is operated by a user account with the `swiftoperator` role.
1313

1414
.Prerequisites
1515

@@ -25,10 +25,5 @@ To enable Swift on {rh-openstack}:
2525
----
2626
$ openstack role add --user <user> --project <project> swiftoperator
2727
----
28-
. As the account with the `swiftoperator` role, set a temporary URL property for the account:
29-
+
30-
----
31-
$ openstack object store account set --property Temp-URL-Key=superkey
32-
----
3328

3429
Your {rh-openstack} deployment can now use Swift to store and serve files.

0 commit comments

Comments
 (0)