# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 484 def get_env_var_remove_job(app, gear, key) args = Hash.new args['--with-app-uuid'] = app.uuid args['--with-container-uuid'] = gear.uuid args['--with-key'] = key job = RemoteJob.new('openshift-origin-node', 'env-var-remove', args) job end