Add --no-webapp to nodepool-launcher.service

We actually don't want to run the web app at the moment. There is a
patch upstream to break this logic out into wgsi. Once that lands, we
could start to use it.

Change-Id: I213314c918f729c4a06881d628d8f214a48d50df
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-29 18:00:17 -04:00
parent 30a17ff8d9
commit 414a470bee
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
# Options to pass to nodepool-launcher.
Environment="ARGS=-l /etc/nodepool/launcher-logging.conf"
Environment="ARGS=-l /etc/nodepool/launcher-logging.conf --no-webapp"
# The prefix used when nodepool-launcher was installed. Be sure to update this
# value if you are using a virtualenv.
Environment="PREFIX=/usr/local"