summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1733433e1..d4add2e0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-swift (2.19.0)
+swift (2.19.0, OpenStack Rocky)
* TempURLs now support IP range restrictions. Please see
https://docs.openstack.org/swift/latest/middleware.html#client-usage
diff --git a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
index f3a3d0b09..d06e26395 100644
--- a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
+++ b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml
@@ -23,18 +23,18 @@ features:
async updates N-at-a-time, but will do so using only one process
instead of N.
- If you have a config file like this:
+ If you have a config file like this::
[object-updater]
concurrency = <N>
- and you want to take advantage of faster updates, then do this:
+ and you want to take advantage of faster updates, then do this::
[object-updater]
concurrency = 8 # the default; you can omit this line
updater_workers = <N>
- If you want updates to be processed exactly as before, do this:
+ If you want updates to be processed exactly as before, do this::
[object-updater]
concurrency = 1