Swift commit 165dd44 added tempurl to the sample config, so now it
appears twice in the default devstack-installed configuration. This
commit removes tempurl from $SWIFT_EXTRAS_MIDDLEWARE so that it only
appears once in the generated proxy pipeline.
Change-Id: I4204b2a444312ab87c17f5fb296a43818a4528a6
| ... | ... |
@@ -67,8 +67,8 @@ fi |
| 67 | 67 |
SWIFT_LOOPBACK_DISK_SIZE=${SWIFT_LOOPBACK_DISK_SIZE:-$SWIFT_LOOPBACK_DISK_SIZE_DEFAULT}
|
| 68 | 68 |
|
| 69 | 69 |
# Set ``SWIFT_EXTRAS_MIDDLEWARE`` to extras middlewares. |
| 70 |
-# Default is ``staticweb, tempurl, formpost`` |
|
| 71 |
-SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-tempurl formpost staticweb}
|
|
| 70 |
+# Default is ``staticweb, formpost`` |
|
| 71 |
+SWIFT_EXTRAS_MIDDLEWARE=${SWIFT_EXTRAS_MIDDLEWARE:-formpost staticweb}
|
|
| 72 | 72 |
|
| 73 | 73 |
# Set ``SWIFT_EXTRAS_MIDDLEWARE_LAST`` to extras middlewares that need to be at |
| 74 | 74 |
# the end of the pipeline. |