We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb0215 + 650f836 commit 43112afCopy full SHA for 43112af
1 file changed
node/lib/openshift-origin-node/model/frontend_httpd.rb
@@ -178,7 +178,7 @@ def initialize(container)
178
@container_name = container.name
179
@namespace = container.namespace
180
181
- @standalone_web_proxy = container.cartridge_model.standalone_web_proxy?
+ @standalone_web_proxy = (container.cartridge_model.standalone_web_proxy? rescue false)
182
183
# this is ONLY used when invoking "connect" so the app uuid can be stored
184
# in the nodes db, so it can be added to the node openshift_log (access log)
0 commit comments