Update qdrouterd config and kafka server

Change-Id: I3232378790cff0a956db204e99e34337bbe019ff
This commit is contained in:
Andrew Smith 2018-03-30 08:41:42 -04:00
parent 0c4ae8012e
commit 5d6b373525
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ EOF
# Create a listener for incoming connect to the router
cat <<EOF | sudo tee --append $qdr_conf_file
listener {
addr: 0.0.0.0
host: 0.0.0.0
port: ${RPC_PORT}
role: normal
EOF

View File

@ -6,7 +6,7 @@ enable_service kafka
KAFKA_DEST=${KAFKA_DEST:-/opt/stack/devstack-plugin-kafka}
# Specify Kafka version
KAFKA_VERSION=${KAFKA_VERSION:-1.0.0}
KAFKA_VERSION=${KAFKA_VERSION:-1.1.0}
KAFKA_BASEURL=${KAFKA_BASEURL:-http://www.apache.org/dist/kafka}
# Specify Scala version