slapgrid: fix invocation of bootstrapBuildout

This commit reverts ddd77222.

The goal is to fix slapos.buildout!25 (comment 148861)

os.environ is a special mapping object that transparently modifies the
actual environment and we should never make os.environ make point to
something else (see
slapos.buildout!25 (comment 149333)
and https://docs.python.org/3/library/os.html#os.environ)

Instead change the environment only when calling SlapPopen. We will see
if the problems fixed by ddd77222 appear
again...
6 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
failed SlapOS-Master.UnitTest-Master

01:34:26

failed SlapOS.Eggs.UnitTest-Master.Python2

00:12:28

failed SlapOS.Eggs.UnitTest-Master.Python3

00:13:32

failed SlapOS-Master.UnitTest-Master

02:25:58

failed SlapOS.Eggs.UnitTest-Master.Python2

00:12:13

failed SlapOS.Eggs.UnitTest-Master.Python3

00:23:06