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:
parent
30a17ff8d9
commit
414a470bee
@ -5,7 +5,7 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
# Options to pass to nodepool-launcher.
|
# 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
|
# The prefix used when nodepool-launcher was installed. Be sure to update this
|
||||||
# value if you are using a virtualenv.
|
# value if you are using a virtualenv.
|
||||||
Environment="PREFIX=/usr/local"
|
Environment="PREFIX=/usr/local"
|
||||||
|
Loading…
Reference in New Issue
Block a user