correct the urls
Change-Id: I4655ee53928e6f078f932448a732e8e1aef48faa
This commit is contained in:
parent
d0954d45ce
commit
647b95bb11
@ -1,5 +1,5 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
build-essential [platform:dpkg]
|
||||
gcc [platform:rpm]
|
||||
|
@ -93,7 +93,7 @@ In the below we show:
|
||||
Tuning the Docker Image
|
||||
-----------------------
|
||||
To tune the Docker image, Docker must be used. To install please refer to
|
||||
http://docs.docker.com/installation/
|
||||
https://docs.docker.com/install/
|
||||
|
||||
The below steps illustrate the tuning process:
|
||||
|
||||
@ -119,7 +119,7 @@ The below steps illustrate the tuning process:
|
||||
within the container. Please leave it as is.
|
||||
#. The below example shows ffmpeg installation. For more options and
|
||||
information on Dockerfiles, please refer to:
|
||||
http://docs.docker.com/reference/builder/
|
||||
https://docs.docker.com/engine/reference/builder/
|
||||
#. One MUST refrain from using the Dockerfile ENTRYPOINT and CMD. Using those
|
||||
will cause the image from being unusable by the Storlet engine.
|
||||
|
||||
|
@ -153,7 +153,7 @@ To invoke a storlet on a range of an object use the 'X-Storlet-Range' header. Fo
|
||||
|
||||
'X-Storlet-Range': 'bytes=1-6'
|
||||
|
||||
'X-Storlet-Range' can take any value that Swift can take for the HTTP 'Range' header as described in <http://developer.openstack.org/api-ref-objectstorage-v1.html>.
|
||||
'X-Storlet-Range' can take any value that Swift can take for the HTTP 'Range' header as described in <https://developer.openstack.org/api-ref/object-store/index.html>.
|
||||
Specifying HTTP 'Range' header together with 'X-Run-Storlet' is not allowed, and results in '400 Bad Request'
|
||||
|
||||
Invoke a storlet upon object upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user