summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-27 19:40:41 +0000
committerGerrit Code Review <review@openstack.org>2018-08-27 19:40:41 +0000
commit5358e28c43fca1d0c3efdb1a62b90eb5b412ecb3 (patch)
treec43f01f691b876c091da96c20c08b95f9e64c72b
parentff306a8cf5df292c0a1ff9855962101af385a75b (diff)
parent04d3d6804b67d5bdf4ac801df6115ee3f98636d3 (diff)
downloadswift-5358e28c43fca1d0c3efdb1a62b90eb5b412ecb3.tar.gz
Merge "minor updates to changelog and release notes"
-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