Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 43112af

Browse files
author
OpenShift Bot
committed
Merge pull request #6285 from Miciah/bug-1273658-FrontendHttpServer-recover-from-missing-manifest
Merged by openshift-bot
2 parents dfb0215 + 650f836 commit 43112af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/lib/openshift-origin-node/model/frontend_httpd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def initialize(container)
178178
@container_name = container.name
179179
@namespace = container.namespace
180180

181-
@standalone_web_proxy = container.cartridge_model.standalone_web_proxy?
181+
@standalone_web_proxy = (container.cartridge_model.standalone_web_proxy? rescue false)
182182

183183
# this is ONLY used when invoking "connect" so the app uuid can be stored
184184
# in the nodes db, so it can be added to the node openshift_log (access log)

0 commit comments

Comments
 (0)