Merge "Kuryr-libnetwork container ssl error in multi-thread"

This commit is contained in:
Jenkins 2017-03-27 14:32:33 +00:00 committed by Gerrit Code Review
commit fe9cea5c14
3 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,6 @@ ENV IDENTITY_URL="http://127.0.0.1:35357/v3"
ENV CAPABILITY_SCOPE="local"
ENV LOG_LEVEL="INFO"
ENV PROCESSES=2
ENV THREADS=2
VOLUME /var/log/kuryr

View File

@ -142,8 +142,6 @@ Other options you can set as '-e' parameters in Docker run:
* LOG_LEVEL for defining, for example, "DEBUG" logging messages.
* PROCESSES for defining how many kuryr processes to use to handle the
libnetwork requests.
* THREADS for defining how many threads per process to use to handle the
libnetwork requests.
Note that you will probably have to change the 127.0.0.1 IDENTITY_URL address
for the address where your Keystone is running. In this case it is 127.0.0.1

View File

@ -27,5 +27,4 @@ fi
--http-socket :23750 \
-w kuryr_libnetwork.server:app \
--master \
--processes "$PROCESSES" \
--threads "$THREADS"
--processes "$PROCESSES"